Alexey Lapshin 03ce915668 build system: re-add -Wno-format as private flag for some test_apps 3 years ago
..
main 03ce915668 build system: re-add -Wno-format as private flag for some test_apps 3 years ago
CMakeLists.txt facab8c5a7 tools: Increase the minimal supported CMake version to 3.16 3 years ago
README.md fc22e3c645 [system]: Made longjmp save for context switch 4 years ago
pytest_longjmp.py c2a5f48498 ci: migrate system test apps to pytest 3 years ago
sdkconfig.defaults fc22e3c645 [system]: Made longjmp save for context switch 4 years ago

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.