File tree Expand file tree Collapse file tree
CMSIS/CoreValidation/Project Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -33,12 +33,12 @@ jobs:
3333 env :
3434 GH_TOKEN : ${{ github.token }}
3535 run : |
36- if [ -d CMSIS-DFP ]; then
37- cd CMSIS-DFP
36+ if [ -d Cortex_DFP ]; then
37+ cd Cortex_DFP
3838 git fetch origin main
3939 git checkout -f origin/main
4040 else
41- gh repo clone ARM-software/CMSIS-DFP
41+ gh repo clone ARM-software/Cortex_DFP
4242 fi
4343
4444 - uses : actions/setup-python@v4
@@ -119,8 +119,8 @@ jobs:
119119 . /home/runner/.vcpkg/vcpkg-init
120120 vcpkg activate
121121
122- echo "Register local CMSIS-DFP pack"
123- cpackget add /home/runner/CMSIS-DFP /ARM.CMSIS_DFP .pdsc
122+ echo "Register local Cortex_DFP pack"
123+ cpackget add /home/runner/Cortex_DFP /ARM.Cortex_DFP .pdsc
124124
125125 echo "Build test projects ..."
126126 ./build.py --verbose -m VHT -c ${{ matrix.compiler }} build || echo "::warning::=== Some configurations failed to build! ==="
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ solution:
1313 packs :
1414 - pack : ARM::CMSIS
1515 path : ../../../
16- - pack : ARM::CMSIS_DFP
16+ - pack : ARM::Cortex_DFP
1717
1818 target-types :
1919 # CM0
You can’t perform that action at this time.
0 commit comments