zephyr/subsys/zbus
Rodrigo Peixoto 3b10caf96e zbus: channel msg subscriber pool isolation
Currently, zbus uses a single global `net_buf`pool to publish messages to
msg_subscribers. It would be good to have a way to separate the pools for
channels related to critical parts of the systems to avoid publication
failure on these particular channels. These channels will not use the
global pool. They can set an isolated pool by calling the
`zbus_chan_set_msg_sub_pool.`

Signed-off-by: Rodrigo Peixoto <rodrigopex@gmail.com>
2024-06-17 21:20:05 -04:00
..
CMakeLists.txt
Kconfig zbus: channel msg subscriber pool isolation 2024-06-17 21:20:05 -04:00
zbus_iterable_sections.c
zbus_runtime_observers.c
zbus.c zbus: channel msg subscriber pool isolation 2024-06-17 21:20:05 -04:00