1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/cpu/avr8_common
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
..
avr_libc_extra avr_libc_extra: implement strerror() 2021-08-09 16:24:04 +02:00
include cpu/avr8_common/avr8_cpu: Add xmega clock 2021-03-15 20:16:10 -03:00
ldscripts cpu/avr8_common: move ldscripts from atmega_common 2021-03-30 10:50:09 +02:00
avr8_cpu.c cpu/avr8_common/avr8_cpu: Add xmega clock 2021-03-15 20:16:10 -03:00
doc.txt cpu: Refact atmega_common into avr8_common 2021-01-07 16:29:22 -03:00
Kconfig cpu/avr8_common: Differentiate avr8 cpu cores 2021-03-15 20:16:10 -03:00
Makefile cpu: Refact atmega_common into avr8_common 2021-01-07 16:29:22 -03:00
Makefile.dep cpu: Refact atmega_common into avr8_common 2021-01-07 16:29:22 -03:00
Makefile.features cpu: Refact atmega_common into avr8_common 2021-01-07 16:29:22 -03:00
Makefile.include makefiles/arch/atmega.inc.mk: Rename to avr8.inc.mk 2021-03-15 20:16:10 -03:00
startup.c cpu/atmega_common: add dbgpin initialization 2021-02-26 11:34:52 +01:00
thread_arch.c cpu/avr8_common: Rework and add xmega registers 2021-03-15 20:16:10 -03:00