esp-idf/components/esp_hw_support/test_apps/mspi
2023-11-01 01:14:00 +00:00
..
main fix(test_apps): Trim builds of component test apps 2023-09-18 17:16:37 +08:00
CMakeLists.txt fix(test_apps): Trim builds of component test apps 2023-09-18 17:16:37 +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 spi_flash: fixed issue that enabling HPM-DC by default may cause app unable to restart 2023-10-24 10:38:08 +08:00
sdkconfig.ci.f4r4_120sdr_40sdr spi_flash: fixed issue that enabling HPM-DC by default may cause app unable to restart 2023-10-24 10:38:08 +08:00
sdkconfig.ci.f4r4_120sdr_120sdr spi_flash: fixed issue that enabling HPM-DC by default may cause app unable to restart 2023-10-24 10:38:08 +08:00
sdkconfig.ci.f4r4_120sdr_os_silent spi_flash: fixed issue that enabling HPM-DC by default may cause app unable to restart 2023-10-24 10:38:08 +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 spi_flash: fixed issue that enabling HPM-DC by default may cause app unable to restart 2023-10-24 10:38:08 +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 ci(build): fixed/ignored warnings from unknown symbols in sdkconfig.defaults 2023-11-01 01:14:00 +00: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_120sdr spi_flash: fixed issue that enabling HPM-DC by default may cause app unable to restart 2023-10-24 10:38:08 +08:00
sdkconfig.defaults mspi: support 120M DDR flash and psram on S3 (experimental) 2023-04-03 10:30:50 +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.