diff options
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/arm_atsam/packs/atmel/SAMD51_DFP/1.0.70/gcc/gcc/samd51j18a_flash.ld | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/arm_atsam/packs/atmel/SAMD51_DFP/1.0.70/gcc/gcc/samd51j18a_flash.ld b/lib/arm_atsam/packs/atmel/SAMD51_DFP/1.0.70/gcc/gcc/samd51j18a_flash.ld index 35db61971..1c6354786 100644 --- a/lib/arm_atsam/packs/atmel/SAMD51_DFP/1.0.70/gcc/gcc/samd51j18a_flash.ld +++ b/lib/arm_atsam/packs/atmel/SAMD51_DFP/1.0.70/gcc/gcc/samd51j18a_flash.ld | |||
| @@ -51,6 +51,9 @@ HEAP_SIZE = DEFINED(HEAP_SIZE) ? HEAP_SIZE : DEFINED(__heap_size__) ? __heap_siz | |||
| 51 | _srom = ORIGIN(rom); | 51 | _srom = ORIGIN(rom); |
| 52 | _lrom = LENGTH(rom); | 52 | _lrom = LENGTH(rom); |
| 53 | _erom = ORIGIN(rom) + LENGTH(rom); | 53 | _erom = ORIGIN(rom) + LENGTH(rom); |
| 54 | _sram = ORIGIN(ram); | ||
| 55 | _lram = LENGTH(ram); | ||
| 56 | _eram = ORIGIN(ram) + LENGTH(ram); | ||
| 54 | 57 | ||
| 55 | /* Section Definitions */ | 58 | /* Section Definitions */ |
| 56 | SECTIONS | 59 | SECTIONS |
