Skip to content

Commit

Permalink
Merge pull request RIOT-OS#11615 from cladmi/pr/cpu/atmega_common/lds…
Browse files Browse the repository at this point in the history
…cripts_compat/doc

cpu/atmega*/ldscripts_compat: add command to generate ldscript
  • Loading branch information
cladmi authored Jun 3, 2019
2 parents 9bbc652 + 40e7dd3 commit fcd7f22
Show file tree
Hide file tree
Showing 5 changed files with 30 additions and 0 deletions.
6 changes: 6 additions & 0 deletions cpu/atmega1281/ldscripts_compat/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 changes: 6 additions & 0 deletions cpu/atmega1284p/ldscripts_compat/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 changes: 6 additions & 0 deletions cpu/atmega2560/ldscripts_compat/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 changes: 6 additions & 0 deletions cpu/atmega256rfr2/ldscripts_compat/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 changes: 6 additions & 0 deletions cpu/atmega328p/ldscripts_compat/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit fcd7f22

Please sign in to comment.