Skip to content

Commit

Permalink
Reworked cproject for cpp tests. Use current CMSIS-DSP and not pack.
Browse files Browse the repository at this point in the history
  • Loading branch information
christophe0606 committed Jun 26, 2024
1 parent 1040f3c commit 4bee30f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/runcpptest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,10 @@ jobs:
strategy:
fail-fast: true
matrix:
compiler: [AC6, CLANG, GCC]
core: [M0, M4, M55]
compiler: [AC6]
core: [M55]
#compiler: [AC6, CLANG, GCC]
#core: [M0, M4, M55]
runs-on: ubuntu-latest

steps:
Expand Down
4 changes: 3 additions & 1 deletion dsppp/test.cproject.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,11 @@ project:
- .
- tests

layers:
- layer: ../Testing/cmsis_build/dsp.clayer.yml

components:
- component: ARM::CMSIS:CORE
- component: ARM::CMSIS:DSP@1.15.0
- component: ARM::Device:Startup&C Startup
for-context:
- +VHT-Corstone-300
Expand Down
2 changes: 1 addition & 1 deletion dsppp/test.csolution.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
solution:
compiler: AC6@6.22.0
compiler: AC6

language-C: c11
language-CPP: c++17
Expand Down

0 comments on commit 4bee30f

Please sign in to comment.