Skip to content

Commit 4300534

Browse files
committed
Support SD card driver on DISCO_F429ZI.
1 parent 0ac12a0 commit 4300534

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

config/mbed_lib.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,12 @@
103103
"SPI_CLK": "PC_10",
104104
"SPI_CS": "PA_15"
105105
},
106+
"DISCO_F429ZI": {
107+
"SPI_MOSI": "PC_12",
108+
"SPI_MISO": "PC_11",
109+
"SPI_CLK": "PC_10",
110+
"SPI_CS": "PA_15"
111+
},
106112
"NUCLEO_L031K6": {
107113
"SPI_MOSI": "SPI_MOSI",
108114
"SPI_MISO": "SPI_MISO",

0 commit comments

Comments
 (0)