zephyr/subsys/zbus
Brandon Allen e0173d9b8e zbus: assert when inside an ISR and time out is not zero
Currently various zbus functions silently change the timeout
to zero  when inside an ISR. If a developer is not aware
of this it could lead to unexpected behaviour or a
publish/read failing.

Also in the zbus docs it states to only use a timeout of
zero when inside a ISR multiple times.

Signed-off-by: Brandon Allen <brandon.allen@exacttechnology.com>
2025-01-21 19:30:20 +01:00
..
CMakeLists.txt zbus: improve the way of storing observers 2023-08-29 10:18:55 +02:00
Kconfig zbus: optional unique channel numeric identifiers 2024-12-18 12:47:24 +01:00
zbus.c zbus: assert when inside an ISR and time out is not zero 2025-01-21 19:30:20 +01:00
zbus_iterable_sections.c zbus: improve the way of storing observers 2023-08-29 10:18:55 +02:00
zbus_runtime_observers.c zbus: add priority boost feature 2024-01-04 09:41:54 +01:00