-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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: sdk-zephyr: Pull wifi drivers and nrf_wifi changes to ncs #20438
base: main
Are you sure you want to change the base?
manifest: sdk-zephyr: Pull wifi drivers and nrf_wifi changes to ncs #20438
Conversation
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. |
CI InformationTo view the history of this post, clich the 'edited' button above Inputs:Sources:sdk-nrf: PR head: e01b52670251ef8641a584df38e942cf3bea5a2d more detailssdk-nrf:
nrfxlib:
zephyr:
Github labels
List of changed files detected by CI (87)
Outputs:ToolchainVersion: 4ffa2202d5 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
19ab15c
to
a92dc89
Compare
a92dc89
to
950023a
Compare
|
45c5125
to
29f193f
Compare
29f193f
to
6dacc03
Compare
@@ -58,5 +58,6 @@ CONFIG_NET_MGMT_EVENT_STACK_SIZE=1024 | |||
# Wi-Fi shell sample has 25000 heap size. We need a bit more for location request purposes. | |||
# Heap allocation should be changed when CONFIG_LOCATION_METHOD_WIFI_SCANNING_RESULTS_MAX_CNT | |||
# and CONFIG_NRF_WIFI_SCAN_MAX_BSS_CNT (which should be the same value) are changed. | |||
CONFIG_HEAP_MEM_POOL_SIZE=30000 | |||
CONFIG_HEAP_MEM_POOL_SIZE=5000 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
CONFIG_HEAP_MEM_POOL_SIZE
should be left unchanged from the default.
CONFIG_HEAP_MEM_POOL_SIZE=5000 |
@@ -58,5 +58,6 @@ CONFIG_NET_MGMT_EVENT_STACK_SIZE=1024 | |||
# Wi-Fi shell sample has 25000 heap size. We need a bit more for location request purposes. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think it would be better to remove this line.
# Wi-Fi shell sample has 25000 heap size. We need a bit more for location request purposes. |
@@ -58,5 +58,6 @@ CONFIG_NET_MGMT_EVENT_STACK_SIZE=1024 | |||
# Wi-Fi shell sample has 25000 heap size. We need a bit more for location request purposes. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
# Wi-Fi shell sample has 25000 heap size. We need a bit more for location request purposes. |
@@ -58,5 +58,6 @@ CONFIG_NET_MGMT_EVENT_STACK_SIZE=1024 | |||
# Wi-Fi shell sample has 25000 heap size. We need a bit more for location request purposes. | |||
# Heap allocation should be changed when CONFIG_LOCATION_METHOD_WIFI_SCANNING_RESULTS_MAX_CNT | |||
# and CONFIG_NRF_WIFI_SCAN_MAX_BSS_CNT (which should be the same value) are changed. | |||
CONFIG_HEAP_MEM_POOL_SIZE=30000 | |||
CONFIG_HEAP_MEM_POOL_SIZE=5000 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
CONFIG_HEAP_MEM_POOL_SIZE=5000 |
@@ -78,5 +78,6 @@ CONFIG_NET_MGMT_EVENT_STACK_SIZE=1024 | |||
# Heap allocation should be changed when CONFIG_LOCATION_METHOD_WIFI_SCANNING_RESULTS_MAX_CNT |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can't add a comment on the actual line, but remove the "Wi-Fi shell samples has..." line above.
@@ -78,5 +78,6 @@ CONFIG_NET_MGMT_EVENT_STACK_SIZE=1024 | |||
# Heap allocation should be changed when CONFIG_LOCATION_METHOD_WIFI_SCANNING_RESULTS_MAX_CNT | |||
# and CONFIG_NRF_WIFI_SCAN_MAX_BSS_CNT (which should be the same value) are changed. | |||
# 10 APs seem to require 1644 bytes more heap. | |||
CONFIG_HEAP_MEM_POOL_SIZE=30000 | |||
CONFIG_HEAP_MEM_POOL_SIZE=5000 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
CONFIG_HEAP_MEM_POOL_SIZE=5000 |
@@ -78,5 +78,6 @@ CONFIG_NET_MGMT_EVENT_STACK_SIZE=1024 | |||
# Heap allocation should be changed when CONFIG_LOCATION_METHOD_WIFI_SCANNING_RESULTS_MAX_CNT | |||
# and CONFIG_NRF_WIFI_SCAN_MAX_BSS_CNT (which should be the same value) are changed. | |||
# 10 APs seem to require 1644 bytes more heap. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This may not be valid anymore, I'm wondering if we should just remove this line. @trantanen, what do you think?
@@ -58,5 +58,6 @@ CONFIG_NET_MGMT_EVENT_STACK_SIZE=1024 | |||
# Wi-Fi shell sample has 25000 heap size. We need a bit more for location request purposes. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Adding a comment here, because it can not be added on line 23. Please change CONFIG_HEAP_MEM_POOL_SIZE
to CONFIG_NRF_WIFI_CTRL_HEAP_SIZE
.
@@ -58,5 +58,6 @@ CONFIG_NET_MGMT_EVENT_STACK_SIZE=1024 | |||
# Wi-Fi shell sample has 25000 heap size. We need a bit more for location request purposes. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Adding a comment here, because it can not be added on line 23. Please change CONFIG_HEAP_MEM_POOL_SIZE
to CONFIG_NRF_WIFI_CTRL_HEAP_SIZE
.
@@ -78,5 +78,6 @@ CONFIG_NET_MGMT_EVENT_STACK_SIZE=1024 | |||
# Heap allocation should be changed when CONFIG_LOCATION_METHOD_WIFI_SCANNING_RESULTS_MAX_CNT |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Adding a comment here, because it can not be added on line 33. Please change CONFIG_HEAP_MEM_POOL_SIZE
to CONFIG_NRF_WIFI_CTRL_HEAP_SIZE
.
ff99fd8
to
90cea3c
Compare
90cea3c
to
79e5b00
Compare
Automatically created by Github Action Signed-off-by: Nordic Builder <pylon@nordicsemi.no>
Add nrf7002 EB-II shields for nRF54H and NRF54L DKs. Signed-off-by: Bansidhar P.M <bansidhar.mangalwedhekar@nordicsemi.no>
Fix library include and radio_test sample with latest code changes in restructuring. Signed-off-by: Kapil Bhatt <kapil.bhatt@nordicsemi.no>
Add SB_CONFIG_WIFI_NRF70_SCAN_ONLY for SHIELD nrf7002ek_nrf7000. Signed-off-by: Kapil Bhatt <kapil.bhatt@nordicsemi.no>
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 <kapil.bhatt@nordicsemi.no>
Reconfigure heap sizes and enable configs for speed optimization. Signed-off-by: Chaitanya Tata <Chaitanya.Tata@nordicsemi.no>
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 <ravi.dondaputi@nordicsemi.no>
79e5b00
to
e01b526
Compare
Automatically created by action-manifest-pr GH action from PR: nrfconnect/sdk-zephyr#2519