Skip to content

Commit a4fe7d6

Browse files
committed
Added the new stm32c0 config to the build workflow
1 parent 655ba46 commit a4fe7d6

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/test-configs.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,18 @@ jobs:
162162
arch: arm
163163
config-file: ./config/examples/stm32c0.config
164164

165+
stm32c0-rsa248:
166+
uses: ./.github/workflows/test-build.yml
167+
with:
168+
arch: arm
169+
config-file: ./config/examples/stm32c0-rsa2048.config
170+
171+
stm32c0-lms-8-10-1:
172+
uses: ./.github/workflows/test-build.yml
173+
with:
174+
arch: arm
175+
config-file: ./config/examples/stm32c0-lms-8-10-1.config
176+
165177
stm32f4_small_blocks_uart_update_test:
166178
uses: ./.github/workflows/test-build.yml
167179
with:

0 commit comments

Comments
 (0)