Skip to content

Commit

Permalink
samples: wifi: ESP32-S2 sample configuration
Browse files Browse the repository at this point in the history
Remove the system heap override config from the board sample config.
Remove the memory saving restrictions.

Signed-off-by: Marek Matej <[email protected]>
  • Loading branch information
Marek Matej authored and henrikbrixandersen committed Sep 21, 2024
1 parent 5481314 commit 7aa7102
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions samples/net/wifi/socs/esp32s2.conf
Original file line number Diff line number Diff line change
@@ -1,14 +1,4 @@
CONFIG_WIFI=y
CONFIG_HEAP_MEM_POOL_SIZE=34816

# decrease packet count and size to save RAM
CONFIG_NET_PKT_RX_COUNT=7
CONFIG_NET_PKT_TX_COUNT=7
CONFIG_NET_BUF_RX_COUNT=7
CONFIG_NET_BUF_TX_COUNT=7

CONFIG_ESP32_WIFI_IRAM_OPT=n
CONFIG_ESP32_WIFI_RX_IRAM_OPT=n

CONFIG_NETWORKING=y
CONFIG_NET_L2_ETHERNET=y
Expand Down

0 comments on commit 7aa7102

Please sign in to comment.