We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5fdd25 commit e961777Copy full SHA for e961777
1 file changed
.github/workflows/test-configs.yml
@@ -236,6 +236,12 @@ jobs:
236
arch: arm
237
config-file: ./config/examples/stm32c0-lms-8-10-1.config
238
239
+ stm32f1_test:
240
+ uses: ./.github/workflows/test-build.yml
241
+ with:
242
+ arch: arm
243
+ config-file: ./config/examples/stm32f1.config
244
+
245
stm32f4_small_blocks_uart_update_test:
246
uses: ./.github/workflows/test-build.yml
247
with:
0 commit comments