This commit is contained in:
Gabriel Wang 2023-11-27 23:47:42 +00:00
parent 75009d6c9d
commit 6f2d0fb676
3 changed files with 3 additions and 3 deletions

View File

@ -21,7 +21,7 @@ jobs:
run: |
git fetch --tags --force
- name: get pico-sdk
- name: get submodules
run: |
git submodule update --init

View File

@ -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>

View File

@ -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
"