-
Notifications
You must be signed in to change notification settings - Fork 1.4k
mcuboot: Use secondary_app_partition #24704
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
mcuboot: Use secondary_app_partition #24704
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: 1c62196ea86e54c44cd8425255d98a6cf03e727e more detailssdk-nrf:
zephyr:
Github labels
List of changed files detected by CI (6)
Outputs:ToolchainVersion: Test Spec & Results: ✅ Success; ❌ Failure; 🟠 Queued; 🟡 Progress; ◻️ Skipped;
|
You can find the documentation preview for this PR here. |
be04de3
to
f3c29cb
Compare
f3c29cb
to
e800500
Compare
5a22374
to
13e4976
Compare
13e4976
to
167986e
Compare
Memory footprint analysis revealed the following potential issuesapplications.hpf.gpio.icbmsg[nrf54l15dk/nrf54l15/cpuflpr]: High RAM usage: 12744[B] - link (cc: @nrfconnect/ncs-ll-ursus) Note: This message is automatically posted and updated by the CI (latest/sdk-nrf/PR-24704/13) |
Use secondary_app_partition as code partition in Direct XIP without partition manager. This allows to define slot0/1 partitions independently from the application's code partition. Ref: NCSDK-35612 Signed-off-by: Tomasz Chyrowicz <[email protected]>
167986e
to
1c62196
Compare
Use secondary_app_partition as code partition in Direct XIP without partition manager.
This allows to define slot0/1 partitions independently from the application's code partition.
Ref: NCSDK-35612