-
CONFIG_MEMFAULT_NCS_DEVICE_ID_MAX_LEN
¶
Memfault device ID max length
Type: int
Help¶
Maximum length for the device ID when CONFIG_MEMFAULT_NCS_DEVICE_ID_RUNTIME
is selected as method for device ID generation
Direct dependencies¶
MEMFAULT_NCS_DEVICE_ID_RUNTIME
&& MEMFAULT
(Includes any dependencies from ifs and menus.)
Default¶
30
Kconfig definition¶
At <nRF>/modules/memfault/Kconfig:43
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:23
→ <Zephyr>/modules/Kconfig:6
→ <BuildDir>/kconfig/Kconfig.modules:2
→ <nRF>/Kconfig.nrf:51
→ <nRF>/modules/Kconfig:10
Menu path: (Top) → Modules → nrf (/home/runner/work/sdk-nrf/sdk-nrf/ncs/nrf) → Nordic nRF Connect
config MEMFAULT_NCS_DEVICE_ID_MAX_LEN
int "Memfault device ID max length"
default 30
depends on MEMFAULT_NCS_DEVICE_ID_RUNTIME && MEMFAULT
help
Maximum length for the device ID when CONFIG_MEMFAULT_NCS_DEVICE_ID_RUNTIME
is selected as method for device ID generation
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)