-
Notifications
You must be signed in to change notification settings - Fork 3k
Bring FPGA SPI tests to feature-hal-spec-spi #10816
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bring FPGA SPI tests to feature-hal-spec-spi #10816
Conversation
@mprse, thank you for your changes. |
@jamesbeyond could you review please? |
feb576e
to
3a9b530
Compare
Removed commit which adds FPGA test shield component for: |
Hi @ARMmbed/mbed-os-maintainers this PR is for workshop next week, please mark this as high importance. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The header files for the tests are required
Added test header files and mapped test functions to the defined behavior. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The header files look good
In CI now |
Test run: FAILEDSummary: 3 of 4 test jobs failed Failed test jobs:
|
d7e4b82
to
a42e9b4
Compare
…avior. Also, update names of the test functions (basic test and fpga tests) so they are more consistent and unique.
This needs to be rebased now |
844cc62
to
b92b497
Compare
Rebased feature branch and this PR. |
In CI now |
Test run: FAILEDSummary: 3 of 4 test jobs failed Failed test jobs:
|
CI restarted |
If this will pass please DO NOT MERGE I will add test restrictions as here: PR #10975 |
Test run: SUCCESSSummary: 11 of 11 test jobs passed |
@0xc0170 Added restriction for Arduino form factor only. We can start CI again and remove do not merge. |
6300dc3
to
bd8142e
Compare
CI restarted |
Test run: FAILEDSummary: 3 of 4 test jobs failed Failed test jobs:
|
SPI is disabled for this target on spi feature branch.
83c8c11
to
b06b57c
Compare
Looks like now CI is building Mbed-os for all targets and some issues have been found. @0xc0170 Can we try again? |
CI restarted |
Test run: SUCCESSSummary: 11 of 11 test jobs passed |
@0xc0170 Ready do go! |
Description
This PR provides the following changes:
K64F, K66F, NUCLEO_F429ZI
(can FPGA-Test-Shield be connected to these CI boards ?),Pull request type
Reviewers
@jamesbeyond Can you check the test documentation?