esp-idf/tools/test_apps/system/flash_psram
Djordje Nedic facab8c5a7 tools: Increase the minimal supported CMake version to 3.16
This updates the minimal supported version of CMake to 3.16, which in turn enables us to use more CMake features and have a cleaner build system.
This is the version that provides most new features and also the one we use in our latest docker image for CI.
2022-06-01 06:35:02 +00: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 tools: Increase the minimal supported CMake version to 3.16 2022-06-01 06:35:02 +00: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.