The sample illustrates a way of send all the channel event to the host by using the UART, a user_data portion, and the claim/finish APIs. Signed-off-by: Rodrigo Peixoto <rodrigopex@gmail.com>
11 lines
171 B
Plaintext
11 lines
171 B
Plaintext
CONFIG_LOG=y
|
|
CONFIG_LOG_MODE_MINIMAL=y
|
|
CONFIG_THREAD_NAME=y
|
|
|
|
CONFIG_SERIAL=y
|
|
CONFIG_UART_LINE_CTRL=n
|
|
|
|
CONFIG_ZBUS=y
|
|
CONFIG_ZBUS_LOG_LEVEL_DBG=y
|
|
CONFIG_ZBUS_CHANNEL_NAME=y
|