1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-17 05:12:57 +01:00
RIOT/cpu/avr8_common
Marian Buschsieweke 62d6a560b1
cpu/avr8_common: Fix link with binutils > 2.35.2
The xfa.ld script is incompatible with binutils > 2.35.2 and results
in firmwares that wont boot. Sadly, I couldn't figure out an elegant
way to fix the issue. Instead, I modified the linker script provided
by binutils to also include XFA.
2021-10-13 16:37:19 +02:00
..
avr_libc_extra avr_libc_extra: implement strerror() 2021-08-09 16:24:04 +02:00
include cpu/avr8_common: fix doxygen grouping warnings 2021-09-05 20:38:52 +02:00
ldscripts cpu/avr8_common: Fix link with binutils > 2.35.2 2021-10-13 16:37:19 +02:00
avr8_cpu.c cpu/atmega_common: move clock init to common code 2021-08-27 17:06:50 +02: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