1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/cpu/sam0_common/ldscripts
2017-10-13 14:22:51 +02:00
..
README.md cpu/sam0_common/ldscripts: rename samd21g18a_mkr to samd21g18a_bootloader 2017-10-07 23:07:16 +02:00
samd21g18a_arduino_bootloader.ld cpu/sam0_common/ldscripts: rename samd21g18a_mkr to samd21g18a_bootloader 2017-10-07 23:07:16 +02:00
samd21g18a.ld cpu/sam0: renamed sam21_common to sam0_common 2016-12-15 11:47:03 +01:00
samd21j18a_arduino_bootloader.ld cpu/sam0: adapt support for samd21j18a with bootloader 2017-10-13 14:22:51 +02:00
samd21j18a.ld cpu/sam0: renamed sam21_common to sam0_common 2016-12-15 11:47:03 +01:00
saml21j18a.ld cpu/sam0: renamed sam21_common to sam0_common 2016-12-15 11:47:03 +01:00
samr21e18a.ld cpu/sam0: renamed sam21_common to sam0_common 2016-12-15 11:47:03 +01:00
samr21g18a.ld cpu/sam0: renamed sam21_common to sam0_common 2016-12-15 11:47:03 +01:00

Atmel SAM0 linker scripts notes

This folder contains SAM0 CPU specific linker scripts that are used to generate the final binary firmware.

There are 2 kinds of scripts:

  • <name of cpu>.ld: used to generate a firmware that starts at the beginning of the flash memory. The firmware is copied to the flash memory using OpenOCD.

  • <name of cpu>_arduino_bootloader.ld: used to generate a firmware that starts after a preflashed Arduino bootloader. The firmware is copied to the flash memory using Bossa. This is the kind of configuration used with Arduino MKR and Adafruit Feather M0 boards.