1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/sys/tiny_strerror
Marian Buschsieweke 7775fa7de5
sys/tiny_strerror: fix compilation on LLVM
Mixing address spaces is something LLVM doesn't like (for good
reason). This re-organized the code a bit so that this does not
happen anymore, even on AVR.

Split out of https://github.com/RIOT-OS/RIOT/pull/16924
2024-03-19 16:12:18 +01:00
..
Kconfig sys/tiny_strerror: add tiny strerror() implementation 2022-09-20 15:51:11 +02:00
Makefile sys/tiny_strerror: add tiny strerror() implementation 2022-09-20 15:51:11 +02:00
Makefile.include sys/tiny_strerror: add tiny strerror() implementation 2022-09-20 15:51:11 +02:00
tiny_strerror.c sys/tiny_strerror: fix compilation on LLVM 2024-03-19 16:12:18 +01:00