aboutsummaryrefslogtreecommitdiffstats
path: root/lib/samd21
Commit message (Collapse)AuthorAgeFilesLines
* lib: Remove now unused ARM Cortex-M linker scripts and boot assemblyKevin O'Connor2019-09-0630-4258/+0
| | | | | | | Remove the unused files for those boards converted to use the armcm_boot mechanism. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* lib: Remove samd21/samd51 customizations that are no longer necessaryKevin O'Connor2019-03-012-14/+1
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* lib: Update samd21 code with local changesKevin O'Connor2018-08-073-2/+28
| | | | | | | A minor change is necessary to work with GCC's -flto and to work with common bootloaders. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* lib: Add Atmel SAMD21 cmsis headersKevin O'Connor2018-08-06120-0/+44575
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>