esp-idf/tools/test_apps/system
Jakob Hasse dd08575c29 [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 15:09:46 +08:00
..
build_test test_apps: add build test for !CONFIG_SPI_FLASH_YIELD_DURING_ERASE 2020-10-14 02:42:46 +00:00
cxx_no_except [C++]: wrapper functions around unwind code 2021-06-01 15:09:46 +08:00
gdb_loadable_elf Add JTAG related example tests 2020-05-05 11:08:33 +02:00
panic Merge branch 'bugfix/panic_instr_fetch_prohibited_v4.2' into 'release/v4.2' 2020-12-16 04:09:37 +08:00
startup ci: add startup test with -O2 optimization level 2020-09-04 21:33:49 +02:00