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 655ba46 commit a4fe7d6Copy full SHA for a4fe7d6
.github/workflows/test-configs.yml
@@ -162,6 +162,18 @@ jobs:
162
arch: arm
163
config-file: ./config/examples/stm32c0.config
164
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
173
174
175
+ config-file: ./config/examples/stm32c0-lms-8-10-1.config
176
177
stm32f4_small_blocks_uart_update_test:
178
uses: ./.github/workflows/test-build.yml
179
with:
0 commit comments