zephyr/subsys/ipc
Alberto Escolar Piedras eab871a1ff ipc: backend: rpmsg: Add support for POSIX arch
To enable runninng and testing this backend on the POSIX
architecture, we need to allow defining the shared memory
buffer as a compiler provided symbol, instead of a hard
address provided by the DTS.
For this case we refer to a symbol a POSIX arch implementation
(typically the board) needs to provide.
It is the responsability of that implementation to ensure
that symbol exists and points to a memory buffer of the
DT defined size.

Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
2023-10-23 10:37:33 +02:00
..
ipc_service ipc: backend: rpmsg: Add support for POSIX arch 2023-10-23 10:37:33 +02:00
rpmsg_service ipc: rpmsg_service: s/device.h/init.h 2023-09-05 12:01:01 +02:00
CMakeLists.txt
Kconfig