Skip to content

Commit f4ab55d

Browse files
authored
Merge pull request ARMmbed#80 from TomoYamanaka/master
Support SD card driver on GR_LYCHEE
2 parents 51dc1d2 + 6281b62 commit f4ab55d

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
@@ -123,6 +123,12 @@
123123
"SPI_CLK": "P8_3",
124124
"SPI_CS": "P8_4"
125125
},
126+
"GR_LYCHEE": {
127+
"SPI_MOSI": "P5_6",
128+
"SPI_MISO": "P5_7",
129+
"SPI_CLK": "P5_4",
130+
"SPI_CS": "P5_5"
131+
},
126132
"HEXIWEAR": {
127133
"SPI_MOSI": "PTE3",
128134
"SPI_MISO": "PTE1",

0 commit comments

Comments
 (0)