CONFIG_ASSERT_VERBOSE¶
Enable verbose assertions
Type: bool
Help¶
This option enables printing an assert message with information about
the assertion that occurred. This includes printing the location,
the conditional expression and additional message specific to the
assert.
Default¶
y
Kconfig definition¶
At <Zephyr Subsystem>/debug/Kconfig:236
Included via Kconfig:8
→ Kconfig.zephyr:44
→ <Zephyr Subsystem>/Kconfig:17
Menu path: (Top) → Sub Systems and OS Services → Debugging Options
config ASSERT_VERBOSE
bool "Enable verbose assertions"
default y
help
This option enables printing an assert message with information about
the assertion that occurred. This includes printing the location,
the conditional expression and additional message specific to the
assert.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)