-
Notifications
You must be signed in to change notification settings - Fork 1.4k
sdp: switch to Quad mode by default #20807
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
CI InformationTo view the history of this post, clich the 'edited' button above Inputs:Sources:sdk-nrf: PR head: 3fcd907549025c6b78bbdb99a05cd5f718849a77 more detailssdk-nrf:
Github labels
List of changed files detected by CI (5)Outputs:ToolchainVersion: 4ffa2202d5 Test Spec & Results: ✅ Success; ❌ Failure; 🟠 Queued; 🟡 Progress; ◻️ Skipped;
|
|
You can find the documentation preview for this PR here. |
|
The following west manifest projects have changed revision in this Pull Request:
✅ All manifest checks OK Note: This message is automatically posted and updated by the Manifest GitHub Action. |
|
Enable MSPI_IO_MODE_QUAD_1_4_4 by default. Signed-off-by: Marcin Szymczyk <[email protected]>
This reverts commit 5b0c9b0. Signed-off-by: Marcin Szymczyk <[email protected]>
Since snippets is now using quad mode by default, separate testcase should be added to keep testing single mode. Signed-off-by: Marcin Szymczyk <[email protected]>
Since switching between peripheral devices is done in SW, add appropriate binding. Signed-off-by: Marcin Szymczyk <[email protected]>
Real frequency will be in that case 12.8 MHz. Signed-off-by: Marcin Szymczyk <[email protected]>



Also, add testcase that keeps checking single mode in flash driver test.
Depends on #20731 and #21043