We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 955f107 commit 9140646Copy full SHA for 9140646
1 file changed
.github/workflows/compile.yml
@@ -16,21 +16,23 @@ jobs:
16
fail-fast: false
17
matrix:
18
config: [
19
- stm32l4xx,
20
- stm32f7xx,
21
- stm32f7xx_ram,
22
- stm32h7xx,
23
- stm32h7xx secure=true,
24
- stm32h7xx_ram,
25
- stm32h7xx_ram secure=true,
26
nucleo_h755zi,
27
nucleo_h755zi_ram,
28
matek_H7_slim,
29
matek_H7_slim secure=true,
30
matek_H7_slim_ram,
31
matek_H7_slim_ram secure=true,
32
pixhawk4,
33
- pixhawk4_ram
+ pixhawk4_ram,
+ stm32l4xx,
+ stm32f7xx,
+ stm32f7xx_ram,
+ stm32h7xx,
+ stm32h7xx secure=true,
+ stm32h7xx_ram,
+ stm32h7xx_ram secure=true,
34
+ stm32h735g_dk,
35
+ stm32h735g_dk_ram
36
]
37
38
container:
0 commit comments