Skip to content

Commit

Permalink
Merge pull request ARMmbed#54 from bentcooke/HEXIWEAR-add
Browse files Browse the repository at this point in the history
add support for SD card holder on HEXIWEAR base board.
  • Loading branch information
Deepika authored Aug 21, 2017
2 parents d5671e2 + fd4cd6a commit 2f6b8ea
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion TESTS/block_device/basic/basic.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ void test_read_write() {

// Test setup
utest::v1::status_t test_setup(const size_t number_of_cases) {
GREENTEA_SETUP(30, "default_auto");
GREENTEA_SETUP(120, "default_auto");
return verbose_test_setup_handler(number_of_cases);
}

Expand Down
8 changes: 7 additions & 1 deletion config/mbed_lib.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
"SPI_CLK": "p13",
"SPI_CS": "p14"
},
"NUCLEO_F429ZI": {
"NUCLEO_F429ZI": {
"SPI_MOSI": "PC_12",
"SPI_MISO": "PC_11",
"SPI_CLK": "PC_10",
Expand Down Expand Up @@ -138,6 +138,12 @@
"SPI_MISO": "P8_6",
"SPI_CLK": "P8_3",
"SPI_CS": "P8_4"
},
"HEXIWEAR": {
"SPI_MOSI": "PTE3",
"SPI_MISO": "PTE1",
"SPI_CLK": "PTE2",
"SPI_CS": "PTE4"
}
}
}

0 comments on commit 2f6b8ea

Please sign in to comment.