:orphan: .. title:: ASSERT_ON_ERRORS .. option:: CONFIG_ASSERT_ON_ERRORS *Assert on all errors* Type: ``bool`` Help ==== Assert on errors covered with the CHECK macro. Direct dependencies =================== \ :ref:` ` *(Includes any dependencies from ifs and menus.)* Kconfig definition ================== .. highlight:: kconfig At ``Kconfig.zephyr:238`` Included via ``Kconfig:8`` Menu path: (Top) → Build and Link Features → Error checking behavior for CHECK macro .. parsed-literal:: config ASSERT_ON_ERRORS bool "Assert on all errors" depends on \ :ref:` ` help Assert on errors covered with the CHECK macro. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*