-
CONFIG_RTT_TX_RETRY_IN_INTERRUPT
¶
Busy wait in the interrupt context for TX retry
Type: bool
Help¶
If enabled RTT console will busy wait between TX retries when console assumes that RTT session is active. In case of heavy traffic data can be lost and it may be necessary to increase delay or number of retries.
Defaults¶
No defaults. Implicitly defaults to n
.
Kconfig definition¶
At <Zephyr>/drivers/console/Kconfig:139
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:32
→ <Zephyr>/drivers/Kconfig:14
Menu path: (Top) → Device Drivers → Console drivers → Use RTT console
config RTT_TX_RETRY_IN_INTERRUPT bool "Busy wait in the interrupt context for TX retry" depends onRTT_CONSOLE
&&CONSOLE
help If enabled RTT console will busy wait between TX retries when console assumes that RTT session is active. In case of heavy traffic data can be lost and it may be necessary to increase delay or number of retries.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)