1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/cpu/atmega2560
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: atmega2560: Initial import 2014-08-27 16:39:23 +02:00
Kconfig cpu/atmega2560: Add Kconfig symbols 2020-06-17 12:44:30 +02:00
Makefile cpu/atmega*: remove unnecessary code (already factored out) 2018-11-02 16:23:48 +01:00
Makefile.dep cpu/atmega2560: pin change interrupts 2019-08-01 09:35:35 +02:00
Makefile.features cpu/atmega2560: pin change interrupts 2019-08-01 09:35:35 +02:00
Makefile.include cpu/avr8_common: Fix link with binutils > 2.35.2 2021-10-13 16:37:19 +02:00