zephyr/lib
Krzysztof Chruscinski 6904501173 misc: Add k_panic on assert
Replaced forever loop in assert with call to a function.
In post_assert_action() function, k_panic is called.

Forever loop was preventing logs to be printed and had behavior
ependent on the context (low prioriy thread - system continue to
ork, irq - system is blocked).

Signed-off-by: Krzysztof Chruscinski <krzysztof.chruscinski@nordicsemi.no>
2019-02-02 15:58:33 -08:00
..
cmsis_rtos_v1 lib: Add 'U' to unsigned variable assignments 2018-12-04 22:51:56 -05:00
cmsis_rtos_v2 lib/cmsis_rtos_v2: Fix overflow in osKernelGetInfo() 2018-12-26 09:41:41 -05:00
gui gui: Fix typo in Kconfig option 2019-02-01 19:01:16 -05:00
libc arch/x86_64: New architecture added 2019-01-11 15:18:52 -05:00
os misc: Add k_panic on assert 2019-02-02 15:58:33 -08:00
posix lib: posix: fix build break due to size comparsion 2019-02-01 23:41:09 -05:00
CMakeLists.txt lib: flatten all loose components into one lib 2019-01-22 07:45:22 -05:00
Kconfig lib: flatten all loose components into one lib 2019-01-22 07:45:22 -05:00