summaryrefslogtreecommitdiffstats
path: root/bsps/arm/lpc24xx/start (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* bsp/lpc24xx: Fix dynamic EMC configurationsSebastian Huber2019-05-091-2/+5
|
* bsp/lpc24xx: Add LPC17XX_PIN_TYPE_FAST_SLEW_RATESebastian Huber2019-05-091-0/+3
|
* bsp/lpc24xx: Add SDRAM mode settings commentSebastian Huber2019-05-091-1/+10
|
* bsp/lpc24xx: Fix LPC24XX_EMC_MT48LC4M16A2 MPU cfgSebastian Huber2019-05-081-7/+8
|
* bsp/lpc24xx: Flexible LPC24XX_EMC_MT48LC4M16A2 cfgSebastian Huber2019-05-081-17/+24
|
* bsp/lpc24xx: LPC24XX_EMC_MT48LC4M16A2 MPU supportSebastian Huber2019-05-081-2/+6
|
* bsp/lpc24xx: Support LPC24XX_EMC_SST39VF3201 pinsSebastian Huber2019-05-081-3/+7
|
* bsps: Adjust bsp.h Doxygen groupsSebastian Huber2019-03-0814-14/+14
| | | | Update #3706.
* bsps/arm: Fix PL111 register define re-definitionSebastian Huber2018-08-201-1/+1
| | | | Close #3502.
* Add _CPU_Counter_frequency()Sebastian Huber2018-06-151-1/+4
| | | | | | | | | | Add rtems_counter_frequency() API function. Use it to initialize the counter value converter via the new system initialization step (RTEMS_SYSINIT_CPU_COUNTER). This decouples the counter implementation and the counter converter. It avoids an unnecessary pull in of the 64-bit integer division from libgcc. Update #3456.
* bsp/lpc24xx: Move source files to bspsSebastian Huber2018-04-257-0/+1180
| | | | | | This patch is a part of the BSP source reorganization. Update #3285.
* bsps: Move startup files to bspsSebastian Huber2018-04-2023-0/+1963
Adjust build support files to new directory layout. This patch is a part of the BSP source reorganization. Update #3285.