-
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
sdp: switch to Quad mode by default #20807
base: main
Are you sure you want to change the base?
Conversation
CI InformationTo view the history of this post, clich the 'edited' button above Inputs:Sources:sdk-nrf: PR head: 07b5f848d228e044da7b5c0c25986eddee8fef7e more detailssdk-nrf:
zephyr:
Github labels
List of changed files detected by CI (18)
Outputs:ToolchainVersion: 4ffa2202d5 Test Spec & Results: ✅ Success; ❌ Failure; 🟠 Queued; 🟡 Progress; ◻️ Skipped;
|
You can find the documentation preview for this PR here. |
Modified hrt rx flow to use write function for command, address and dummy cycles. Modified Rx function to work in 32 bit mode instead of 8 bit. Signed-off-by: Michal Frankiewicz <michal.frankiewicz@nordicsemi.no>
Modified return buffer alignment. Signed-off-by: Michal Frankiewicz <michal.frankiewicz@nordicsemi.no>
Added no copy functionality to RX. Signed-off-by: Michal Frankiewicz <michal.frankiewicz@nordicsemi.no>
Added no copy functionality to RX. Signed-off-by: Michal Frankiewicz <michal.frankiewicz@nordicsemi.no>
Increased partition size for flipper code. Signed-off-by: Michal Frankiewicz <michal.frankiewicz@nordicsemi.no>
Increased partition size for flipper code. Signed-off-by: Michal Frankiewicz <michal.frankiewicz@nordicsemi.no>
Enable MSPI_IO_MODE_QUAD_1_4_4 by default. Signed-off-by: Marcin Szymczyk <marcin.szymczyk@nordicsemi.no>
This reverts commit 5b0c9b0. Signed-off-by: Marcin Szymczyk <marcin.szymczyk@nordicsemi.no>
Since snippets is now using quad mode by default, separate testcase should be added to keep testing single mode. Signed-off-by: Marcin Szymczyk <marcin.szymczyk@nordicsemi.no>
Since switching between peripheral devices is done in SW, add appropriate binding. Signed-off-by: Marcin Szymczyk <marcin.szymczyk@nordicsemi.no>
All testcases work now, source can be switched to zephyr. Signed-off-by: Marcin Szymczyk <marcin.szymczyk@nordicsemi.no>
Real frequency will be in that case 12.8 MHz. Signed-off-by: Marcin Szymczyk <marcin.szymczyk@nordicsemi.no>
Automatically created by Github Action Signed-off-by: Nordic Builder <pylon@nordicsemi.no>
The following west manifest projects have changed revision in this Pull Request:
⛔ DNM label due to: 1 project with PR revision Note: This message is automatically posted and updated by the Manifest GitHub Action. |
|
Also, add testcase that keeps checking single mode in flash driver test.
Depends on #20731 and #21043