Skip to content

Commit 9baaa29

Browse files
committed
update document
1 parent 3e54ee5 commit 9baaa29

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,4 @@ RTE_Components.h
2121
*uvguix.*
2222
ArInp.bat
2323
Pre_Include_Global.h
24+
*.db

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# perf_counter (v2.4.0)
1+
# perf_counter (v2.4.1-dev)
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:
@@ -370,7 +370,7 @@ git clone https://github.com/GorgonMeducer/perf_counter.git
370370
```
371371

372372
2. Add including path for `perf_counter` folder
373-
3. Add `perf_counter.c` to your compilation.
373+
3. Add `perf_counter.c` and `perfc_port_default.c` to your project for compilation.
374374

375375
> **NOTE**: Please do **NOT** add any assembly source files of this `perf_counter` library to your compilation, i.e. `systick_wrapper_gcc.S`, `systick_wrapper_gnu.s` or `systick_wrapper_ual.s`.
376376

documents/pictures/RTE

29.7 KB
Binary file not shown.

0 commit comments

Comments
 (0)