Skip to content

Commit 65bad9c

Browse files
authored
switch off SPI RAM support
1 parent bb65f08 commit 65bad9c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

configs/defconfig.esp32

+3-3
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ CONFIG_ESP_MAC_IGNORE_MAC_CRC_ERROR=y
2626
CONFIG_ETH_ENABLED=y
2727
CONFIG_ETH_USE_ESP32_EMAC=y
2828
CONFIG_ETH_PHY_INTERFACE_RMII=y
29-
# CONFIG_ETH_USE_SPI_ETHERNET is not set
29+
CONFIG_ETH_USE_SPI_ETHERNET=y
3030

31-
CONFIG_SPIRAM=y
32-
CONFIG_SPIRAM_OCCUPY_HSPI_HOST=y
31+
# CONFIG_SPIRAM is not set
32+
# CONFIG_SPIRAM_OCCUPY_HSPI_HOST is not set
3333
CONFIG_ULP_COPROC_ENABLED=y
3434
# CONFIG_ESP_TASK_WDT_CHECK_IDLE_TASK_CPU1 is not set
3535
# CONFIG_UNITY_ENABLE_FLOAT is not set

0 commit comments

Comments
 (0)