Use HSPI for 80MHz PSRAM
Fixes: https://github.com/espressif/arduino-esp32/issues/7192
This commit is contained in:
parent
499afeb6f3
commit
421d06a8db
1 changed files with 1 additions and 0 deletions
|
|
@ -9,6 +9,7 @@ CONFIG_BT_HFP_ENABLE=y
|
||||||
CONFIG_BT_STACK_NO_LOG=y
|
CONFIG_BT_STACK_NO_LOG=y
|
||||||
CONFIG_BT_BLE_DYNAMIC_ENV_MEMORY=y
|
CONFIG_BT_BLE_DYNAMIC_ENV_MEMORY=y
|
||||||
CONFIG_ESP32_SPIRAM_SUPPORT=y
|
CONFIG_ESP32_SPIRAM_SUPPORT=y
|
||||||
|
CONFIG_SPIRAM_OCCUPY_HSPI_HOST=y
|
||||||
CONFIG_ESP32_ULP_COPROC_ENABLED=y
|
CONFIG_ESP32_ULP_COPROC_ENABLED=y
|
||||||
CONFIG_ESP32_XTAL_FREQ_AUTO=y
|
CONFIG_ESP32_XTAL_FREQ_AUTO=y
|
||||||
# CONFIG_ESP_TASK_WDT_CHECK_IDLE_TASK_CPU1 is not set
|
# CONFIG_ESP_TASK_WDT_CHECK_IDLE_TASK_CPU1 is not set
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue