-
Couldn't load subscription status.
- Fork 1.4k
wifi: Add ext flash support for firmware patches #17652
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
|
The following west manifest projects have been modified in this Pull Request:
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: 39cfa1e7ba1242f6be35eda1b0addf1966b47b60 more detailssdk-nrf:
zephyr:
Github labels
List of changed files detected by CI (20)Outputs:ToolchainVersion: 3dd8985b56 Test Spec & Results: ✅ Success; ❌ Failure; 🟠 Queued; 🟡 Progress; ◻️ Skipped;
|
|
You can find the documentation preview for this PR at this link. It will be updated about 10 minutes after the documentation build succeeds. Note: This comment is automatically posted by the Documentation Publishing GitHub Action. |
b210e5d to
3af4f88
Compare
0fb558b to
51c3950
Compare
51c3950 to
c2c72e4
Compare
e2accd5 to
bae829a
Compare
|
@rlubos for two of the twister failures, this nrfconnect/sdk-zephyr@4805f63 commit is needed, how should we proceed? But looks like that PR takes time to merge, should I just fix the Wi-Fi sample only in this PR? |
FYI nrfconnect/sdk-zephyr@77dd806 for CI to proceed, we can decide once CI is green. |
|
@krish2718 My PR nrfconnect/sdk-zephyr#2072 is practically ready, I'm not merging it yet intentionally because we have another large set of cherry-picks which has top priority now (#17721) and don't want disrupt that process. Will merge as soon as we'll done with that one. |
3631094 to
f3fa12a
Compare
f3fa12a to
af580c4
Compare
af580c4 to
781274e
Compare
781274e to
db1db9e
Compare
db1db9e to
171385a
Compare
This is used by Matter samples to save internal flash memory. Signed-off-by: Chaitanya Tata <[email protected]>
This module implements the necessary handling for store and use nRF70 firmware patches from the external flash, as this uses NCS tooling, this is carved out from nRF70 driver as a separate module. Implements SHEL-2988 partially. Signed-off-by: Chaitanya Tata <[email protected]>
The firmware bins now are part of hal_nordic fetched using west blobs. Signed-off-by: Chaitanya Tata <[email protected]>
This reverts commit 0c27447 partially i.e., except for Zigbee weather station, rest of Matter samples are reinstated as now Matter over Wi-Fi is working. Signed-off-by: Chaitanya Tata <[email protected]>
This option depends on MbedTLS SHA256 configuration in Zephyr, but that option cannot be enabled with nRF security and there is no easy way to resolve this dependency. Disable this option by default for now. Signed-off-by: Chaitanya Tata <[email protected]>
We need to use Link Time Optimization to fit the code into the FLASH memory space. Signed-off-by: Arkadiusz Balys <[email protected]>
171385a to
39cfa1e
Compare
Pull in prerequisites to add external flash support for nRF70 firmware patches