mirror of
https://github.com/Dasharo/zephyr.git
synced 2026-03-06 14:57:20 -08:00
C++ exception support needs to use the newlib C library in order to get the abort function. C++ exceptions also do not work with the simple malloc/free implementation provided by the Zephyr minimal C library. Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>