esp-idf/tools/test_apps/system
Jakob Hasse 2552c7ba0f [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-04-20 14:27:58 +08:00
..
bootloader_sections Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
build_test test_apps: add build test case for RTC GPIO descriptor configuration 2020-12-21 13:57:07 +05:30
cxx_no_except [C++]: wrapper functions around unwind code 2021-04-20 14:27:58 +08:00
gdb_loadable_elf build-system: add loadable elf support for ESP32-S2 and C3 2021-02-02 17:21:39 +08:00
memprot esp32c3: memprot API upgrade and test application 2021-04-12 13:44:11 +10:00
monitor_ide_integration fix(test_apps): add supported targets for memprot, panic, monitor_ide 2021-01-27 12:35:49 +08:00
no_embedded_paths Support ESP32S3 Beta 3 target 2021-03-18 10:24:22 +08:00
panic panic: handlers can now be placed in flash 2021-04-15 11:58:46 +08:00
startup system: add test for simulating single core esp32 startup 2021-03-29 06:50:47 +00:00