OVMS3-idf/components/cxx
Anton Maklakov c45fdf754f C++: prepare RTTI support
Ref. https://github.com/espressif/esp-idf/issues/1684

Also, for full RTTI support, libstdc++.a in the toolchain should be built
in both with RTTI and w/o RTTI options. Multilib with -fno-rtti
flag is used for that.

Note that this commit does not actually enable RTTI support.
The respective Kconfig option is hidden, and will be made visible when
the toolchain is updated.
2019-10-31 11:20:16 +07:00
..
test ci: disable unavailable tests for esp32s2beta 2019-09-04 10:53:25 +10:00
CMakeLists.txt C++: prepare RTTI support 2019-10-31 11:20:16 +07:00
component.mk Rename Kconfig options (root) 2019-05-21 09:09:01 +02:00
cxx_exception_stubs.cpp Rename Kconfig options (root) 2019-05-21 09:09:01 +02:00
cxx_guards.cpp tools: Mass fixing of empty prototypes (for -Wstrict-prototypes) 2019-08-01 16:28:56 +07:00