Skip to content

Commit 4095e36

Browse files
committed
Update README.md
1 parent c9ea864 commit 4095e36

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# perf_counter (v2.3.3)
1+
# perf_counter (v2.4.0)
22
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`.
33

44
### Features:
@@ -45,8 +45,9 @@ A dedicated performance counter for Cortex-M Systick. It shares the SysTick with
4545
- `foreach()`, dimof(), `CONNECT()`
4646
- C# like `using()`
4747
- simple overload feature of OOPC made out of ANSI-C99, `__PLOOC_VA_NUM_ARGS()`
48+
- **[new]** add macros for PT
4849
- ...
49-
- **[new]** A dedicated macro `__perfc_sync_barrier__()` for code barrier.
50+
- A dedicated macro `__perfc_sync_barrier__()` for code barrier.
5051

5152

5253

0 commit comments

Comments
 (0)