esp-idf/tools/test_apps/system/longjmp_test
Alexey Lapshin 03ce915668 build system: re-add -Wno-format as private flag for some test_apps 2022-08-03 16:42:47 +04:00
..
main build system: re-add -Wno-format as private flag for some test_apps 2022-08-03 16:42:47 +04:00
CMakeLists.txt tools: Increase the minimal supported CMake version to 3.16 2022-06-01 06:35:02 +00:00
README.md
pytest_longjmp.py ci: migrate system test apps to pytest 2022-07-26 11:47:28 +08:00
sdkconfig.defaults

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.