Conversation
|
The following west manifest projects have changed revision in this Pull Request:
⛔ DNM label due to: 3 projects with PR revision Note: This message is automatically posted and updated by the Manifest GitHub Action. |
CI InformationTo view the history of this post, click the 'edited' button above Inputs:Sources:sdk-nrf: PR head: 7a9117e4e60e5b17d5c41418f03a2e348e88be87 more detailssdk-nrf:
mcuboot:
nrfxlib:
zephyr:
Github labels
List of changed files detected by CI (869)Outputs:ToolchainVersion: 911f4c5c26 Test Spec & Results: ✅ Success; ❌ Failure; 🟠 Queued; 🟡 Progress; ◻️ Skipped;
|
dec8f66 to
7dd13f2
Compare
c0a2063 to
7c4cde6
Compare
|
Since quarantine was modified, please make sure you are following the process described in Quarantine Process. |
516f7dc to
d874253
Compare
Memory footprint analysis revealed the following potential issuesapplications.hpf.gpio.icbmsg[nrf54l15dk/nrf54l15/cpuflpr]: High RAM usage: 12662[B] - link (cc: @nrfconnect/ncs-ll-ursus) Note: This message is automatically posted and updated by the CI (latest/sdk-nrf/PR-27574/12) |
42ac11f to
70db656
Compare
70db656 to
fe33f94
Compare
PerMac
left a comment
There was a problem hiding this comment.
This PR affects also a lot of tests. We started to rework them, but until we have a green nightly run (integration is not enough, we won't spent release testing on fixing broken tests) I won't accept merging this.
Fixes calling a zephyr flash simulator driver function with a NULL device, which somehow only through pure luck has worked for years as this was never valid nor should it ever have been added to the code Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
Includes the new zephyr,mapped-binding and conversion of Nordic parts to use this new compatible. Also included is an update to the flash map PM file to support the new macros Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
Align dt_partition_addr(..) function to handle all mapped partitions as well as (old) fixed-(sub)partitions. Signed-off-by: Tomasz Chyrowicz <tomasz.chyrowicz@nordicsemi.no>
The code contained two errors: 1) The cleanup gap was not subtracted from the counter, leading to writes outside of the RAM area number by a number of bytes equal to the gap. 2) str was used to store the 0 value instead of strb, but the counter was decremented by 1. This caused that he last 3 writes exceeded the RAM area. Signed-off-by: Artur Hadasz <artur.hadasz@nordicsemi.no>
Testing if the retention area was not cleared by B0 does not introduce any real value, as to use the retention area the user has to explicitly shrink cpuapp_sram. At the same time it adds additional code to maintain. Signed-off-by: Artur Hadasz <artur.hadasz@nordicsemi.no>
fe33f94 to
7a9117e
Compare
Includes the new zephyr,mapped-binding and conversion of Nordic parts to use this new compatible. Also included is an update to the flash map PM file to support the new macros
test_crypto: PR-975