-
Notifications
You must be signed in to change notification settings - Fork 3k
hal_qspi_test: undo buggy code #10755
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
Conversation
Remove some buggy code introduced to hal_qspi_test by PR ARMmbed#10435 Added support for QSPI to Cypress Boards a8570ff
Is this partial revert ? Changes touching the tests are being reverted here? |
Yes it's partial, but rest of changes looks OK. |
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 new addition will need to be properly added this time 🙄
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.
target | platform_name | test suite | result | elapsed_time (sec) | copy_method |
---|---|---|---|---|---|
DISCO_L475VG_IOT01A-ARMC6 | DISCO_L475VG_IOT01A | tests-mbed_hal-qspi | OK | 36.92 | default |
Ci started |
Test run: FAILEDSummary: 3 of 3 test jobs failed Failed test jobs:
|
CI restarted , it was aborted |
Test run: FAILEDSummary: 1 of 4 test jobs failed Failed test jobs:
|
Strange fail on |
yes, will do |
Nightly QSPI should be fixed ! |
Removes buggy code introduced to hal_qspi_test by PR #10435
in commit:
Added support for QSPI to Cypress Boards a8570ff
This PR Fixes following issues:
#10730
#10728
@cy-opm could you retest Cypress Boards with these changes
Description
Pull request type
Reviewers
@0xc0170
@cy-opm
Release Notes