mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-08-23 05:41:17 +08:00
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.