summaryrefslogtreecommitdiffstats
path: root/bsps/arm/atsam/start (follow)
Commit message (Collapse)AuthorAgeFilesLines
* bsps/arm/atsamv: Change license to BSD-2Joel Sherrill2022-07-0811-33/+242
| | | | Updates #3053.
* bsps/arm/: Scripted embedded brains header file clean upJoel Sherrill2022-03-1011-66/+0
| | | | Updates #4625.
* bsp_specs: Delete last remnants of these.Joel Sherrill2021-11-291-0/+0
| | | | Updates #3937.
* build: Remove old build systemSebastian Huber2021-09-211-39/+0
| | | | | Close #3250. Close #4081.
* bsps/irq: Use BSP_INTERRUPT_VECTOR_COUNTSebastian Huber2021-06-241-1/+1
| | | | | | Use BSP_INTERRUPT_VECTOR_COUNT instead of BSP_INTERRUPT_VECTOR_MAX. Update #3269.
* bsps: Replace bsp_specs with an empty fileSebastian Huber2021-01-281-9/+0
| | | | | | | This fixes an issue with the latest tool chain which adds the default linker script in the endfile specification. Update #3250.
* Use RTEMS_SYSINIT_ORDER_LAST_BUT_5Sebastian Huber2020-02-041-1/+1
| | | | | | | | Use RTEMS_SYSINIT_ORDER_LAST_BUT_5 instead of RTEMS_SYSINIT_ORDER_LAST to allow applications and support functions to place system initialization handlers behind the standard handlers. Update #3838.
* bsp/atsam: Enable configuration of SDRAMC_LPRSebastian Huber2019-06-211-4/+8
|
* atsam: Add ATSAM_POWER_WAIT_MODESebastian Huber2019-06-181-0/+195
|
* atsam: Enable fast startup via RTC alarmSebastian Huber2019-06-181-0/+6
|
* bsp/atsam: Use proper APISebastian Huber2019-06-181-4/+1
|
* 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.
* bsp/atsam: Improve RTC power driverSebastian Huber2019-06-131-9/+22
| | | | Accept a time interval up to 24h.
* bsp/atsam: Use internal SRAM for stack areaSebastian Huber2018-10-041-1/+1
|
* bsp/atsam: Move libraries to bspsSebastian Huber2018-04-231-0/+49
| | | | | | This patch is a part of the BSP source reorganization. Update #3285.
* bsps: Move startup files to bspsSebastian Huber2018-04-2016-0/+902
Adjust build support files to new directory layout. This patch is a part of the BSP source reorganization. Update #3285.