-
CONFIG_MAX_LENGTH_OF_CUSTOM_EVENTS_DESCRIPTIONS
¶
Maximum number of characters used to describe single event type
Type: int
Default¶
128
Kconfig definition¶
At <nRF>/subsys/profiler/Kconfig:21
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:23
→ <Zephyr>/modules/Kconfig:6
→ <BuildDir>/kconfig/Kconfig.modules:2
→ <nRF>/Kconfig.nrf:50
→ <nRF>/subsys/Kconfig:24
Menu path: (Top) → Modules → nrf (/home/runner/work/sdk-nrf/sdk-nrf/ncs/nrf) → Nordic nRF Connect → System profiler
config MAX_LENGTH_OF_CUSTOM_EVENTS_DESCRIPTIONS
int "Maximum number of characters used to describe single event type"
default 128
depends on PROFILER
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)