Skip to content

Commit 304288f

Browse files
author
Deepika
authored
Merge pull request ARMmbed#73 from soramame21/ren-disco-f429
Support SD card driver on DISCO_F429ZI
2 parents e51f9c6 + 4300534 commit 304288f

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
@@ -81,6 +81,12 @@
8181
"SPI_CLK": "PC_10",
8282
"SPI_CS": "PA_15"
8383
},
84+
"DISCO_F429ZI": {
85+
"SPI_MOSI": "PC_12",
86+
"SPI_MISO": "PC_11",
87+
"SPI_CLK": "PC_10",
88+
"SPI_CS": "PA_15"
89+
},
8490
"NUCLEO_L031K6": {
8591
"SPI_MOSI": "SPI_MOSI",
8692
"SPI_MISO": "SPI_MISO",

0 commit comments

Comments
 (0)