Jakob Hasse 620cc586a2 tools: setting components to main to reduce build time 3 жил өмнө
..
main 620cc586a2 tools: setting components to main to reduce build time 3 жил өмнө
CMakeLists.txt 620cc586a2 tools: setting components to main to reduce build time 3 жил өмнө
README.md fc22e3c645 [system]: Made longjmp save for context switch 5 жил өмнө
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.