1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/cpu/atmega32u4
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
..
include cpu/atmega_common: use TIMER_CHANNEL_NUMOF 2020-06-24 00:45:35 +02:00
doc.txt cpu/atmega32u4: add support for ATmega32U4 2019-05-24 15:12:47 +02:00
Kconfig cpu/atmega32u4: Add CPU-specific Kconfig symbols 2020-06-23 09:57:22 +02:00
Makefile cpu/atmega32u4: add support for ATmega32U4 2019-05-24 15:12:47 +02:00
Makefile.dep cpu/atmega32u4: pin change interrupts 2019-08-01 09:23:58 +02:00
Makefile.features cpu/atmega32u4: pin change interrupts 2019-08-01 09:23:58 +02:00
Makefile.include cpu/avr8_common: Fix link with binutils > 2.35.2 2021-10-13 16:37:19 +02:00