diff options
author | Loïc Collignon [IoT.bzh] <loic.collignon@iot.bzh> | 2017-03-20 14:00:29 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-03-20 14:00:29 +0100 |
commit | 32b9598698dbc3ece541d64f7b6a3816f041b8d8 (patch) | |
tree | 1ed0ab261a7d52c40768bbaf061d566f1e50a9fd | |
parent | 0e037a2f0fac7801feaa6187b9c9bf785ffaf85f (diff) |
explain why buses node is not supported.
-rw-r--r-- | README.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -84,9 +84,11 @@ Use the `-h` option to display help. ## Supported OpenXC items
As long as the low level CAN signaling binding doesn't fully support OpenXC yet, this generator is also limited.
-For instance, `initializers`, `loopers`, `buses`, `commands` and `handlers` nodes are ignored for now.
+For instance, `initializers`, `loopers`, `commands` and `handlers` nodes are ignored for now.
This generator will follow OpenXC support status of the low level CAN signaling binding.
+The `buses` item will not be supported by this generator because the binding use another way to declare and configure buses. Please refer to the binding's documentation.
+
## Known issues
* Each `diagnostic_message` must define the same `bus` as the binding will use only one bus.
|