zephyr/subsys/ipc
Carlo Caione a9fc1d6c4d ipc: Make the IPM instance index starting from 0
In the current code the naming of the
CONFIG_RPMSG_MULTI_INSTANCE_?_IPM_{TX,RX}_NAME symbol is 1-based. While
this is not currently an issue, it could easily become such if the
symbol is programmatically used as part of a preprocessor enumeration
(for example when using DT_INST_FOREACH_STATUS_OKAY(...) & co).

To avoid trouble, just make the index starting from 0 instead than 1.

Signed-off-by: Carlo Caione <ccaione@baylibre.com>
2021-07-30 20:06:14 -04:00
..
ipc_service ipc: Make the IPM instance index starting from 0 2021-07-30 20:06:14 -04:00
rpmsg_multi_instance ipc: Make the IPM instance index starting from 0 2021-07-30 20:06:14 -04:00
rpmsg_service
CMakeLists.txt ipc: Create ipc_service sub-directory for backends 2021-07-30 20:06:14 -04:00
Kconfig