mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-17 05:32:45 +01:00
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/'.
This commit is contained in:
parent
2ba303bc84
commit
40e7dd3e6b
@ -6,3 +6,9 @@ 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
|
||||
|
@ -6,3 +6,9 @@ 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
|
||||
|
@ -6,3 +6,9 @@ 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
|
||||
|
@ -6,3 +6,9 @@ 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
|
||||
|
@ -6,3 +6,9 @@ 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
|
||||
|
Loading…
Reference in New Issue
Block a user