-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Backport #21430 #21620
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
Backport #21430 #21620
Conversation
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. |
You can find the documentation preview for this PR here. |
CI InformationTo view the history of this post, clich the 'edited' button above Inputs:Sources:sdk-nrf: PR head: f897214f124441f76c21bfcfb48f22cd1f3d5fab more detailssdk-nrf:
zephyr:
Github labels
List of changed files detected by CI (28)
Outputs:ToolchainVersion: 7cbc0036f4 Test Spec & Results: ✅ Success; ❌ Failure; 🟠 Queued; 🟡 Progress; ◻️ Skipped;
|
Rebased and updated with SHA. |
Hi, to fix LL failures you need to rebase on #21571 |
Add a translation layer that allows using the sQSPI soft peripheral through the Zephyr MSPI API. Also modify the manifest to pull in related changes required in sdk-zephyr. Signed-off-by: Andrzej Głąbek <[email protected]> (cherry picked from commit eb4f5d2, with changed SHA in west.yml)
Add test scenario that allows testing the MSPI shim driver for the sQSPI soft peripheral on the nRF54L15 DK. Alter the existing configuration so that the SDP MSPI is enabled only when needed. Signed-off-by: Andrzej Głąbek <[email protected]> (cherry picked from commit 64554f6)
Add NCS specific configurations for two standard Zephyr samples: spi_flash and jesd216, so that they can be run on the nRF54L15 DK using the sQSPI soft peripheral. Signed-off-by: Andrzej Głąbek <[email protected]> (cherry picked from commit 133a89d)
Rebased. |
Backport #21430 to v3.0-branch.