wifi: nrf71: Fix NS #29179
Open
krish2718 wants to merge 6 commits into
Open
Conversation
Contributor
|
The following west manifest projects have changed revision in this Pull Request:
⛔ DNM label due to: 2 projects with PR revision Note: This message is automatically posted and updated by the Manifest GitHub Action. |
Contributor
CI InformationTo view the history of this post, click the 'edited' button above Inputs:Sources:more detailsGithub labels
List of changed files detected by CI (0)Outputs:ToolchainVersion: Test Spec & Results: ✅ Success; ❌ Failure; 🟠 Queued; 🟡 Progress; ◻️ Skipped;
|
|
You can find the documentation preview for this PR here. |
When the nRF71 Wi-Fi driver is enabled with TF-M, select CONFIG_SOC_NRF71_WIFI_BOOT so the secure image starts the LMAC before the host driver opens IPC. Assisted-by: Cursor:Auto Signed-off-by: Chaitanya Tata <Chaitanya.Tata@nordicsemi.no>
Block in wifi_ipc_busyq_register() until the bound callback runs or CONFIG_NRF71_IPC_BIND_TIMEOUT_MS expires. Downgrade transient not-ready send errors to LOG_DBG once registration is expected to succeed. Assisted-by: Cursor:Auto Signed-off-by: Chaitanya Tata <Chaitanya.Tata@nordicsemi.no>
Replace the infinite BUSYQ_NOTREADY loop with bounded retries so a stuck IPC peer returns -ETIMEDOUT instead of hanging forever. Assisted-by: Cursor:Auto Signed-off-by: Chaitanya Tata <Chaitanya.Tata@nordicsemi.no>
For nRF7120 pull the partition adjustment fix. Signed-off-by: Chaitanya Tata <Chaitanya.Tata@nordicsemi.no>
Pull TF-M layout changes to sync with DTS. Signed-off-by: Chaitanya Tata <Chaitanya.Tata@nordicsemi.no>
Helps to catch build issues when TF-M is enabled. Signed-off-by: Chaitanya Tata <Chaitanya.Tata@nordicsemi.no>
simonduq
approved these changes
Jun 2, 2026
Contributor
simonduq
left a comment
There was a problem hiding this comment.
LGMT. Tested on FPGA, it works.
travis3630
approved these changes
Jun 2, 2026
Contributor
|
LGTM thanks |
Contributor
|
@dhsu-nordic pls take a look as well. |
dhsu-nordic
approved these changes
Jun 2, 2026
sachinthegreen
approved these changes
Jun 3, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
NS fixes: