Skip to content

Commit

Permalink
Add initial H563ZI test results
Browse files Browse the repository at this point in the history
  • Loading branch information
multiplemonomials committed Sep 4, 2024
1 parent 3e66af5 commit 53e7ac4
Show file tree
Hide file tree
Showing 5 changed files with 4,094 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CI-Shield-Tests/SPIBasicTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -528,7 +528,7 @@ utest::v1::status_t test_setup(const size_t number_of_cases)
static DigitalOut sdcardEnablePin(PIN_SDCARD_ENABLE, 0);

// Setup Greentea using a reasonable timeout in seconds
GREENTEA_SETUP(60, "spi_basic_test");
GREENTEA_SETUP(90, "spi_basic_test");
return verbose_test_setup_handler(number_of_cases);
}

Expand Down
2 changes: 1 addition & 1 deletion CI-Shield-Tests/SPIMicroSDTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ void test_sd_file()
utest::v1::status_t test_setup(const size_t number_of_cases)
{
// Setup Greentea using a reasonable timeout in seconds
GREENTEA_SETUP(120, "default_auto");
GREENTEA_SETUP(30, "default_auto");

// Enable power and SPI to the SD card
static DigitalOut sdcardEnablePin(PIN_SDCARD_ENABLE, 0);
Expand Down
2 changes: 1 addition & 1 deletion CI-Shield-Tests/SPISlaveCommsTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ void test_four_byte_transaction()
if(transactionTimer.elapsed_time() > 1s)
{
printf("Only saw %zu bytes.\n", dataIndex);
TEST_FAIL_MESSAGE("No data seen by slave device!");
TEST_FAIL_MESSAGE("No/incomplete data seen by slave device!");
return;
}
}
Expand Down
2 changes: 1 addition & 1 deletion CI-Shield-Tests/mbed-os
Loading

0 comments on commit 53e7ac4

Please sign in to comment.