-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
tests: drivers: Add QSPI driver test with single line mode #21061
tests: drivers: Add QSPI driver test with single line mode #21061
Conversation
6b8313f
to
544e17e
Compare
CI InformationTo view the history of this post, clich the 'edited' button above Inputs:Sources:sdk-nrf: PR head: 8ec1a8565a70eacaaab207c05f0819b33fc99125 more detailssdk-nrf:
Github labels
List of changed files detected by CI (6)
Outputs:ToolchainVersion: 4ffa2202d5 Test Spec & Results: ✅ Success; ❌ Failure; 🟠 Queued; 🟡 Progress; ◻️ Skipped;
|
544e17e
to
04a84f4
Compare
04a84f4
to
fbcceea
Compare
09972e6
to
a92aa82
Compare
24281e8
to
288dcb7
Compare
Please review: @nrfconnect/ncs-co-build-system @nrfconnect/ncs-test-leads @nrfconnect/ncs-code-owners |
if(NOT SYSBUILD) | ||
message(FATAL_ERROR | ||
" This is a multi-image application that should be built using sysbuild.\n" | ||
" Add --sysbuild argument to west build command to prepare all the images.") | ||
endif() |
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.
is it?
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.
Removed
*/ | ||
|
||
&mx25r64 { | ||
status="okay"; |
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.
spaces lacking
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.
What tab size is required ?
integration_platforms: | ||
- nrf52840dk/nrf52840 | ||
- nrf5340dk/nrf5340/cpuapp | ||
harness: console |
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.
I don't see the point in this being added to sdk-nrf, add it to upstream zephyr instead?
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.
This case is NRF specific and related to NRF devices only past driver bug
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.
Yes? You can add a nordic specific test upstream, nrf_qspi_flash is a nordic driver, it won't run on e.g. stm32 platforms
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.
I can do this, but what is the point ? It will be slower and maintaining it will be more complicated
This test is introduced due to customer bug report: Failure on QSPI flash used in non-Quad mode (single line) Signed-off-by: Bartosz Miller <bartosz.miller@nordicsemi.no>
288dcb7
to
8ec1a85
Compare
|
This test is introduced due to customer bug report: Failure on QSPI flash used in non-Quad mode (single line)