mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
0687daf2c8
The kconfig options are moved to the component where they are used, mostly esp_hw_support and esp_system.
9 lines
220 B
Plaintext
9 lines
220 B
Plaintext
CONFIG_IDF_TARGET="esp32"
|
|
TEST_COMPONENTS=esp_hw_support
|
|
TEST_GROUPS=psram_4m
|
|
CONFIG_ESPTOOLPY_FLASHFREQ_80M=y
|
|
CONFIG_SPIRAM=y
|
|
CONFIG_SPIRAM_SPEED_80M=y
|
|
CONFIG_SPIRAM_OCCUPY_HSPI_HOST=y
|
|
CONFIG_ESP_INT_WDT_TIMEOUT_MS=800
|