-
Notifications
You must be signed in to change notification settings - Fork 1.4k
samples: smp_svr: Fix ext flash configuration for nRF54L10 and nRF54L05 #25054
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
samples: smp_svr: Fix ext flash configuration for nRF54L10 and nRF54L05 #25054
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. |
CI InformationTo view the history of this post, clich the 'edited' button above Inputs:Sources:sdk-nrf: PR head: e4444c9ef1cdab7d7447c150a9123fb1ef879154 more detailssdk-nrf:
Github labels
List of changed files detected by CI (4)Outputs:ToolchainVersion: 46667c6630 Test Spec & Results: ✅ Success; ❌ Failure; 🟠 Queued; 🟡 Progress; ◻️ Skipped;
|
|
Checked at CI, working fine. |
3bff026 to
3c12041
Compare
|
You can find the documentation preview for this PR here. |
|
@ahasztag you can update SHA. |
3c12041 to
f0a4aaa
Compare
This commit fixes sample.mcumgr.smp_svr.bt.nrf54l15dk.ext_flash for nRF54L05 and nRF54L15 It is achieved by removing the partition definitions from the nrf54L ext flash overlay. They are no longer needed, as the pure DTS configuration is no longer supported on nRF54L. They also caused issues, as they were not compatible with nRF54L10 and nRF54L05. It renames nrf54l15dk_nrf54l15_cpuapp_ext_flash.overlay to nrf54l15dk_ext_flash.overlay, as now the same configuration can be used on nRF54L15, nRF54L10 and nRF54L05. Signed-off-by: Artur Hadasz <[email protected]>
f0a4aaa to
e4444c9
Compare
|
Since quarantine was modified, please make sure you are following the process described in Quarantine Process. |
This commit fixes sample.mcumgr.smp_svr.bt.nrf54l15dk.ext_flash for nRF54L05 and nRF54L15
It is achieved by removing the partition definitions from the nrf54L ext flash overlay.
They are no longer needed, as the pure DTS configuration is no longer supported on nRF54L. They also caused issues, as they were not compatible with nRF54L10 and nRF54L05.
It renames nrf54l15dk_nrf54l15_cpuapp_ext_flash.overlay to nrf54l15dk_ext_flash.overlay, as now the same configuration can be used on nRF54L15, nRF54L10 and nRF54L05.