Merge pull request #73 from soramame21/ren-disco-f429

Support SD card driver on DISCO_F429ZI
pull/7774/head
Deepika 2017-12-18 09:47:02 -06:00 committed by GitHub
commit 304288f00d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -81,6 +81,12 @@
"SPI_CLK": "PC_10",
"SPI_CS": "PA_15"
},
"DISCO_F429ZI": {
"SPI_MOSI": "PC_12",
"SPI_MISO": "PC_11",
"SPI_CLK": "PC_10",
"SPI_CS": "PA_15"
},
"NUCLEO_L031K6": {
"SPI_MOSI": "SPI_MOSI",
"SPI_MISO": "SPI_MISO",