We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a6423b commit be4c79bCopy full SHA for be4c79b
samples/net/zperf/boards/nrf7002dk_nrf5340_cpuapp.conf
@@ -3,6 +3,9 @@ CONFIG_NET_PKT_RX_COUNT=28
3
CONFIG_NET_PKT_TX_COUNT=27
4
CONFIG_NET_BUF_RX_COUNT=28
5
CONFIG_NET_BUF_TX_COUNT=54
6
+# reduces driver heap usage
7
+CONFIG_NRF70_RX_NUM_BUFS=16
8
+CONFIG_NRF_WIFI_DATA_HEAP_SIZE=50000
9
CONFIG_NRF70_MAX_TX_AGGREGATION=4
10
CONFIG_NRF70_QSPI_LOW_POWER=n
11
0 commit comments