esp-idf/components/esp_hw_support/test_apps/mspi
Darian Leung 287bdc5e61 fix(test_apps): Trim builds of component test apps
Some component test apps do not use the "set(COMPONENTS main)" command in their
project level "CMakeLists.txt", thus leading to their builds pulling in all
ESP-IDF components.

This commit trims the build of multiple component test apps:

- Add "set(COMPONENTS main ...)" to project level "CMakeLists.txt"
- Add missing "PRIV_REQUIRES" in some "main" component "CMakeLists.txt"

Also removed repeated configuraiton options in legacy_i2c_driver/sdkconfig.ci.defaults
as they are already specified in legacy_i2c_driver/sdkconfig.defaults
2023-09-18 17:16:37 +08: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 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_120sdr mspi: add test_app measuring time cost of mspi APIs 2023-03-16 11:11:43 +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.