:orphan: .. title:: CONFIG_RTT_TX_RETRY_IN_INTERRUPT .. kconfig:: CONFIG_RTT_TX_RETRY_IN_INTERRUPT CONFIG_RTT_TX_RETRY_IN_INTERRUPT ################################ *Busy wait in the interrupt context for TX retry* Type: ``bool`` Help ==== .. code-block:: none 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. Direct dependencies =================== \ :kconfig:`RTT_CONSOLE ` && \ :kconfig:`CONSOLE ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== At ``/console/Kconfig:145`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:14`` Menu path: (Top) → Device Drivers → Console drivers → Use RTT console .. code-block:: kconfig config RTT_TX_RETRY_IN_INTERRUPT bool "Busy wait in the interrupt context for TX retry" depends on RTT_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.)*