-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Partition Manager: support for FIXED_PARTITION macros and update of sdk-zephyr with fixed flash-map tests #22496
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
7dfef9d
to
d86be92
Compare
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: 0e45d400f4efccc926a2996ae2daed24f84310b6 more detailssdk-nrf:
Github labels
List of changed files detected by CI (2)
Outputs:ToolchainVersion: 3ae5dc3c63 Test Spec & Results: ✅ Success; ❌ Failure; 🟠 Queued; 🟡 Progress; ◻️ Skipped;
|
d86be92
to
5390326
Compare
You can find the documentation preview for this PR here. |
89d5b33
to
9ea6857
Compare
Memory footprint analysis revealed the following potential issuesapplications.hpf.gpio.icmsg[nrf54l15dk/nrf54l15/cpuflpr]: High RAM usage: 9090[B] - link (cc: @nrfconnect/ncs-ll-ursus) Note: This message is automatically posted and updated by the CI (latest/sdk-nrf/PR-22496/16) |
9ea6857
to
3ee99e4
Compare
3ee99e4
to
a3151de
Compare
8c1d249
to
4efc09b
Compare
4efc09b
to
bdc1c6f
Compare
Upstream Flash Map defines FIXED_PARTITION macro that allows to obtain direct pointer to flash_area object representing the partition, and bypass the flash_area_open call. This PR adds the macro to Partition Manager. Signed-off-by: Dominik Ermel <[email protected]>
bdc1c6f
to
0e45d40
Compare
Two commits:
You can build the Zephyr flash map test using:
to get free PM definitions that allow you to run the test on nrf52840.
Depends on:
#22473