esp-idf/tools/test_apps/system/longjmp_test
Djordje Nedic facab8c5a7 tools: Increase the minimal supported CMake version to 3.16
This updates the minimal supported version of CMake to 3.16, which in turn enables us to use more CMake features and have a cleaner build system.
This is the version that provides most new features and also the one we use in our latest docker image for CI.
2022-06-01 06:35:02 +00:00
..
main global: add dependency on esp_timer component and include esp_timer.h 2022-04-25 18:39:23 +02:00
app_test.py [system]: Made longjmp save for context switch 2021-04-23 15:55:31 +08:00
CMakeLists.txt tools: Increase the minimal supported CMake version to 3.16 2022-06-01 06:35:02 +00:00
README.md [system]: Made longjmp save for context switch 2021-04-23 15:55:31 +08:00
sdkconfig.defaults [system]: Made longjmp save for context switch 2021-04-23 15:55:31 +08:00

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.