Skip to content

Commit dbebc99

Browse files
Raffael Rostagnommahadevan108
authored andcommitted
tests: wifi: esp32c2: esp8684: RAM adjustment config
RAM adjustments to fit smaller SRAM availability on ESP32C2/ESP8684 Signed-off-by: Raffael Rostagno <[email protected]>
1 parent b899997 commit dbebc99

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
CONFIG_HEAP_MEM_POOL_SIZE=5120
2+
3+
# Following settings are test only values, and
4+
# were adjusted due to stricter SRAM limits on C2
5+
6+
CONFIG_NET_PKT_RX_COUNT=5
7+
CONFIG_NET_PKT_TX_COUNT=5
8+
CONFIG_NET_BUF_RX_COUNT=10
9+
CONFIG_NET_BUF_TX_COUNT=10
10+
11+
# Reduced by 512 bytes each
12+
CONFIG_ISR_STACK_SIZE=1536
13+
CONFIG_NET_RX_STACK_SIZE=1536
14+
CONFIG_NET_MGMT_EVENT_STACK_SIZE=1536

0 commit comments

Comments
 (0)