CONFIG_NRF_MODEM_LIB_SHMEM_TRACE_SIZE

Trace region size

Type: int

Help

Size of the shared memory area used to receive modem traces.

Direct dependencies

NRF_MODEM_LIB

(Includes any dependencies from ifs and menus.)

Defaults

Kconfig definition

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

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:23<Zephyr>/modules/Kconfig:6<BuildDir>/Kconfig/Kconfig.modules:2<nRF>/Kconfig.nrf:27<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
    int "Trace region size" if NRF_MODEM_LIB_TRACE_ENABLED
    default 16384 if NRF_MODEM_LIB_TRACE_ENABLED
    default 0
    depends on NRF_MODEM_LIB
    help
      Size of the shared memory area used to receive modem traces.

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