esp-idf/components/esp_hw_support/test_apps/mspi
2023-07-07 10:13:28 +08:00
..
main spiflash: added esp_flash API concurrency pressure test 2023-07-07 10:13:28 +08:00
CMakeLists.txt mspi: add test_app measuring time cost of mspi APIs 2023-03-16 11:11:43 +08:00
partitions.csv mspi: add test_app measuring time cost of mspi APIs 2023-03-16 11:11:43 +08:00
pytest_flash_psram.py mspi: add test_app measuring time cost of mspi APIs 2023-03-16 11:11:43 +08:00
README.md mspi: add test_app measuring time cost of mspi APIs 2023-03-16 11:11:43 +08:00
sdkconfig.ci.f4r4_40sdr_120sdr mspi: add test_app measuring time cost of mspi APIs 2023-03-16 11:11:43 +08:00
sdkconfig.ci.f4r4_80sdr_80sdr mspi: add test_app measuring time cost of mspi APIs 2023-03-16 11:11:43 +08:00
sdkconfig.ci.f4r4_120sdr mspi: add test_app measuring time cost of mspi APIs 2023-03-16 11:11:43 +08:00
sdkconfig.ci.f4r4_120sdr_40sdr mspi: add test_app measuring time cost of mspi APIs 2023-03-16 11:11:43 +08:00
sdkconfig.ci.f4r4_120sdr_120sdr mspi: add test_app measuring time cost of mspi APIs 2023-03-16 11:11:43 +08:00
sdkconfig.ci.f4r4_120sdr_os_silent mspi: add test_app measuring time cost of mspi APIs 2023-03-16 11:11:43 +08:00
sdkconfig.ci.f4r8_80sdr_40ddr mspi: add test_app measuring time cost of mspi APIs 2023-03-16 11:11:43 +08:00
sdkconfig.ci.f4r8_80sdr_80ddr mspi: add test_app measuring time cost of mspi APIs 2023-03-16 11:11:43 +08:00
sdkconfig.ci.f4r8_120sdr mspi: add test_app measuring time cost of mspi APIs 2023-03-16 11:11:43 +08:00
sdkconfig.ci.f8r8_40ddr_40ddr mspi: add test_app measuring time cost of mspi APIs 2023-03-16 11:11:43 +08:00
sdkconfig.ci.f8r8_40ddr_80ddr mspi: add test_app measuring time cost of mspi APIs 2023-03-16 11:11:43 +08:00
sdkconfig.ci.f8r8_80ddr_40ddr mspi: add test_app measuring time cost of mspi APIs 2023-03-16 11:11:43 +08:00
sdkconfig.ci.f8r8_80ddr_80ddr mspi: add test_app measuring time cost of mspi APIs 2023-03-16 11:11:43 +08:00
sdkconfig.ci.f8r8_80ddr_80ddr_ecc mspi: add test_app measuring time cost of mspi APIs 2023-03-16 11:11:43 +08:00
sdkconfig.ci.f8r8_80sdr_80ddr mspi: add test_app measuring time cost of mspi APIs 2023-03-16 11:11:43 +08:00
sdkconfig.ci.f8r8_120ddr mspi: support 120M DDR flash and psram on S3 (experimental) 2023-04-03 10:30:50 +08:00
sdkconfig.ci.f8r8_120ddr_120ddr mspi: support 120M DDR flash and psram on S3 (experimental) 2023-04-03 10:30:50 +08:00
sdkconfig.ci.f8r8_120sdr mspi: add test_app measuring time cost of mspi APIs 2023-03-16 11:11:43 +08:00
sdkconfig.defaults ci: add access psram with DFS unity test 2023-06-19 10:21:46 +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.