zephyr/subsys/zbus
Bartosz Bilas 43d5f39209 zbus: add MULTITHREADING dependency
Zbus uses mutexes internally that are available
only when MULTITHREADING is enabled so add
it to fix the following error:

/opt/zephyr-sdk-0.16.3/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/
12.2.0/../../../../arm-zephyr-eabi/bin/ld.bfd: zephyr/subsys/
zbus/libsubsys__zbus.a(zbus.c.obj): in function `k_mutex_init':
/builds/zephyr/mcuboot/zephyr/include/generated/syscalls/kernel.h:969:
undefined reference to `z_impl_k_mutex_init'

Signed-off-by: Bartosz Bilas <b.bilas@grinn-global.com>
2023-11-22 21:54:44 +01:00
..
CMakeLists.txt zbus: improve the way of storing observers 2023-08-29 10:18:55 +02:00
Kconfig zbus: add MULTITHREADING dependency 2023-11-22 21:54:44 +01:00
zbus.c zbus: Fix parameter order of net buf pool fixed define 2023-11-13 09:49:49 +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: improve the way of storing observers 2023-08-29 10:18:55 +02:00