zephyr/arch
Anas Nashif 22b95a2047 base: add error checking macros
Define there options for runtime error handling:
- assert on all errors (ASSERT_ON_ERRORS)
- no runtime checks (no asserts, no runtime error handling)
  (NO_RUNTIME_CHECKS)
- full runtime error handling (the default) (RUNTIME_ERROR_CHECKS)

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2020-01-20 17:19:54 -05:00
..
arc
arm arch: arm: cortex_m: Add CPU DWT feature symbol 2020-01-20 14:05:47 +01:00
common
nios2
posix
riscv
x86
xtensa
CMakeLists.txt
Kconfig base: add error checking macros 2020-01-20 17:19:54 -05:00