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 b899997 commit dbebc99Copy full SHA for dbebc99
tests/boards/espressif/wifi/socs/esp32c2.conf
@@ -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