summaryrefslogtreecommitdiffstats
path: root/bsps/arm/tms570/cpucounter (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-03-08bsps: Adjust bsp.h Doxygen groupsSebastian Huber1-1/+1
Update #3706.
2018-06-15Add _CPU_Counter_frequency()Sebastian Huber1-2/+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.
2018-04-25bsp/tms570: Move cpucounterread.c to bspsSebastian Huber1-0/+62
This patch is a part of the BSP source reorganization. Update #3285.