Skip to content

Commit

Permalink
samples: net: wifi: Use fixed data buffer size for nucleo_h723zg target
Browse files Browse the repository at this point in the history
Enable fixed data buffers for nucleo_h723zg target to prevent RAM overflows
with variable network buffers usage.

Signed-off-by: Triveni Danda <triveni.danda@nordicsemi.no>
  • Loading branch information
D-Triveni committed Oct 17, 2024
1 parent a20d096 commit e103a31
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 e103a31

Please sign in to comment.