esp-idf/tools/test_apps/system/longjmp_test
Jakob Hasse 620cc586a2 tools: setting components to main to reduce build time 2023-04-25 15:42:22 +08:00
..
main tools: setting components to main to reduce build time 2023-04-25 15:42:22 +08:00
CMakeLists.txt tools: setting components to main to reduce build time 2023-04-25 15:42:22 +08:00
README.md [system]: Made longjmp save for context switch 2021-04-23 15:55:31 +08:00
pytest_longjmp.py pytest: check duplicates test case/script names 2022-12-08 09:49:12 +08:00
sdkconfig.defaults TWDT: Use the new TWDT Kconfig options in the examples and tests 2023-02-17 11:22:25 +08:00

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.