Skip to content

Commit f7ed1f4

Browse files
committed
sdkconfig: allocate Wi-Fi and LWIP in IRAM
Basically everything Willow does uses both the Wi-Fi and IP stack, so it makes sense to have this in IRAM. Since we freed up a bunch of IRAM in commit 10accf8 ("lvgl: display buffer in SPIRAM"), we should have enough memory available to do this. Torture test results: 2000/2000.
1 parent 9e2ba7c commit f7ed1f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdkconfig.defaults

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ CONFIG_SPIRAM_MALLOC_RESERVE_INTERNAL=32768
123123
CONFIG_SPIRAM_MODE_OCT=y
124124
CONFIG_SPIRAM_RODATA=y
125125
CONFIG_SPIRAM_SPEED_80M=y
126-
CONFIG_SPIRAM_TRY_ALLOCATE_WIFI_LWIP=y
126+
# CONFIG_SPIRAM_TRY_ALLOCATE_WIFI_LWIP is not set
127127
CONFIG_SPI_MASTER_IN_IRAM=y
128128
CONFIG_SPI_SLAVE_IN_IRAM=y
129129
CONFIG_SR_MN_CN_NONE=y

0 commit comments

Comments
 (0)