Skip to content

Commit

Permalink
doc: nrf: releases: Clarify supplicant switch to kernel heap
Browse files Browse the repository at this point in the history
We have recieved a few queries about the increase in kernel heap usage
when migrated to 2.9.0 from 2.7.0, so, add a couple of notes to clarify
the same.

Signed-off-by: Chaitanya Tata <[email protected]>
  • Loading branch information
krish2718 committed Jan 29, 2025
1 parent 115359d commit 8f248ed
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,8 @@ nRF70 Series
For example, ``CONFIG_WPA_SUPP=y`` to ``CONFIG_WIFI_NM_WPA_SUPPLICANT=y``.
Update your application configurations to use the new namespace.

* You need to reconcile the application heap and kernel heap usage appropriately to accommodate this switch from application to kernel heap.

* The SR co-existence feature should now be explicitly enabled using the :kconfig:option:`CONFIG_NRF70_SR_COEX` Kconfig option.
The RF switch feature should be enabled using the :kconfig:option:`CONFIG_NRF70_SR_COEX_RF_SWITCH` Kconfig option.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -486,6 +486,7 @@ Wi-Fi

* The WPA supplicant is now switched to Zephyr upstream's fork instead of |NCS|.
* The WPA supplicant now uses ``kernel heap`` instead of ``application (libc) heap``.
- This means there is an increase in the kernel heap usage but a corresponding decrease in the application heap usage.

Applications
============
Expand Down

0 comments on commit 8f248ed

Please sign in to comment.