aboutsummaryrefslogtreecommitdiffstats
path: root/lib/samd51
Commit message (Collapse)AuthorAgeFilesLines
* lib: Add atmel same51 and same54 build definitionsKevin O'Connor2022-10-1394-32871/+0
| | | | | | | This also replaces the samd51 component files with the definitions from the same54 repository. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* lib: Remove unused gcc/ directories from samd21 and samd51 directoriesKevin O'Connor2022-10-131-64/+0
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* lib: Remove now unused ARM Cortex-M linker scripts and boot assemblyKevin O'Connor2019-09-0620-3484/+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-015-59/+4
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* lib: Update samd51 to work with gcc and bootloadersKevin O'Connor2019-01-286-5/+73
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* lib: Add Atmel SAMD51 cmsis filesKevin O'Connor2019-01-28135-0/+64991
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>