Skip to content

Commit 6b10f28

Browse files
authored
Merge pull request #56 from soramame21/master
Add SD card reader support over DISCO_L476VG platform for running Cloud Client.
2 parents 2f6b8ea + cbc1804 commit 6b10f28

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
@@ -43,6 +43,12 @@
4343
"SPI_CLK": "SPI_SCK",
4444
"SPI_CS": "SPI_CS"
4545
},
46+
"DISCO_L476VG": {
47+
"SPI_MOSI": "PE_15",
48+
"SPI_MISO": "PE_14",
49+
"SPI_CLK": "PE_13",
50+
"SPI_CS": "PE_12"
51+
},
4652
"K20D50M": {
4753
"SPI_MOSI": "PTD2",
4854
"SPI_MISO": "PTD3",

0 commit comments

Comments
 (0)