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 aa3b444 commit ffadde2Copy full SHA for ffadde2
.github/workflows/build.yml
@@ -77,6 +77,16 @@ jobs:
77
- stm32f777
78
- stm32f778
79
- stm32f779
80
+ - stm32h735
81
+ - stm32h742
82
+ - stm32h742v
83
+ - stm32h743
84
+ - stm32h743v
85
+ - stm32h747cm7
86
+ - stm32h750
87
+ - stm32h750v
88
+ - stm32h753
89
+ - stm32h753v
90
steps:
91
- name: Checkout
92
uses: actions/checkout@v3
@@ -109,6 +119,7 @@ jobs:
109
119
- stm32f107
110
120
- stm32f407
111
121
- stm32f745
122
112
123
113
124
114
125
@@ -177,6 +188,7 @@ jobs:
177
188
178
189
- stm32f429
179
190
191
180
192
pins:
181
193
- nucleo
182
194
- default
0 commit comments