-
Notifications
You must be signed in to change notification settings - Fork 1.4k
NCSDK-32779: Improve SUIT cache performance #21650
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
NCSDK-32779: Improve SUIT cache performance #21650
Conversation
|
The following west manifest projects have changed revision in this Pull Request:
⛔ DNM label due to: 1 project with PR revision 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: 1f612163a187e40a18305552c1d55e3d19280af7 more detailssdk-nrf:
zephyr:
Github labels
List of changed files detected by CI (20)Outputs:ToolchainVersion: 7cbc0036f4 Test Spec & Results: ✅ Success; ❌ Failure; 🟠 Queued; 🟡 Progress; ◻️ Skipped;
|
|
You can find the documentation preview for this PR here. |
The soc_flash_nrf.h is reqiured and defined only if compiling for nRF devices. Ref: NCSDK-32779 Signed-off-by: Tomasz Chyrowicz <[email protected]>
It is required to make ensure that all cache ops use the same device driver to erase/setup/write data into IPUC. It is not required for image/component IPUCs because they are created temporarily, just for the scope of a single operation. Ref: NCSDK-32779 Signed-off-by: Tomasz Chyrowicz <[email protected]>
Reduce the SUIT DFU cache initialization by using direct accesses to the DFU partition flash driver. Ref: NCSDK-32779 Signed-off-by: Tomasz Chyrowicz <[email protected]>
Use the efficient, new extenal memory driver in SUIT DFU sample. Ref: NCSDK-32779 Signed-off-by: Tomasz Chyrowicz <[email protected]>
a665e44 to
1f61216
Compare
|
Replaced with: #21704 |
No description provided.