CONFIG_NRF_MODEM_LIB_SHMEM_TRACE_SIZE_OVERRIDE

Custom Trace region size

Type: bool

Help

Override the default size of the Trace region (16384 bytes).

Direct dependencies

NRF_MODEM_LIB_TRACE_ENABLED && NRF_MODEM_LIB

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

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

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

config NRF_MODEM_LIB_SHMEM_TRACE_SIZE_OVERRIDE
    bool "Custom Trace region size"
    depends on NRF_MODEM_LIB_TRACE_ENABLED && NRF_MODEM_LIB
    help
      Override the default size of the Trace region (16384 bytes).

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