diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2020-01-09 11:57:18 +0100 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2020-01-09 16:25:36 +0100 |
commit | 74e83bfde6652df2ada831ae003ec51ca8e673c7 (patch) | |
tree | 8150a62ee2c37972dd8f369f63de5f3773617d9e /conf.d/project | |
parent | 439c289056564cc4723c249f2ba29100efc7d4f8 (diff) |
Cleanup examples, tests, configuration and plugins
This commit updates all files external to the code.
Change-Id: I910bc300c53b7669573bba414db7d7ad74313697
Signed-off-by: Arthur Guyader <arthur.guyader@iot.bzh>
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'conf.d/project')
-rw-r--r-- | conf.d/project/etc/control-agl-service-can-low-level.json | 9 | ||||
-rw-r--r-- | conf.d/project/etc/control-low-can-j1939.json | 29 |
2 files changed, 5 insertions, 33 deletions
diff --git a/conf.d/project/etc/control-agl-service-can-low-level.json b/conf.d/project/etc/control-agl-service-can-low-level.json index 0b10d33d..5e63188b 100644 --- a/conf.d/project/etc/control-agl-service-can-low-level.json +++ b/conf.d/project/etc/control-agl-service-can-low-level.json @@ -10,15 +10,16 @@ "active_message_set": 0, "dev-mapping": { "hs": "can0", - "ls": "can0" + "ls": "can0", + "j1939": "can0" }, "diagnostic_bus": "hs" }, "plugins": [ { - "uid": "agl-vcar-signals", - "info": "agl-vcar signals", - "libs": "agl-vcar-signals.ctlso" + "uid": "default-signals", + "info": "default signals", + "libs": "default-signals.ctlso" } ] } diff --git a/conf.d/project/etc/control-low-can-j1939.json b/conf.d/project/etc/control-low-can-j1939.json deleted file mode 100644 index 3e87a695..00000000 --- a/conf.d/project/etc/control-low-can-j1939.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "$schema": "", - "metadata": { - "uid": "Low Can", - "version": "1.0", - "api": "low-can", - "info": "Low can Configuration" - }, - "config": { - "active_message_set": 0, - "dev-mapping": { - "hs": "can0", - "ls": "can0" - }, - "diagnostic_bus": "hs" - }, - "plugins": [ - { - "uid": "agl-vcar-signals", - "info": "agl-vcar signals", - "libs": "agl-vcar-signals.ctlso" - }, - { - "uid": "j1939-signals", - "info": "J1939 signals", - "libs": "j1939-signals.ctlso" - } - ] -} |