Gabriel Wang 1f10f986fa minor update
- Fix support for GCC
- update safe_atom_code() and __IRQ_SAFE for the latest version of CMSIS
2021-05-24 22:41:58 +01:00
2021-03-30 10:02:46 +01:00
2021-03-24 14:44:46 +00:00
2021-01-09 13:03:56 +00:00
2021-05-24 22:41:58 +01:00
2021-05-24 22:41:58 +01:00
2021-01-09 13:03:56 +00:00
2021-01-11 18:59:02 +00:00

perf_counter

A dedicated performance counter for Cortex-M systick. It shares the SysTick with users' original SysTick function without interfere it. This library will bring new functionalities, such as performance counter, delay_us and clock() service defined in time.h

Description
A dedicated performance counter for Cortex-M systick. It shares the SysTick with users' original SysTick function without interfering it. This library will bring new functionalities, such as performance counter, delay_us and clock() service defined in time.h
Readme Apache-2.0 12 MiB
Languages
C 97.2%
Assembly 2.5%
Makefile 0.2%