prepare v2.3.3

This commit is contained in:
Gabriel Wang 2024-07-27 02:10:04 +01:00
parent 4073b907cc
commit ca842d7335
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# perf_counter (v2.3.2) # perf_counter (v2.3.3)
A dedicated performance counter for Cortex-M Systick. It shares the SysTick with users' original SysTick function(s) without interfering with it. This library will bring new functionalities, such as performance counter,` delay_us` and `clock()` service defined in `time.h`. A dedicated performance counter for Cortex-M Systick. It shares the SysTick with users' original SysTick function(s) without interfering with it. This library will bring new functionalities, such as performance counter,` delay_us` and `clock()` service defined in `time.h`.
### Features: ### Features:

View File

@ -42,7 +42,7 @@ extern "C" {
#define __PERF_COUNTER_VER_MINOR__ 3 #define __PERF_COUNTER_VER_MINOR__ 3
#define __PERF_COUNTER_VER_REVISE__ 3 #define __PERF_COUNTER_VER_REVISE__ 3
#define __PERF_COUNTER_VER_STR__ "dev" #define __PERF_COUNTER_VER_STR__ ""
#define __PER_COUNTER_VER__ (__PERF_COUNTER_VER_MAJOR__ * 10000ul \ #define __PER_COUNTER_VER__ (__PERF_COUNTER_VER_MAJOR__ * 10000ul \
+__PERF_COUNTER_VER_MINOR__ * 100ul \ +__PERF_COUNTER_VER_MINOR__ * 100ul \