Skip to content

Commit 998ace7

Browse files
authored
fix crash when no PSRAM connected
1 parent 806d390 commit 998ace7

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

configs/defconfig.common

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,11 @@ CONFIG_ETH_SPI_ETHERNET_KSZ8851SNL=y
3535
CONFIG_ESP32_UNIVERSAL_MAC_ADDRESSES_TWO=y
3636
CONFIG_ESP_PHY_REDUCE_TX_POWER=y
3737
CONFIG_SPIRAM=y
38-
# CONFIG_SPIRAM_BOOT_INIT is not set
38+
CONFIG_SPIRAM_BOOT_HW_INIT=y
39+
CONFIG_SPIRAM_BOOT_INIT=y
40+
CONFIG_SPIRAM_IGNORE_NOTFOUND=y
41+
# CONFIG_SPIRAM_PRE_CONFIGURE_MEMORY_PROTECTION is not set
42+
# CONFIG_SPIRAM_MEMTEST is not set
3943
CONFIG_SPIRAM_MALLOC_ALWAYSINTERNAL=4096
4044
CONFIG_SPIRAM_MALLOC_RESERVE_INTERNAL=0
4145
# CONFIG_SPIRAM_BANKSWITCH_ENABLE is not set

0 commit comments

Comments
 (0)