Skip to content

Commit dbba7c1

Browse files
committed
variants: update generic with sdmmc signals availability
Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
1 parent 1937500 commit dbba7c1

File tree

62 files changed

+348
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

62 files changed

+348
-0
lines changed

variants/STM32F7xx/F722I(C-E)(K-T)_F732IE(K-T)/variant_generic.h

+6
Original file line numberDiff line numberDiff line change
@@ -269,6 +269,12 @@
269269
#define PIN_SERIAL_TX PA0
270270
#endif
271271

272+
// SDMMC signals not available
273+
#define SDMMC_CKIN_NA
274+
#define SDMMC_CDIR_NA
275+
#define SDMMC_D0DIR_NA
276+
#define SDMMC_D123DIR_NA
277+
272278
// Extra HAL modules
273279
#if !defined(HAL_DAC_MODULE_DISABLED)
274280
#define HAL_DAC_MODULE_ENABLED

variants/STM32F7xx/F722R(C-E)T_F730R8T_F732RET/variant_generic.h

+6
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,12 @@
178178
#define PIN_SERIAL_TX PA0
179179
#endif
180180

181+
// SDMMC signals not available
182+
#define SDMMC_CKIN_NA
183+
#define SDMMC_CDIR_NA
184+
#define SDMMC_D0DIR_NA
185+
#define SDMMC_D123DIR_NA
186+
181187
// Extra HAL modules
182188
#if !defined(HAL_DAC_MODULE_DISABLED)
183189
#define HAL_DAC_MODULE_ENABLED

variants/STM32F7xx/F722V(C-E)T_F730V8T_F732VET/variant_generic.h

+6
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,12 @@
211211
#define PIN_SERIAL_TX PA0
212212
#endif
213213

214+
// SDMMC signals not available
215+
#define SDMMC_CKIN_NA
216+
#define SDMMC_CDIR_NA
217+
#define SDMMC_D0DIR_NA
218+
#define SDMMC_D123DIR_NA
219+
214220
// Extra HAL modules
215221
#if !defined(HAL_DAC_MODULE_DISABLED)
216222
#define HAL_DAC_MODULE_ENABLED

variants/STM32F7xx/F722Z(C-E)T_F732ZET/variant_generic.h

+6
Original file line numberDiff line numberDiff line change
@@ -243,6 +243,12 @@
243243
#define PIN_SERIAL_TX PA0
244244
#endif
245245

246+
// SDMMC signals not available
247+
#define SDMMC_CKIN_NA
248+
#define SDMMC_CDIR_NA
249+
#define SDMMC_D0DIR_NA
250+
#define SDMMC_D123DIR_NA
251+
246252
// Extra HAL modules
247253
#if !defined(HAL_DAC_MODULE_DISABLED)
248254
#define HAL_DAC_MODULE_ENABLED

variants/STM32F7xx/F723I(C-E)(K-T)_F730I8K_F733IE(K-T)/variant_generic.h

+6
Original file line numberDiff line numberDiff line change
@@ -263,6 +263,12 @@
263263
#define PIN_SERIAL_TX PA0
264264
#endif
265265

266+
// SDMMC signals not available
267+
#define SDMMC_CKIN_NA
268+
#define SDMMC_CDIR_NA
269+
#define SDMMC_D0DIR_NA
270+
#define SDMMC_D123DIR_NA
271+
266272
// Extra HAL modules
267273
#if !defined(HAL_DAC_MODULE_DISABLED)
268274
#define HAL_DAC_MODULE_ENABLED

variants/STM32F7xx/F723V(C-E)(T-Y)_F733VE(T-Y)/variant_generic.h

+6
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,12 @@
204204
#define PIN_SERIAL_TX PA0
205205
#endif
206206

207+
// SDMMC signals not available
208+
#define SDMMC_CKIN_NA
209+
#define SDMMC_CDIR_NA
210+
#define SDMMC_D0DIR_NA
211+
#define SDMMC_D123DIR_NA
212+
207213
// Extra HAL modules
208214
#if !defined(HAL_DAC_MODULE_DISABLED)
209215
#define HAL_DAC_MODULE_ENABLED

variants/STM32F7xx/F723Z(C-E)(I-T)_F730Z8T_F733ZE(I-T)/variant_generic.h

+6
Original file line numberDiff line numberDiff line change
@@ -237,6 +237,12 @@
237237
#define PIN_SERIAL_TX PA0
238238
#endif
239239

240+
// SDMMC signals not available
241+
#define SDMMC_CKIN_NA
242+
#define SDMMC_CDIR_NA
243+
#define SDMMC_D0DIR_NA
244+
#define SDMMC_D123DIR_NA
245+
240246
// Extra HAL modules
241247
#if !defined(HAL_DAC_MODULE_DISABLED)
242248
#define HAL_DAC_MODULE_ENABLED

variants/STM32F7xx/F745I(E-G)(K-T)_F746I(E-G)(K-T)_F756IG(K-T)/variant_generic.h

+6
Original file line numberDiff line numberDiff line change
@@ -269,6 +269,12 @@
269269
#define PIN_SERIAL_TX PA0
270270
#endif
271271

272+
// SDMMC signals not available
273+
#define SDMMC_CKIN_NA
274+
#define SDMMC_CDIR_NA
275+
#define SDMMC_D0DIR_NA
276+
#define SDMMC_D123DIR_NA
277+
272278
// Extra HAL modules
273279
#if !defined(HAL_DAC_MODULE_DISABLED)
274280
#define HAL_DAC_MODULE_ENABLED

variants/STM32F7xx/F745V(E-G)(H-T)_F746V(E-G)(H-T)_F750V8T_F756VG(H-T)/variant_generic.h

+6
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,12 @@
211211
#define PIN_SERIAL_TX PA0
212212
#endif
213213

214+
// SDMMC signals not available
215+
#define SDMMC_CKIN_NA
216+
#define SDMMC_CDIR_NA
217+
#define SDMMC_D0DIR_NA
218+
#define SDMMC_D123DIR_NA
219+
214220
// Extra HAL modules
215221
#if !defined(HAL_DAC_MODULE_DISABLED)
216222
#define HAL_DAC_MODULE_ENABLED

variants/STM32F7xx/F745Z(E-G)T_F746Z(E-G)(T-Y)_F750Z8T_F756ZG(T-Y)/variant_generic.h

+6
Original file line numberDiff line numberDiff line change
@@ -243,6 +243,12 @@
243243
#define PIN_SERIAL_TX PA0
244244
#endif
245245

246+
// SDMMC signals not available
247+
#define SDMMC_CKIN_NA
248+
#define SDMMC_CDIR_NA
249+
#define SDMMC_D0DIR_NA
250+
#define SDMMC_D123DIR_NA
251+
246252
// Extra HAL modules
247253
#if !defined(HAL_DAC_MODULE_DISABLED)
248254
#define HAL_DAC_MODULE_ENABLED

variants/STM32F7xx/F746B(E-G)T_F746N(E-G)H_F750N8H_F756BGT_F756NGH/variant_generic.h

+6
Original file line numberDiff line numberDiff line change
@@ -297,6 +297,12 @@
297297
#define PIN_SERIAL_TX PA0
298298
#endif
299299

300+
// SDMMC signals not available
301+
#define SDMMC_CKIN_NA
302+
#define SDMMC_CDIR_NA
303+
#define SDMMC_D0DIR_NA
304+
#define SDMMC_D123DIR_NA
305+
300306
// Extra HAL modules
301307
#if !defined(HAL_DAC_MODULE_DISABLED)
302308
#define HAL_DAC_MODULE_ENABLED

variants/STM32F7xx/F765B(G-I)T_F765N(G-I)H_F767B(G-I)T_F767N(G-I)H_F777BIT_F777NIH/variant_generic.h

+6
Original file line numberDiff line numberDiff line change
@@ -304,6 +304,12 @@
304304
#define PIN_SERIAL_TX PA0
305305
#endif
306306

307+
// SDMMC signals not available
308+
#define SDMMC_CKIN_NA
309+
#define SDMMC_CDIR_NA
310+
#define SDMMC_D0DIR_NA
311+
#define SDMMC_D123DIR_NA
312+
307313
// Extra HAL modules
308314
#if !defined(HAL_DAC_MODULE_DISABLED)
309315
#define HAL_DAC_MODULE_ENABLED

variants/STM32F7xx/F765I(G-I)(K-T)_F767I(G-I)(K-T)_F777II(K-T)/variant_generic.h

+6
Original file line numberDiff line numberDiff line change
@@ -276,6 +276,12 @@
276276
#define PIN_SERIAL_TX PA0
277277
#endif
278278

279+
// SDMMC signals not available
280+
#define SDMMC_CKIN_NA
281+
#define SDMMC_CDIR_NA
282+
#define SDMMC_D0DIR_NA
283+
#define SDMMC_D123DIR_NA
284+
279285
// Extra HAL modules
280286
#if !defined(HAL_DAC_MODULE_DISABLED)
281287
#define HAL_DAC_MODULE_ENABLED

variants/STM32F7xx/F765V(G-I)(H-T)_F767V(G-I)(H-T)_F777VI(H-T)/variant_generic.h

+6
Original file line numberDiff line numberDiff line change
@@ -218,6 +218,12 @@
218218
#define PIN_SERIAL_TX PA0
219219
#endif
220220

221+
// SDMMC signals not available
222+
#define SDMMC_CKIN_NA
223+
#define SDMMC_CDIR_NA
224+
#define SDMMC_D0DIR_NA
225+
#define SDMMC_D123DIR_NA
226+
221227
// Extra HAL modules
222228
#if !defined(HAL_DAC_MODULE_DISABLED)
223229
#define HAL_DAC_MODULE_ENABLED

variants/STM32F7xx/F765Z(G-I)T_F767Z(G-I)T_F777ZIT/variant_generic.h

+6
Original file line numberDiff line numberDiff line change
@@ -250,6 +250,12 @@
250250
#define PIN_SERIAL_TX PA0
251251
#endif
252252

253+
// SDMMC signals not available
254+
#define SDMMC_CKIN_NA
255+
#define SDMMC_CDIR_NA
256+
#define SDMMC_D0DIR_NA
257+
#define SDMMC_D123DIR_NA
258+
253259
// Extra HAL modules
254260
#if !defined(HAL_DAC_MODULE_DISABLED)
255261
#define HAL_DAC_MODULE_ENABLED

variants/STM32F7xx/F768AIY_F769A(G-I)Y_F778AIY_F779AIY/variant_generic.h

+6
Original file line numberDiff line numberDiff line change
@@ -258,6 +258,12 @@
258258
#define PIN_SERIAL_TX PA0
259259
#endif
260260

261+
// SDMMC signals not available
262+
#define SDMMC_CKIN_NA
263+
#define SDMMC_CDIR_NA
264+
#define SDMMC_D0DIR_NA
265+
#define SDMMC_D123DIR_NA
266+
261267
// Extra HAL modules
262268
#if !defined(HAL_DAC_MODULE_DISABLED)
263269
#define HAL_DAC_MODULE_ENABLED

variants/STM32F7xx/F769B(G-I)T_F769N(G-I)H_F779BIT_F779NIH/variant_generic.h

+6
Original file line numberDiff line numberDiff line change
@@ -295,6 +295,12 @@
295295
#define PIN_SERIAL_TX PA0
296296
#endif
297297

298+
// SDMMC signals not available
299+
#define SDMMC_CKIN_NA
300+
#define SDMMC_CDIR_NA
301+
#define SDMMC_D0DIR_NA
302+
#define SDMMC_D123DIR_NA
303+
298304
// Extra HAL modules
299305
#if !defined(HAL_DAC_MODULE_DISABLED)
300306
#define HAL_DAC_MODULE_ENABLED

variants/STM32F7xx/F769I(G-I)T_F779IIT/variant_generic.h

+6
Original file line numberDiff line numberDiff line change
@@ -267,6 +267,12 @@
267267
#define PIN_SERIAL_TX PA0
268268
#endif
269269

270+
// SDMMC signals not available
271+
#define SDMMC_CKIN_NA
272+
#define SDMMC_CDIR_NA
273+
#define SDMMC_D0DIR_NA
274+
#define SDMMC_D123DIR_NA
275+
270276
// Extra HAL modules
271277
#if !defined(HAL_DAC_MODULE_DISABLED)
272278
#define HAL_DAC_MODULE_ENABLED

variants/STM32H5xx/H562R(G-I)T/variant_generic.h

+3
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,9 @@
184184
#define PIN_SERIAL_TX PA0
185185
#endif
186186

187+
// SDMMC signals not available
188+
#define SDMMC_CDIR_NA
189+
187190
// Extra HAL modules
188191
#if !defined(HAL_DAC_MODULE_DISABLED)
189192
#define HAL_DAC_MODULE_ENABLED

variants/STM32H5xx/H563MIYxQ_H573MIYxQ/variant_generic.h

+3
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,9 @@
192192
#define PIN_SERIAL_TX PA0
193193
#endif
194194

195+
// SDMMC signals not available
196+
#define SDMMC_CDIR_NA
197+
195198
// Extra HAL modules
196199
#if !defined(HAL_DAC_MODULE_DISABLED)
197200
#define HAL_DAC_MODULE_ENABLED

variants/STM32H5xx/H563R(G-I)T_H573RIT/variant_generic.h

+3
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,9 @@
184184
#define PIN_SERIAL_TX PA0
185185
#endif
186186

187+
// SDMMC signals not available
188+
#define SDMMC_CDIR_NA
189+
187190
// Extra HAL modules
188191
#if !defined(HAL_DAC_MODULE_DISABLED)
189192
#define HAL_DAC_MODULE_ENABLED

variants/STM32L4xx/L431R(B-C)(I-T-Y)/variant_generic.h

+6
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,12 @@
150150
#define PIN_SERIAL_TX PA2
151151
#endif
152152

153+
// SDMMC signals not available
154+
#define SDMMC_CKIN_NA
155+
#define SDMMC_CDIR_NA
156+
#define SDMMC_D0DIR_NA
157+
#define SDMMC_D123DIR_NA
158+
153159
// Extra HAL modules
154160
#if !defined(HAL_DAC_MODULE_DISABLED)
155161
#define HAL_DAC_MODULE_ENABLED

variants/STM32L4xx/L431VC(I-T)/variant_generic.h

+6
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,12 @@
181181
#define PIN_SERIAL_TX PA2
182182
#endif
183183

184+
// SDMMC signals not available
185+
#define SDMMC_CKIN_NA
186+
#define SDMMC_CDIR_NA
187+
#define SDMMC_D0DIR_NA
188+
#define SDMMC_D123DIR_NA
189+
184190
// Extra HAL modules
185191
#if !defined(HAL_DAC_MODULE_DISABLED)
186192
#define HAL_DAC_MODULE_ENABLED

variants/STM32L4xx/L433R(B-C)(I-T-Y)_L443RC(I-T-Y)/variant_generic.h

+6
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,12 @@
150150
#define PIN_SERIAL_TX PA2
151151
#endif
152152

153+
// SDMMC signals not available
154+
#define SDMMC_CKIN_NA
155+
#define SDMMC_CDIR_NA
156+
#define SDMMC_D0DIR_NA
157+
#define SDMMC_D123DIR_NA
158+
153159
// Extra HAL modules
154160
#if !defined(HAL_DAC_MODULE_DISABLED)
155161
#define HAL_DAC_MODULE_ENABLED

variants/STM32L4xx/L433VC(I-T)_L443VC(I-T)/variant_generic.h

+6
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,12 @@
181181
#define PIN_SERIAL_TX PA2
182182
#endif
183183

184+
// SDMMC signals not available
185+
#define SDMMC_CKIN_NA
186+
#define SDMMC_CDIR_NA
187+
#define SDMMC_D0DIR_NA
188+
#define SDMMC_D123DIR_NA
189+
184190
// Extra HAL modules
185191
#if !defined(HAL_DAC_MODULE_DISABLED)
186192
#define HAL_DAC_MODULE_ENABLED

variants/STM32L4xx/L451R(C-E)(I-T-Y)/variant_generic.h

+6
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,12 @@
160160
#define PIN_SERIAL_TX PA0
161161
#endif
162162

163+
// SDMMC signals not available
164+
#define SDMMC_CKIN_NA
165+
#define SDMMC_CDIR_NA
166+
#define SDMMC_D0DIR_NA
167+
#define SDMMC_D123DIR_NA
168+
163169
// Extra HAL modules
164170
#if !defined(HAL_DAC_MODULE_DISABLED)
165171
#define HAL_DAC_MODULE_ENABLED

variants/STM32L4xx/L451V(C-E)(I-T)/variant_generic.h

+6
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,12 @@
191191
#define PIN_SERIAL_TX PA0
192192
#endif
193193

194+
// SDMMC signals not available
195+
#define SDMMC_CKIN_NA
196+
#define SDMMC_CDIR_NA
197+
#define SDMMC_D0DIR_NA
198+
#define SDMMC_D123DIR_NA
199+
194200
// Extra HAL modules
195201
#if !defined(HAL_DAC_MODULE_DISABLED)
196202
#define HAL_DAC_MODULE_ENABLED

variants/STM32L4xx/L452RC(I-T-Y)_L452RE(I-T-Y)x(P)_L462RE(I-T-Y)/variant_generic.h

+6
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,12 @@
160160
#define PIN_SERIAL_TX PA0
161161
#endif
162162

163+
// SDMMC signals not available
164+
#define SDMMC_CKIN_NA
165+
#define SDMMC_CDIR_NA
166+
#define SDMMC_D0DIR_NA
167+
#define SDMMC_D123DIR_NA
168+
163169
// Extra HAL modules
164170
#if !defined(HAL_DAC_MODULE_DISABLED)
165171
#define HAL_DAC_MODULE_ENABLED

variants/STM32L4xx/L452V(C-E)(I-T)_L462VE(I-T)/variant_generic.h

+6
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,12 @@
191191
#define PIN_SERIAL_TX PA0
192192
#endif
193193

194+
// SDMMC signals not available
195+
#define SDMMC_CKIN_NA
196+
#define SDMMC_CDIR_NA
197+
#define SDMMC_D0DIR_NA
198+
#define SDMMC_D123DIR_NA
199+
194200
// Extra HAL modules
195201
#if !defined(HAL_DAC_MODULE_DISABLED)
196202
#define HAL_DAC_MODULE_ENABLED

variants/STM32L4xx/L471Q(E-G)I/variant_generic.h

+6
Original file line numberDiff line numberDiff line change
@@ -240,6 +240,12 @@
240240
#define PIN_SERIAL_TX PA0
241241
#endif
242242

243+
// SDMMC signals not available
244+
#define SDMMC_CKIN_NA
245+
#define SDMMC_CDIR_NA
246+
#define SDMMC_D0DIR_NA
247+
#define SDMMC_D123DIR_NA
248+
243249
// Extra HAL modules
244250
#if !defined(HAL_DAC_MODULE_DISABLED)
245251
#define HAL_DAC_MODULE_ENABLED

variants/STM32L4xx/L471R(E-G)T/variant_generic.h

+6
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,12 @@
182182
#define PIN_SERIAL_TX PA0
183183
#endif
184184

185+
// SDMMC signals not available
186+
#define SDMMC_CKIN_NA
187+
#define SDMMC_CDIR_NA
188+
#define SDMMC_D0DIR_NA
189+
#define SDMMC_D123DIR_NA
190+
185191
// Extra HAL modules
186192
#if !defined(HAL_DAC_MODULE_DISABLED)
187193
#define HAL_DAC_MODULE_ENABLED

0 commit comments

Comments
 (0)