Skip to content

Commit 9140646

Browse files
authored
Update compile.yml
1 parent 955f107 commit 9140646

1 file changed

Lines changed: 10 additions & 8 deletions

File tree

.github/workflows/compile.yml

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,21 +16,23 @@ jobs:
1616
fail-fast: false
1717
matrix:
1818
config: [
19-
stm32l4xx,
20-
stm32f7xx,
21-
stm32f7xx_ram,
22-
stm32h7xx,
23-
stm32h7xx secure=true,
24-
stm32h7xx_ram,
25-
stm32h7xx_ram secure=true,
2619
nucleo_h755zi,
2720
nucleo_h755zi_ram,
2821
matek_H7_slim,
2922
matek_H7_slim secure=true,
3023
matek_H7_slim_ram,
3124
matek_H7_slim_ram secure=true,
3225
pixhawk4,
33-
pixhawk4_ram
26+
pixhawk4_ram,
27+
stm32l4xx,
28+
stm32f7xx,
29+
stm32f7xx_ram,
30+
stm32h7xx,
31+
stm32h7xx secure=true,
32+
stm32h7xx_ram,
33+
stm32h7xx_ram secure=true,
34+
stm32h735g_dk,
35+
stm32h735g_dk_ram
3436
]
3537

3638
container:

0 commit comments

Comments
 (0)