esp-idf/tools/test_apps/system/flash_psram
Marius Vikhammer 0687daf2c8 kconfig: move remaining kconfig options out of target component
The kconfig options are moved to the component where they are used,
mostly esp_hw_support and esp_system.
2022-05-23 17:57:45 +08:00
..
main mspi: make cpu clock source switch safe 2021-10-19 21:47:27 +08:00
app_test.py Update copyright headers 2022-02-07 02:28:50 +00:00
CMakeLists.txt ci: add flash psram test under different configs on esp32s3 2021-10-08 15:59:57 +08:00
README.md ci: add flash psram test under different configs on esp32s3 2021-10-08 15:59:57 +08:00
sdkconfig.ci.default ci: add flash psram test under different configs on esp32s3 2021-10-08 15:59:57 +08:00
sdkconfig.ci.f4r4_40sdr_120sdr kconfig: move remaining kconfig options out of target component 2022-05-23 17:57:45 +08:00
sdkconfig.ci.f4r4_80sdr_80sdr kconfig: move remaining kconfig options out of target component 2022-05-23 17:57:45 +08:00
sdkconfig.ci.f4r4_120sdr ci: add flash psram test under different configs on esp32s3 2021-10-08 15:59:57 +08:00
sdkconfig.ci.f4r4_120sdr_40sdr kconfig: move remaining kconfig options out of target component 2022-05-23 17:57:45 +08:00
sdkconfig.ci.f4r4_120sdr_120sdr kconfig: move remaining kconfig options out of target component 2022-05-23 17:57:45 +08:00
sdkconfig.ci.f4r4_120sdr_os_silent mspi: make cpu clock source switch safe 2021-10-19 21:47:27 +08:00
sdkconfig.ci.f4r8_80sdr_40ddr kconfig: move remaining kconfig options out of target component 2022-05-23 17:57:45 +08:00
sdkconfig.ci.f4r8_80sdr_80ddr kconfig: move remaining kconfig options out of target component 2022-05-23 17:57:45 +08:00
sdkconfig.ci.f4r8_120sdr ci: add flash psram test under different configs on esp32s3 2021-10-08 15:59:57 +08:00
sdkconfig.ci.f8r8_40ddr_40ddr kconfig: move remaining kconfig options out of target component 2022-05-23 17:57:45 +08:00
sdkconfig.ci.f8r8_40ddr_80ddr kconfig: move remaining kconfig options out of target component 2022-05-23 17:57:45 +08:00
sdkconfig.ci.f8r8_80ddr_40ddr kconfig: move remaining kconfig options out of target component 2022-05-23 17:57:45 +08:00
sdkconfig.ci.f8r8_80ddr_80ddr kconfig: move remaining kconfig options out of target component 2022-05-23 17:57:45 +08:00
sdkconfig.ci.f8r8_80ddr_80ddr_ecc kconfig: move remaining kconfig options out of target component 2022-05-23 17:57:45 +08:00
sdkconfig.ci.f8r8_80sdr_80ddr kconfig: move remaining kconfig options out of target component 2022-05-23 17:57:45 +08:00
sdkconfig.ci.f8r8_120sdr kconfig: move remaining kconfig options out of target component 2022-05-23 17:57:45 +08:00

Supported Targets ESP32-S3

This project tests if Flash and PSRAM can work under different configurations. To add new configuration, create one more sdkconfig.ci.NAME file in this directory.

If you need to test for anything other than flash and psram, create another test project.