1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/cpu/atmega1284p
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/atmega1284p: Initial ATmega1284P support 2018-03-25 14:24:37 -04:00
Kconfig cpu/atmega1284p: Add Kconfig symbols 2020-06-22 17:08:59 +02:00
Makefile cpu/atmega*: remove unnecessary code (already factored out) 2018-11-02 16:23:48 +01:00
Makefile.dep cpu/atmega1284p: pin change interrupts 2019-08-01 09:35:35 +02:00
Makefile.features cpu/atmega1284p: 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