We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07bb1e1 commit f453a68Copy full SHA for f453a68
.github/workflows/test-configs.yml
@@ -320,6 +320,12 @@ jobs:
320
arch: arm
321
config-file: ./config/examples/stm32h5-tz.config
322
323
+ stm32h5_tz_dualbank_test:
324
+ uses: ./.github/workflows/test-build.yml
325
+ with:
326
+ arch: arm
327
+ config-file: ./config/examples/stm32h5-tz-dualbank.config
328
+
329
stm32h5_tz_dualbank_otp_test:
330
uses: ./.github/workflows/test-build.yml
331
with:
0 commit comments