zephyr/samples/subsys/zbus/msg_subscriber/Kconfig
Rodrigo Peixoto 6ec617340f samples: zbus: add isolated pool to msg_sub sample
Add isolated pool (static and dynamic) to the sample illustrating how to
use that and performing some testing in different scenarios.

Signed-off-by: Rodrigo Peixoto <rodrigopex@gmail.com>
2024-06-17 21:20:05 -04:00

16 lines
444 B
Plaintext

# Copyright (c) 2023 Rodrigo Peixoto <rodrigopex@gmail.com>
# SPDX-License-Identifier: Apache-2.0
config ZBUS_MSG_SUBSCRIBER_SAMPLE
bool "Force selection of heap listener configurations"
default y
select SYS_HEAP_LISTENER
select SYS_HEAP_RUNTIME_STATS
config ZBUS_MSG_SUBSCRIBER_SAMPLE_ISOLATED_BUF_POOL_SIZE
int "Set size of the isolated pool"
default 32
depends on ZBUS_MSG_SUBSCRIBER_NET_BUF_POOL_ISOLATION
source "Kconfig.zephyr"