1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/cpu/avr8_common/avr_libc_extra
Benjamin Valentin 64846c0af4 avr_libc_extra: implement strerror()
Add a minimal implementation of `strerror()`.
All other targets use either newlib or picolibc and provide this
function, add it to AVR so we can rely on it in common code.
2021-08-09 16:24:04 +02:00
..
include
avr8_stdio.c
Makefile
posix_unistd.c avr_libc_extra: implement strerror() 2021-08-09 16:24:04 +02:00