Skip to content

Commit fbba5d8

Browse files
committed
Added build test for stm32h5-dualbank
1 parent 81187ff commit fbba5d8

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.github/workflows/test-configs.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -239,6 +239,12 @@ jobs:
239239
arch: arm
240240
config-file: ./config/examples/stm32g0.config
241241

242+
stm32h5_dualbank_test:
243+
uses: ./.github/workflows/test-build.yml
244+
with:
245+
arch: arm
246+
config-file: ./config/examples/stm32h5-dualbank.config
247+
242248
stm32h7_test:
243249
uses: ./.github/workflows/test-build.yml
244250
with:

config/examples/stm32h5-dualbank.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ TZEN?=0
33
TARGET?=stm32h5
44
SIGN?=ECC256
55
HASH?=SHA256
6-
DEBUG?=1
6+
DEBUG?=0
77
VTOR?=1
88
CORTEX_M0?=0
99
CORTEX_M33?=1

0 commit comments

Comments
 (0)