Skip to content

Commit

Permalink
Added build test for stm32h5-dualbank
Browse files Browse the repository at this point in the history
  • Loading branch information
danielinux committed Mar 29, 2024
1 parent 1c6d79a commit fab5abb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .github/workflows/test-configs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,12 @@ jobs:
arch: arm
config-file: ./config/examples/stm32g0.config

stm32h5_dualbank_test:
uses: ./.github/workflows/test-build.yml
with:
arch: arm
config-file: ./config/examples/stm32h5-dualbank.config

stm32h7_test:
uses: ./.github/workflows/test-build.yml
with:
Expand Down
2 changes: 1 addition & 1 deletion config/examples/stm32h5-dualbank.config
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ TZEN?=0
TARGET?=stm32h5
SIGN?=ECC256
HASH?=SHA256
DEBUG?=1
DEBUG?=0
VTOR?=1
CORTEX_M0?=0
CORTEX_M33?=1
Expand Down

0 comments on commit fab5abb

Please sign in to comment.