From 59fafba0db54f9c36f68093d9139252eea4a93b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Janne=20Kiiskil=C3=A4?= Date: Thu, 20 Apr 2017 13:17:31 +0300 Subject: [PATCH] Add UBLOX_EVK_ODIN_W2 override for int. SD-card Enable the internal SD-card reader in UBLOX_EVK_ODIN_W2. This will disable the CI-shield SD-card reader if you have, if you prefer using it you have to remove this target override section. Please note that there seem to be some reliability problems with the internal SD-card slot, in my case the mbed OS CI-shield works better. --- config/mbed_lib.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/config/mbed_lib.json b/config/mbed_lib.json index 67e12014d4..36148f73f5 100644 --- a/config/mbed_lib.json +++ b/config/mbed_lib.json @@ -121,6 +121,12 @@ "SPI_CLK": "p15", "SPI_CS": "p14" }, + "UBLOX_EVK_ODIN_W2": { + "SPI_CS": "D9", + "SPI_MOSI": "D11", + "SPI_MISO": "D12", + "SPI_CLK": "D13" + }, "RZ_A1H": { "SPI_MOSI": "P8_5", "SPI_MISO": "P8_6",