zephyr/samples/subsys/zbus/benchmark/prj.conf
Rodrigo Peixoto 2f230e8903 samples: zbus: benchmark: add msg subscriber to benchmark
The benchmark sample did not contemplate message subscribers. It adds
the msg subscribers and improves the organization of the project.

Signed-off-by: Rodrigo Peixoto <rodrigopex@gmail.com>
2023-12-12 10:54:26 +00:00

8 lines
149 B
Plaintext

CONFIG_LOG=y
CONFIG_BOOT_BANNER=n
CONFIG_LOG_MODE_MINIMAL=y
CONFIG_ASSERT=n
CONFIG_ZBUS=y
CONFIG_ZBUS_LOG_LEVEL_INF=y
CONFIG_HEAP_MEM_POOL_SIZE=1024