1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-23 21:43:51 +01:00
Marian Buschsieweke 3415656a4a
sys/newlib_syscalls_default: wrap newlib's assert implementation
This avoids inconsistent output when external code gets linked in that
directly links against newlib's assert implementation (e.g. binary blobs
or packages that do not add `core/lib/include` to the include paths).

This also greatly benefits wrapping printf, as newlib's `__assert_func()`
directly links to internal printf functions of newlib.

Co-authored-by: crasbe <crasbe@gmail.com>
2025-08-21 12:08:10 +02:00
..
2025-04-04 11:44:53 +02:00
2025-07-29 17:52:01 +02:00
2025-04-08 20:17:04 -04:00
2025-07-29 17:52:01 +02:00
2025-04-04 11:44:53 +02:00
2024-11-21 19:14:16 +01:00
2025-01-29 20:51:23 +01:00
2025-07-07 17:27:39 +02:00