summaryrefslogtreecommitdiffstats
path: root/bsps/arm/lpc32xx/start/bspstart.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add _CPU_Counter_frequency()Sebastian Huber2018-06-151-1/+5
| | | | | | | | | | 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.
* bsps: Move startup files to bspsSebastian Huber2018-04-201-0/+38
Adjust build support files to new directory layout. This patch is a part of the BSP source reorganization. Update #3285.