Jakob Hasse a37c20b417 [system]: Made longjmp save for context switch hace 4 años
..
main a37c20b417 [system]: Made longjmp save for context switch hace 4 años
CMakeLists.txt a37c20b417 [system]: Made longjmp save for context switch hace 4 años
Makefile a37c20b417 [system]: Made longjmp save for context switch hace 4 años
README.md a37c20b417 [system]: Made longjmp save for context switch hace 4 años
app_test.py a37c20b417 [system]: Made longjmp save for context switch hace 4 años
sdkconfig.defaults a37c20b417 [system]: Made longjmp save for context switch hace 4 años

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.