Skip to content

Commit

Permalink
[nrf fromlist] samples: net: wifi: Use fixed data buffer size for nuc…
Browse files Browse the repository at this point in the history
…leo_h723zg target

Enable fixed data buffers for nucleo_h723zg target to prevent RAM overflows
with variable network buffers usage.

Upstream PR: zephyrproject-rtos/zephyr#78852

Signed-off-by: Triveni Danda <triveni.danda@nordicsemi.no>
  • Loading branch information
D-Triveni authored and krish2718 committed Oct 22, 2024
1 parent 6fb8da0 commit e7cb40e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions samples/net/wifi/boards/nucleo_h723zg.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
CONFIG_NRF_WIFI_NET_BUF_FIXED_SIZE=y

0 comments on commit e7cb40e

Please sign in to comment.