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 2 лет назад

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.