-
CONFIG_NRF_802154_SER_BUFFER_ALLOCATOR_THREAD_SAFE
¶
(No prompt – not directly user assignable.)
Type: bool
Help¶
This option specifies if buffers for 802.15.4 serialization are allocated in a thread-safe manner.
Help¶
This option specifies if buffers for 802.15.4 serialization are allocated in a thread-safe manner.
Direct dependencies¶
((NRF_802154_SER_HOST
|| NRF_802154_SER_RADIO
) && HAS_NORDIC_DRIVERS
) || ((NRF_802154_SER_HOST
|| NRF_802154_SER_RADIO
) && HAS_NORDIC_DRIVERS
&& 0)
(Includes any dependencies from ifs and menus.)
Defaults¶
y
y
Kconfig definitions¶
At modules/hal_nordic/Kconfig:152
Included via Kconfig:8
→ Kconfig.zephyr:23
→ modules/Kconfig:6
→ /home/runner/work/bridle/bridle/workspace/build/Kconfig/Kconfig.modules:8
Menu path: (Top) → Modules → hal_nordic (/home/runner/work/bridle/bridle/workspace/modules/hal/nordic) → Nordic drivers → nRF 802.15.4 serialization
config NRF_802154_SER_BUFFER_ALLOCATOR_THREAD_SAFE bool default y depends on (NRF_802154_SER_HOST
||NRF_802154_SER_RADIO
) &&HAS_NORDIC_DRIVERS
help This option specifies if buffers for 802.15.4 serialization are allocated in a thread-safe manner.
At modules/hal_nordic/Kconfig:152
Included via Kconfig:8
→ Kconfig.zephyr:23
→ modules/Kconfig:59
Menu path: (Top) → Modules → Nordic drivers → nRF 802.15.4 serialization
config NRF_802154_SER_BUFFER_ALLOCATOR_THREAD_SAFE bool default y depends on (NRF_802154_SER_HOST
||NRF_802154_SER_RADIO
) &&HAS_NORDIC_DRIVERS
&& 0 help This option specifies if buffers for 802.15.4 serialization are allocated in a thread-safe manner.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)