esp-idf/tools/test_apps/system/flash_mmap
2023-08-25 10:37:48 +08:00
..
main test(flash_mmap): test flash mmap pages 2023-08-25 10:37:48 +08:00
CMakeLists.txt test(flash_mmap): test flash mmap pages 2023-08-25 10:37:48 +08:00
partitions.csv test(flash_mmap): test flash mmap pages 2023-08-25 10:37:48 +08:00
pytest_flash_mmap.py test(flash_mmap): test flash mmap pages 2023-08-25 10:37:48 +08:00
README.md test(flash_mmap): test flash mmap pages 2023-08-25 10:37:48 +08:00
sdkconfig.ci.f4r8 test(flash_mmap): test flash mmap pages 2023-08-25 10:37:48 +08:00
sdkconfig.ci.psram test(flash_mmap): test flash mmap pages 2023-08-25 10:37:48 +08:00
sdkconfig.ci.release test(flash_mmap): test flash mmap pages 2023-08-25 10:37:48 +08:00
sdkconfig.defaults test(flash_mmap): test flash mmap pages 2023-08-25 10:37:48 +08:00

Supported Targets ESP32 ESP32-C2 ESP32-C3 ESP32-S2 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.