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

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.