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 kernel: cleanup and formally define CPU start fn 2020-01-13 16:35:10 -05:00
arm arch: arm: cortex_m: Add CPU DWT feature symbol 2020-01-20 14:05:47 +01:00
common arch: arm: Move ARM code to AArch32 sub-directory 2019-12-20 11:40:59 -05:00
nios2
posix
riscv riscv: use standard MSTATUS 2020-01-06 13:27:45 -05:00
x86 x86: implement kernel page table isolation 2020-01-17 16:17:39 -05:00
xtensa xtensa: fix atomic_cas reporting value swapped even when not 2020-01-08 19:57:05 -05:00
CMakeLists.txt
Kconfig base: add error checking macros 2020-01-20 17:19:54 -05:00