zephyr/include/sys
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
..
__assert.h assert: Completely remove file info and condition expression 2020-01-13 13:59:55 +01:00
arch_interface.h kernel: cleanup and formally define CPU start fn 2020-01-13 16:35:10 -05:00
atomic.h
base64.h
byteorder.h sys: byteorder: Add 48 bit variants 2019-12-10 09:55:30 +02:00
check.h base: add error checking macros 2020-01-20 17:19:54 -05:00
crc.h
dlist.h
errno_private.h
fdtable.h
libc-hooks.h
list_gen.h
math_extras_impl.h kernel: use 'thread' for thread variable consistently 2019-12-21 19:57:57 -05:00
math_extras.h
mempool_base.h
mempool.h
mutex.h
printk.h lib: os: make snprintk fns generally available 2020-01-03 10:13:30 +01:00
rb.h
ring_buffer.h
sem.h
sflist.h
slist.h
speculation.h
sys_io.h
time_units.h kernel: extend time unit conversion to high resolution scales 2019-11-08 18:37:46 -05:00
timeutil.h
util.h sys: util: Add IF_ENABLED() macro 2019-12-18 08:14:52 -05:00