mirror of
https://github.com/GorgonMeducer/perf_counter.git
synced 2025-01-17 19:13:03 +08:00
fix pdsc
This commit is contained in:
parent
75009d6c9d
commit
6f2d0fb676
2
.github/workflows/cmake-single-platform.yml
vendored
2
.github/workflows/cmake-single-platform.yml
vendored
@ -21,7 +21,7 @@ jobs:
|
||||
run: |
|
||||
git fetch --tags --force
|
||||
|
||||
- name: get pico-sdk
|
||||
- name: get submodules
|
||||
run: |
|
||||
git submodule update --init
|
||||
|
||||
|
@ -281,7 +281,7 @@
|
||||
<file category="header" name="perf_counter.h"/>
|
||||
<file category="sourceC" name="perf_counter.c" />
|
||||
<file category="sourceAsm" name="systick_wrapper_ual.s" condition="Previous Generation Cortex-M Arm Compiler CMSIS-CORE"/>
|
||||
<file category="sourceAsm" name="systick_wrapper_gcc.s" condition="Cortex-M Arm GCC CMSIS-CORE"/>
|
||||
<file category="sourceAsm" name="systick_wrapper_gcc.S" condition="Cortex-M Arm GCC CMSIS-CORE"/>
|
||||
<file category="sourceAsm" name="systick_wrapper_gnu.s" condition="Armv8-M Arm Compiler CMSIS-CORE"/>
|
||||
</files>
|
||||
<RTE_Components_h>
|
||||
|
@ -43,7 +43,7 @@ DEFAULT_ARGS=(-c "v")
|
||||
perf_counter.c
|
||||
perf_counter.h
|
||||
README.md
|
||||
systick_wrapper_gcc.s
|
||||
systick_wrapper_gcc.S
|
||||
systick_wrapper_gnu.s
|
||||
systick_wrapper_ual.s
|
||||
"
|
||||
|
Loading…
x
Reference in New Issue
Block a user