Skip to content

Commit 1ce5258

Browse files
committed
CoreValidation: Update to Cortex_DFP
1 parent 825ef36 commit 1ce5258

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/corevalidation.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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! ==="

CMSIS/CoreValidation/Project/Validation.csolution.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)