esp-idf/tools/test_apps/system/longjmp_test
Jakob Hasse e32831033a [esp_rom]: fixed S3 longjmp patch
* On S3, the placement of ROM functions is
  ECO-dependent. Hence, we don't jump into
  the middle of the longjmp function in ROM
  on S3 anymore.
  Instead, the whole longjump function is used
  in the patch.

* Also properly excluded the patch from
  bootloader build with Makefiles

Closes IDF-3391
2021-06-18 15:47:41 +08:00
..
main [esp_rom]: fixed S3 longjmp patch 2021-06-18 15:47:41 +08:00
app_test.py [system]: Made longjmp save for context switch 2021-04-23 15:55:31 +08:00
CMakeLists.txt [system]: Made longjmp save for context switch 2021-04-23 15:55:31 +08:00
Makefile [system]: Made longjmp save for context switch 2021-04-23 15:55:31 +08: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.