mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
.. | ||
README.md | ||
samd21g18a_arduino_bootloader.ld | ||
samd21g18a.ld | ||
samd21j18a_arduino_bootloader.ld | ||
samd21j18a.ld | ||
saml21j18a.ld | ||
samr21e18a.ld | ||
samr21g18a.ld |
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.