Skip to content

Commit cbb70fb

Browse files
committed
variants: update dedicated with sdmmc signals availability
Signed-off-by: Frederic Pillon <[email protected]>
1 parent dbba7c1 commit cbb70fb

File tree

12 files changed

+75
-5
lines changed

12 files changed

+75
-5
lines changed

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

+6-1
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,12 @@
223223
// Value of the External oscillator in Hz
224224
#define HSE_VALUE 8000000U
225225

226-
/* Extra HAL modules */
226+
// SDMMC signals not available
227+
#define SDMMC_CKIN_NA
228+
#define SDMMC_CDIR_NA
229+
#define SDMMC_D0DIR_NA
230+
#define SDMMC_D123DIR_NA
231+
227232
// Extra HAL modules
228233
#if !defined(HAL_DAC_MODULE_DISABLED)
229234
#define HAL_DAC_MODULE_ENABLED

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

+9-3
Original file line numberDiff line numberDiff line change
@@ -167,9 +167,9 @@
167167
#define ECAT_CS PB6
168168

169169
// Serial pins
170-
#define TX0 PC10 // UART4
171-
#define RX0 PC11 // UART4
172-
#define TX0_ALT PC10_ALT1 // USART3
170+
#define TX0 PC10 // UART4
171+
#define RX0 PC11 // UART4
172+
#define TX0_ALT PC10_ALT1 // USART3
173173
#define RX0_ALT PC11_ALT1 // USART3
174174

175175
#define TX1 PE8 // UART7
@@ -257,6 +257,12 @@
257257
// Value of the External oscillator in Hz
258258
#define HSE_VALUE 8000000U
259259

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

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

+6-1
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,12 @@
223223
// Value of the External oscillator in Hz
224224
#define HSE_VALUE 8000000U
225225

226-
/* Extra HAL modules */
226+
// SDMMC signals not available
227+
#define SDMMC_CKIN_NA
228+
#define SDMMC_CDIR_NA
229+
#define SDMMC_D0DIR_NA
230+
#define SDMMC_D123DIR_NA
231+
227232
// Extra HAL modules
228233
#if !defined(HAL_DAC_MODULE_DISABLED)
229234
#define HAL_DAC_MODULE_ENABLED

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

+6
Original file line numberDiff line numberDiff line change
@@ -267,6 +267,12 @@
267267
#define PIN_SERIAL_TX PA9
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
// SD detect signal
271277
#ifndef SD_DETECT_PIN
272278
#define SD_DETECT_PIN PC13

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

+6
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,12 @@
201201
#define PIN_SERIAL_RX PA10
202202
#define PIN_SERIAL_TX PA9
203203

204+
// SDMMC signals not available
205+
#define SDMMC_CKIN_NA
206+
#define SDMMC_CDIR_NA
207+
#define SDMMC_D0DIR_NA
208+
#define SDMMC_D123DIR_NA
209+
204210
/* HAL configuration */
205211
#define HSE_VALUE 24000000U
206212

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

+6
Original file line numberDiff line numberDiff line change
@@ -224,6 +224,12 @@
224224
// Value of the External oscillator in Hz
225225
#define HSE_VALUE 8000000U
226226

227+
// SDMMC signals not available
228+
#define SDMMC_CKIN_NA
229+
#define SDMMC_CDIR_NA
230+
#define SDMMC_D0DIR_NA
231+
#define SDMMC_D123DIR_NA
232+
227233
/* Extra HAL modules */
228234
#if !defined(HAL_DAC_MODULE_DISABLED)
229235
#define HAL_DAC_MODULE_ENABLED

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

+6
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,12 @@
121121
#define PIN_SERIAL_TX PA2
122122
#endif
123123

124+
// SDMMC signals not available
125+
#define SDMMC_CKIN_NA
126+
#define SDMMC_CDIR_NA
127+
#define SDMMC_D0DIR_NA
128+
#define SDMMC_D123DIR_NA
129+
124130
// Extra HAL modules
125131
#if !defined(HAL_DAC_MODULE_DISABLED)
126132
#define HAL_DAC_MODULE_ENABLED

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

+6
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,12 @@
133133
#define PIN_SERIAL_TX PA2
134134
#endif
135135

136+
// SDMMC signals not available
137+
#define SDMMC_CKIN_NA
138+
#define SDMMC_CDIR_NA
139+
#define SDMMC_D0DIR_NA
140+
#define SDMMC_D123DIR_NA
141+
136142
/* Extra HAL modules */
137143
#if !defined(HAL_DAC_MODULE_DISABLED)
138144
#define HAL_DAC_MODULE_ENABLED

variants/STM32L4xx/L475R(C-E-G)T_L476R(C-E-G)T_L486RGT/variant_NUCLEO_L476RG.h

+6
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,12 @@
155155
#define PIN_SERIAL_TX PA2
156156
#endif
157157

158+
// SDMMC signals not available
159+
#define SDMMC_CKIN_NA
160+
#define SDMMC_CDIR_NA
161+
#define SDMMC_D0DIR_NA
162+
#define SDMMC_D123DIR_NA
163+
158164
/* Extra HAL modules */
159165
#if !defined(HAL_DAC_MODULE_DISABLED)
160166
#define HAL_DAC_MODULE_ENABLED

variants/STM32L4xx/L475V(C-E-G)T_L476V(C-E-G)T_L486VGT/variant_B_L475E_IOT01A.h

+6
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,12 @@
203203
#define PIN_SERIAL_TX PB6
204204
#endif
205205

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

variants/STM32L4xx/L496Z(E-G)T_L4A6ZGT/variant_NUCLEO_L496ZG.h

+6
Original file line numberDiff line numberDiff line change
@@ -239,6 +239,12 @@
239239
#define PIN_SERIAL_TX PG7
240240
#endif
241241

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

variants/STM32L4xx/L496ZGTxP_L4A6ZGTxP/variant_NUCLEO_L496ZG_P.h

+6
Original file line numberDiff line numberDiff line change
@@ -237,6 +237,12 @@
237237
#define PIN_SERIAL_TX PG7
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

0 commit comments

Comments
 (0)