tests: wifi: esp32c2: esp8684: RAM adjustment config
RAM adjustments to fit smaller SRAM availability on ESP32C2/ESP8684 Signed-off-by: Raffael Rostagno <raffael.rostagno@espressif.com>
This commit is contained in:
parent
b8999973d3
commit
dbebc9983a
|
@ -0,0 +1,14 @@
|
|||
CONFIG_HEAP_MEM_POOL_SIZE=5120
|
||||
|
||||
# Following settings are test only values, and
|
||||
# were adjusted due to stricter SRAM limits on C2
|
||||
|
||||
CONFIG_NET_PKT_RX_COUNT=5
|
||||
CONFIG_NET_PKT_TX_COUNT=5
|
||||
CONFIG_NET_BUF_RX_COUNT=10
|
||||
CONFIG_NET_BUF_TX_COUNT=10
|
||||
|
||||
# Reduced by 512 bytes each
|
||||
CONFIG_ISR_STACK_SIZE=1536
|
||||
CONFIG_NET_RX_STACK_SIZE=1536
|
||||
CONFIG_NET_MGMT_EVENT_STACK_SIZE=1536
|
Loading…
Reference in New Issue