zephyr/lib/libc
Paul Sokolovsky 565228516c libc: minimal: Implement abort().
abort() is an important runtime function, oftentimes used to signal
abnormal execution conditions in generic applications. Worse, they
may be used under such circumstances in e.g. compiler support
libraries, in which case lack of implementation of this function
will lead to link error.

Fixes: #29541

Signed-off-by: Paul Sokolovsky <paul.sokolovsky@linaro.org>
2020-10-28 17:02:16 +01:00
..
minimal libc: minimal: Implement abort(). 2020-10-28 17:02:16 +01:00
newlib
CMakeLists.txt
Kconfig libc: add hidden option CONFIG_NEED_LIBC_MEM_PARTITION 2020-10-24 10:52:00 -07:00