From cbc18048a66ed32c7f75510f5089d92c088c9f5d Mon Sep 17 00:00:00 2001 From: Boting Ren Date: Mon, 21 Aug 2017 23:44:36 +0900 Subject: [PATCH] Add SD card reader support on DISCO_L476VG platform. --- config/mbed_lib.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/config/mbed_lib.json b/config/mbed_lib.json index ce14791406..91e46d5d6e 100644 --- a/config/mbed_lib.json +++ b/config/mbed_lib.json @@ -43,6 +43,12 @@ "SPI_CLK": "SPI_SCK", "SPI_CS": "SPI_CS" }, + "DISCO_L476VG": { + "SPI_MOSI": "PE_15", + "SPI_MISO": "PE_14", + "SPI_CLK": "PE_13", + "SPI_CS": "PE_12" + }, "K20D50M": { "SPI_MOSI": "PTD2", "SPI_MISO": "PTD3",