1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/cpu/atmega256rfr2/ldscripts_compat
Gaëtan Harter 40e7dd3e6b
cpu/atmega*/ldscripts_compat: add command to generate ldscript
Add the command to generate the ldscript in the documentation.
It was only in the commit message before and had a typo 's/--mmcu/-mmcu/'.
2019-06-03 16:11:19 +02:00
..
avr_2.26.ld cpu/atmega: add avr-binutils 2.26 linkerscripts 2018-09-05 12:08:33 +02:00
README.md cpu/atmega*/ldscripts_compat: add command to generate ldscript 2019-06-03 16:11:19 +02:00

avr linkerscript

Starting from avr-binutils 2.26, the linker defines symbol that can be overriden to configure ROM and RAM length.

This ldscript is used for supporting older versions on avr-binutils like on ubuntu xenial.

Generated by extracting the output of

avr-gcc -Wl,--verbose -mmcu=$(CPU)

With avr-binutils 2.26