-
CONFIG_SEGGER_RTT_CUSTOM_LOCKING
¶
Enable custom locking
Type: bool
Help¶
Enable custom locking using a mutex.
Defaults¶
No defaults. Implicitly defaults to n
.
Symbols that select this symbol¶
Kconfig definition¶
At <Zephyr>/drivers/debug/Kconfig.rtt:19
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:32
→ <Zephyr>/drivers/Kconfig:16
→ <Zephyr>/drivers/debug/Kconfig:4
Menu path: (Top) → Device Drivers → Enable SEGGER RTT libraries.
config SEGGER_RTT_CUSTOM_LOCKING
bool "Enable custom locking"
depends on USE_SEGGER_RTT
help
Enable custom locking using a mutex.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)