There are more ipc_service backends that supports multiple endpoint. This sample can be used for any of those backends, so this commits makes the sample more generic. The default backend it still icmsg_me, but now, the sample has files and instructions for icmsg_with_buf backend. Signed-off-by: Dominik Kilian <Dominik.Kilian@nordicsemi.no>
9 lines
121 B
Plaintext
9 lines
121 B
Plaintext
CONFIG_PRINTK=y
|
|
CONFIG_LOG_PRINTK=n
|
|
|
|
CONFIG_IPC_SERVICE=y
|
|
CONFIG_MBOX=y
|
|
|
|
CONFIG_LOG=y
|
|
CONFIG_IPC_SERVICE_LOG_LEVEL_INF=y
|