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

Lines changed: 6 additions & 0 deletions
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

Lines changed: 6 additions & 0 deletions
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

Lines changed: 6 additions & 0 deletions
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

Lines changed: 6 additions & 0 deletions
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

Lines changed: 6 additions & 0 deletions
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

Lines changed: 6 additions & 0 deletions
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

Lines changed: 6 additions & 0 deletions
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

Lines changed: 6 additions & 0 deletions
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

Lines changed: 6 additions & 0 deletions
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

Lines changed: 6 additions & 0 deletions
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

0 commit comments

Comments
 (0)