1
0
mirror of https://github.com/espressif/esp-idf synced 2025-03-24 16:39:12 -04:00
esp-idf/components/esp_psram/test_apps/psram/sdkconfig.ci.esp32s2_advanced

10 lines
257 B
Plaintext
Raw Normal View History

2022-05-11 10:32:56 +08:00
CONFIG_IDF_TARGET="esp32s2"
CONFIG_ESP32S2_SPIRAM_SUPPORT=y
CONFIG_SPIRAM_FETCH_INSTRUCTIONS=y
CONFIG_SPIRAM_RODATA=y
CONFIG_PARTITION_TABLE_CUSTOM=y
CONFIG_PARTITION_TABLE_CUSTOM_FILENAME="partitions.csv"
CONFIG_PARTITION_TABLE_FILENAME="partitions.csv"