esp-idf/tools/test_apps/system
Jakob Hasse d376c161aa [C++]: wrapper functions around unwind code
* Replaced all C++ exception related
  functions with wrappers if -fno-exception
  is used. This prevents linking of the
  corresponding code in libgcc. The code
  size will decrease by around 7-9 KB when
  building with -fno-exception.
* added no except test app

Closes https://github.com/espressif/esp-idf/pull/5380
Closes https://github.com/espressif/esp-idf/issues/5363
Closes https://github.com/espressif/esp-idf/issues/5224
Closes IDFGH-3153
Closes IDF-2577
2021-06-01 13:46:50 +08:00
..
bootloader_sections test_apps: increase partition table offset to fix build errors 2021-04-21 10:16:46 +05:30
build_test test_apps: increase partition table offset to fix build errors 2021-04-21 10:16:46 +05:30
cxx_no_except [C++]: wrapper functions around unwind code 2021-06-01 13:46:50 +08:00
gdb_loadable_elf build-system: add loadable elf support for ESP32-S2 and C3 2021-02-02 17:21:39 +08:00
longjmp_test [system]: Made longjmp save for context switch 2021-05-11 12:04:27 +08:00
memprot esp32c3: memprot API upgrade and test application 2021-04-12 10:21:58 +10:00
monitor_ide_integration fix(test_apps): add supported targets for memprot, panic, monitor_ide 2021-01-27 12:35:49 +08:00
panic fix(test_apps): add supported targets for memprot, panic, monitor_ide 2021-01-27 12:35:49 +08:00
startup style: format python files with isort and double-quote-string-fixer 2021-01-26 10:49:01 +08:00