From 40e7dd3e6b39a7a9ebc9a4a6ed1830adc5d85e4e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABtan=20Harter?= Date: Mon, 3 Jun 2019 10:35:56 +0200 Subject: [PATCH] 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/'. --- cpu/atmega1281/ldscripts_compat/README.md | 6 ++++++ cpu/atmega1284p/ldscripts_compat/README.md | 6 ++++++ cpu/atmega2560/ldscripts_compat/README.md | 6 ++++++ cpu/atmega256rfr2/ldscripts_compat/README.md | 6 ++++++ cpu/atmega328p/ldscripts_compat/README.md | 6 ++++++ 5 files changed, 30 insertions(+) diff --git a/cpu/atmega1281/ldscripts_compat/README.md b/cpu/atmega1281/ldscripts_compat/README.md index 1bc6babe5b..31317f0371 100644 --- a/cpu/atmega1281/ldscripts_compat/README.md +++ b/cpu/atmega1281/ldscripts_compat/README.md @@ -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 diff --git a/cpu/atmega1284p/ldscripts_compat/README.md b/cpu/atmega1284p/ldscripts_compat/README.md index 1bc6babe5b..31317f0371 100644 --- a/cpu/atmega1284p/ldscripts_compat/README.md +++ b/cpu/atmega1284p/ldscripts_compat/README.md @@ -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 diff --git a/cpu/atmega2560/ldscripts_compat/README.md b/cpu/atmega2560/ldscripts_compat/README.md index 1bc6babe5b..31317f0371 100644 --- a/cpu/atmega2560/ldscripts_compat/README.md +++ b/cpu/atmega2560/ldscripts_compat/README.md @@ -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 diff --git a/cpu/atmega256rfr2/ldscripts_compat/README.md b/cpu/atmega256rfr2/ldscripts_compat/README.md index 1bc6babe5b..31317f0371 100644 --- a/cpu/atmega256rfr2/ldscripts_compat/README.md +++ b/cpu/atmega256rfr2/ldscripts_compat/README.md @@ -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 diff --git a/cpu/atmega328p/ldscripts_compat/README.md b/cpu/atmega328p/ldscripts_compat/README.md index 1bc6babe5b..31317f0371 100644 --- a/cpu/atmega328p/ldscripts_compat/README.md +++ b/cpu/atmega328p/ldscripts_compat/README.md @@ -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