-
Notifications
You must be signed in to change notification settings - Fork 1.4k
manifest: wifi: Upmerge nRF70 driver changes #20438
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
manifest: wifi: Upmerge nRF70 driver changes #20438
Conversation
|
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: 7ac32c815b106b14458538a3040981d1456174bf more detailssdk-nrf:
nrfxlib:
matter:
zephyr:
Github labels
List of changed files detected by CI (121)Outputs:ToolchainVersion: 7cbc0036f4 Test Spec & Results: ✅ Success; ❌ Failure; 🟠 Queued; 🟡 Progress; ◻️ Skipped;
|
0518a58 to
1b0c8de
Compare
|
After documentation is built, you will find the preview for this PR here. |
1b0c8de to
f5804bf
Compare
f5804bf to
91437e2
Compare
91437e2 to
7f7495e
Compare
7f7495e to
3d6a7ba
Compare
3d6a7ba to
3c51428
Compare
3c51428 to
20b303c
Compare
20b303c to
d58fbf8
Compare
c1afb04 to
9121cf4
Compare
Automatically created by Github Action Signed-off-by: Nordic Builder <[email protected]>
Add nrf7002 EB-II shields for nRF54H and NRF54L DKs. Signed-off-by: Bansidhar P.M <[email protected]>
Fix library include and radio_test sample with latest code changes in restructuring. Signed-off-by: Kapil Bhatt <[email protected]>
Add SB_CONFIG_WIFI_NRF70_SCAN_ONLY for SHIELD nrf7002ek_nrf7000. Signed-off-by: Kapil Bhatt <[email protected]>
These are not for public use in Zephyr and are quite old and doesn't follow Zephyr compliant doxygen syntax. Signed-off-by: Kapil Bhatt <[email protected]>
Reconfigure heap sizes and enable configs for speed optimization. Signed-off-by: Chaitanya Tata <[email protected]>
With nRF70 Wi-Fi driver using separate heap for control and data planes, K_HEAP size needs to be re-configured in all samples. Resize the heaps accordingly. Signed-off-by: Ravi Dondaputi <[email protected]>
Pull changes for heap redistribution between kernel and Wi-Fi driver. Signed-off-by: Ravi Dondaputi <[email protected]>
* Remove fmac_main.h it is not needed and pulls in a bunch of header files. * Include coex.h in the includes. Signed-off-by: Chaitanya Tata <[email protected]>
Link to OSAL was missing causing compilation errors. Signed-off-by: Chaitanya Tata <[email protected]>
wifi_util is now renamed to "nrf70 util" to maintain grouping of nRF70 specific shells. Signed-off-by: Sachin D Kulkarni <[email protected]>
9121cf4 to
7ac32c8
Compare
PR nrfconnect#20438 changed kernel heap allocations because new Wi-Fi heap was introduced (CONFIG_NRF_WIFI_CTRL_HEAP_SIZE). Kernel heap was set to 10kB. This might have been for Wi-Fi positioning. When combined "Cellular + Wi-Fi" positioning is done kernel heap requirement for the data to send to cloud increases. It seems 10kB heap is not enough and now it will be increased to 12kB. Signed-off-by: Tommi Rantanen <[email protected]>
PR #20438 changed kernel heap allocations because new Wi-Fi heap was introduced (CONFIG_NRF_WIFI_CTRL_HEAP_SIZE). Kernel heap was set to 10kB. This might have been for Wi-Fi positioning. When combined "Cellular + Wi-Fi" positioning is done kernel heap requirement for the data to send to cloud increases. It seems 10kB heap is not enough and now it will be increased to 12kB. Signed-off-by: Tommi Rantanen <[email protected]>
PR #20438 changed kernel heap allocations because new Wi-Fi heap was introduced (CONFIG_NRF_WIFI_CTRL_HEAP_SIZE). Kernel heap was set to 10kB. This might have been for Wi-Fi positioning. When combined "Cellular + Wi-Fi" positioning is done kernel heap requirement for the data to send to cloud increases. It seems 10kB heap is not enough and now it will be increased to 12kB. Signed-off-by: Tommi Rantanen <[email protected]> (cherry picked from commit 3237cd3)
PR #20438 changed kernel heap allocations because new Wi-Fi heap was introduced (CONFIG_NRF_WIFI_CTRL_HEAP_SIZE). Kernel heap was set to 10kB. This might have been for Wi-Fi positioning. When combined "Cellular + Wi-Fi" positioning is done kernel heap requirement for the data to send to cloud increases. It seems 10kB heap is not enough and now it will be increased to 12kB. Signed-off-by: Tommi Rantanen <[email protected]> (cherry picked from commit 3237cd3)
Need to adjust heap settings after changes introduced with nrfconnect#20438. Signed-off-by: Maximilian Deubel <[email protected]>
Need to adjust heap settings after changes introduced with #20438. Signed-off-by: Maximilian Deubel <[email protected]>
Need to adjust heap settings after changes introduced with #20438. Signed-off-by: Maximilian Deubel <[email protected]> (cherry picked from commit fd4289a)
Need to adjust heap settings after changes introduced with nrfconnect#20438. Signed-off-by: Maximilian Deubel <[email protected]>
Need to adjust heap settings after changes introduced with nrfconnect#20438. Signed-off-by: Maximilian Deubel <[email protected]>
Need to adjust heap settings after changes introduced with #20438. Signed-off-by: Maximilian Deubel <[email protected]> (cherry picked from commit fd4289a)
Automatically created by action-manifest-pr GH action from PR: nrfconnect/sdk-zephyr#2519