mirror of
https://github.com/espressif/esp-idf
synced 2025-03-10 01:29:21 -04:00
The kconfig options are moved to the component where they are used, mostly esp_hw_support and esp_system.
7 lines
174 B
Plaintext
7 lines
174 B
Plaintext
TEST_COMPONENTS=spi_flash
|
|
CONFIG_SPIRAM=y
|
|
CONFIG_SPIRAM_FETCH_INSTRUCTIONS=y
|
|
CONFIG_SPIRAM_RODATA=y
|
|
CONFIG_SPIRAM_ALLOW_BSS_SEG_EXTERNAL_MEMORY=y
|
|
CONFIG_IDF_TARGET="esp32s2"
|