zephyr/lib/os
Alberto Escolar Piedras c2699dd52d misc: assert_post_action: Treat POSIX arch like others
After #12732, 6904501173
asserts call k_panic.

Before this, the POSIX arch had its own hack in the
__ASSERT_POST implementation to terminate the process instead
of spining forever.

But the POSIX arch does implement k_panic properly, so there
is no need anymore for this hack.
=> Remove the special treatment for POSIX ARCH

Signed-off-by: Alberto Escolar Piedras <alpi@oticon.com>
2019-02-03 10:28:51 -08:00
..
assert.c misc: assert_post_action: Treat POSIX arch like others 2019-02-03 10:28:51 -08:00
base64.c
CMakeLists.txt misc: Add k_panic on assert 2019-02-02 15:58:33 -08:00
crc7_sw.c
crc8_sw.c
crc16_sw.c
crc32_sw.c
fdtable.c
json.c
Kconfig
mempool.c
printk.c
rb.c
ring_buffer.c
thread_entry.c
work_q.c