Skip to content

Commit

Permalink
Update results for STM32H5
Browse files Browse the repository at this point in the history
  • Loading branch information
multiplemonomials committed Sep 13, 2024
1 parent c949f3a commit 8135816
Show file tree
Hide file tree
Showing 3 changed files with 3,182 additions and 2,605 deletions.
4 changes: 4 additions & 0 deletions CI-Shield-Tests/SPIBasicTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -479,11 +479,15 @@ void async_use_multiple_spi_objects()
}

spi->transfer_and_wait(standardMessageBytes, 1, nullptr, 0);
printf("Original SPI transfer completed\n");
spi2->transfer_and_wait(standardMessageBytes + 1, 1, nullptr, 0);
printf("SPI #2 transfer completed\n");
delete spi2;
spi3->transfer_and_wait(standardMessageBytes + 2, 1, nullptr, 0);
printf("SPI #3 transfer completed\n");
delete spi3;
spi->transfer_and_wait(standardMessageBytes + 3, 1, nullptr, 0);
printf("Original SPI transfer completed again\n");

host_assert_standard_message();
}
Expand Down
2 changes: 1 addition & 1 deletion CI-Shield-Tests/mbed-os
Submodule mbed-os updated 253 files
Loading

0 comments on commit 8135816

Please sign in to comment.