summaryrefslogtreecommitdiffstats
path: root/bsps/arm/atsam/start/bspstarthooks.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update company nameSebastian Huber2023-05-201-1/+1
| | | | | The embedded brains GmbH & Co. KG is the legal successor of embedded brains GmbH.
* bsps/atsam: Add NULL pointer protectionChristian Mauderer2022-12-151-1/+1
|
* bsps/arm/atsamv: Change license to BSD-2Joel Sherrill2022-07-081-3/+22
| | | | Updates #3053.
* bsps/arm/: Scripted embedded brains header file clean upJoel Sherrill2022-03-101-6/+0
| | | | Updates #4625.
* bsp/atsam: Do not disable the WDTSebastian Huber2019-06-131-1/+0
| | | | | The watchdog timer (WDT) can be configure only once. Do not touch it in the BSP since the application may want to use it.
* bsps: Move startup files to bspsSebastian Huber2018-04-201-0/+156
Adjust build support files to new directory layout. This patch is a part of the BSP source reorganization. Update #3285.