-
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:9
→ <BuildDir>/Kconfig/Kconfig.modules:1
→ <nRF>/Kconfig.nrf:25
→ <nRF>/subsys/Kconfig:24
Menu path: (Top) → Modules → 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.)