esp-idf/tools/test_apps/system/cxx_no_except
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
..
main [C++]: wrapper functions around unwind code 2021-04-20 14:27:58 +08:00
CMakeLists.txt [C++]: wrapper functions around unwind code 2021-04-20 14:27:58 +08:00
README.md [C++]: wrapper functions around unwind code 2021-04-20 14:27:58 +08:00
sdkconfig.ci.riscv [C++]: wrapper functions around unwind code 2021-04-20 14:27:58 +08:00
sdkconfig.ci.xtensa [C++]: wrapper functions around unwind code 2021-04-20 14:27:58 +08:00

Supported Targets ESP32 ESP32-C3