Files
esp-idf/components/sdmmc/test_apps
Martin Vychodil dddc72dae2 Merge branch 'contrib/github_pr_17642_v6.0' into 'release/v6.0'
feat(sdmmc): support multi-block read/writes (GitHub PR) (v6.0)

See merge request espressif/esp-idf!46776
2026-03-24 19:10:58 +08:00
..

Supported Targets ESP32 ESP32-P4 ESP32-S3

This is a test app for sdmmc component. This app is for internal use.

Building

idf.py build

Running

To run locally:

idf.py flash monitor

The tests will be executed and the summary will be printed:

-----------------------
4 Tests 0 Failures 0 Ignored 
OK

Note, when the Python test script is executed in internal CI, it will test each configuration one by one. When executing this script locally, it will use whichever binary is already built and available in build directory.