CONFIG_NRF_MODEM_LIB_TRACE_MEDIUM_RTT_BUF_SIZE

Size of the buffer used by the RTT to write messages

Type: int

Direct dependencies

NRF_MODEM_LIB_TRACE_MEDIUM_RTT && NRF_MODEM_LIB_TRACE_ENABLED && NRF_MODEM_LIB

(Includes any dependencies from ifs and menus.)

Default

  • 255

Kconfig definition

At <nRF>/lib/nrf_modem_lib/Kconfig:60

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:31<Zephyr>/modules/Kconfig:6<nRF>/doc/_build/kconfig/Kconfig.modules:2<nRF>/Kconfig.nrf:56<nRF>/lib/Kconfig:11

Menu path: (Top) → Modules → nrf (/home/runner/work/sdk-nrf/sdk-nrf/ncs/nrf) → Nordic nRF Connect → Libraries → Enable Modem library → Enable proprietary traces

config NRF_MODEM_LIB_TRACE_MEDIUM_RTT_BUF_SIZE
    int "Size of the buffer used by the RTT to write messages"
    default 255
    depends on NRF_MODEM_LIB_TRACE_MEDIUM_RTT && NRF_MODEM_LIB_TRACE_ENABLED && NRF_MODEM_LIB

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)