Jakob Hasse 620cc586a2 tools: setting components to main to reduce build time 2 年之前
..
main 620cc586a2 tools: setting components to main to reduce build time 2 年之前
CMakeLists.txt 620cc586a2 tools: setting components to main to reduce build time 2 年之前
README.md fc22e3c645 [system]: Made longjmp save for context switch 4 年之前
pytest_longjmp.py 67cd264535 pytest: check duplicates test case/script names 3 年之前
sdkconfig.defaults 5e5343d429 TWDT: Use the new TWDT Kconfig options in the examples and tests 3 年之前

README.md

Supported Targets ESP32 ESP32-S2 ESP32-S3

Building

Example building for ESP32:

idf.py set-target esp32
cp sdkconfig.defaults sdkconfig
idf.py build

Running

All the setup needs to be done as described in the test apps README.