Skip to content

Commit

Permalink
Fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
JonatanAntoni committed Oct 25, 2023
1 parent aa62801 commit 1959c2b
Show file tree
Hide file tree
Showing 12 changed files with 1,135 additions and 42 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/corevalidation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,16 +80,7 @@ jobs:
echo "Patch CMSIS-Toolbox"
pushd $(dirname $(which cbuild))/../etc
curl -O https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/main/tools/buildmgr/cbuildgen/config/AC6.6.18.0.cmake
curl -O https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/main/tools/buildmgr/cbuildgen/config/GCC.10.3.1.cmake
curl -O https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/main/tools/buildmgr/cbuildgen/config/CLANG.16.0.0.cmake
curl -O https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/main/tools/buildmgr/cbuildgen/config/IAR.9.32.1.cmake
curl -O https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/main/tools/buildmgr/cbuildgen/config/CMSIS-Build-Utils.cmake
curl -O https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/main/tools/projmgr/templates/cdefault.yml
curl -O https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/main/tools/projmgr/templates/ac6_linker_script.sct
curl -O https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/main/tools/projmgr/templates/clang_linker_script.ld
curl -O https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/main/tools/projmgr/templates/gcc_linker_script.ld
curl -O https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/main/tools/projmgr/templates/iar_linker_script.ifc
curl -O https://raw.githubusercontent.com/Open-CMSIS-Pack/devtools/main/tools/buildmgr/cbuildgen/config/CLANG.17.0.1.cmake
popd
- name: Activate Arm tool license
Expand Down
5 changes: 0 additions & 5 deletions CMSIS/Core/Test/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,10 +79,5 @@ def filter_iar(config):
def filter_gcc_cm85(config):
return config.compiler == CompilerAxis.GCC and config.device.match('CM85*')

#@matrix_filter
#def filter_clang_cortex_a(config):
# return config.compiler == CompilerAxis.CLANG and config.device.match('CA*')


if __name__ == "__main__":
main()
1 change: 0 additions & 1 deletion CMSIS/CoreValidation/Include/cmsis_cv.h
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@ extern void TC_CoreSimd_MulAcc32 (void);
extern void TC_CoreAFunc_TTBR0 (void);
extern void TC_CoreAFunc_DACR (void);
extern void TC_CoreAFunc_SCTLR (void);
extern void TC_CoreAFunc_ACTRL (void);
extern void TC_CoreAFunc_MPIDR (void);
extern void TC_CoreAFunc_VBAR (void);
extern void TC_CoreAFunc_MVBAR (void);
Expand Down
Loading

0 comments on commit 1959c2b

Please sign in to comment.