summaryrefslogtreecommitdiffstats
path: root/bsps/arm/include/bsp/clock-armv7m.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* bsps/arm/: Scripted embedded brains header file clean upJoel Sherrill2022-03-101-6/+0
| | | | Updates #4625.
* bsps/arm: Optimize ARMv7-M CPU counterSebastian Huber2019-04-091-4/+5
| | | | Update #3456.
* bsps/arm: Fix ARMv7-M CPU counterSebastian Huber2019-04-091-0/+1
| | | | | | | Read the current counter value again after we know that we had an underflow. Update #3456.
* arm: Simplify CPU counter supportSebastian Huber2018-06-151-0/+78
Use the standard ARMv7-M systick module for the ARMv7-M CPU counter instead of DWT counter since the DWT counter is affected by power saving states. Use an inline function for _CPU_Counter_difference() for all ARM BSPs. Update #3456.