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.
pull/7774/head
Janne Kiiskilä 2017-04-20 13:17:31 +03:00
parent 2dc0da56c3
commit 59fafba0db
1 changed files with 6 additions and 0 deletions

View File

@ -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",