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 ab1330a commit feb38f4
Showing 1 changed file with 2 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

0 comments on commit feb38f4

Please sign in to comment.