CONFIG_ASSERT_ON_ERRORS
Assert on all errors
Type: bool
Help
Assert on errors covered with the CHECK macro.
Direct dependencies
<choice: Error checking behavior for CHECK macro>
(Includes any dependencies from ifs and menus.)
Kconfig definition
At <Zephyr>/Kconfig.zephyr:339
Included via <Zephyr>/Kconfig:8
Menu path: (Top) → Build and Link Features → Error checking behavior for CHECK macro
config ASSERT_ON_ERRORS
bool "Assert on all errors"
depends on <choice>
help
Assert on errors covered with the CHECK macro.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)