:orphan: .. title:: CONFIG_ASSERT_ON_ERRORS .. kconfig:: CONFIG_ASSERT_ON_ERRORS CONFIG_ASSERT_ON_ERRORS ####################### *Assert on all errors* Type: ``bool`` Help ==== .. code-block:: none Assert on errors covered with the CHECK macro. Direct dependencies =================== \ :ref:` ` *(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 .. code-block:: kconfig config ASSERT_ON_ERRORS bool "Assert on all errors" depends on help Assert on errors covered with the CHECK macro. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*