The latest development version of this page may be more current than this released 2.7.5 version.

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 Kconfig.zephyr:341

Included via 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.)