-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
samples: wifi: sta: Add Zperf overlay
This overlay is used to run Zperf benchmarks, the network buffer and heap paramters are not overridden to make it easier to collect memory footprints. Signed-off-by: Chaitanya Tata <[email protected]>
- Loading branch information
Showing
2 changed files
with
28 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
|
||
CONFIG_NET_ZPERF=y | ||
# Mimic real-world conditions | ||
CONFIG_NET_ZPERF_MAX_PACKET_SIZE=1500 | ||
CONFIG_NRF70_QSPI_LOW_POWER=n | ||
# Debug | ||
CONFIG_NRF70_UTIL=y | ||
CONFIG_SHELL=y | ||
CONFIG_SHELL_STACK_SIZE=4600 | ||
CONFIG_NET_SHELL=y | ||
CONFIG_SHELL_GETOPT=y | ||
CONFIG_SHELL_CMDS_RESIZE=n | ||
CONFIG_NRF70_UTIL=y | ||
CONFIG_NET_L2_WIFI_SHELL=y | ||
CONFIG_NET_STATISTICS=y | ||
CONFIG_NET_STATISTICS_WIFI=y | ||
CONFIG_NET_STATISTICS_USER_API=y | ||
CONFIG_SYS_HEAP_RUNTIME_STATS=y |