mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-15 21:52:34 +00:00
Can choose the C++ standard (C++98/11/14/17/2a) Can link with standard C++ library (libstdc++) Add support of C++ exceptions Add support of C++ RTTI Add C++ options to subsys/cpp/Kconfig Implements new and delete using k_malloc and k_free if CONFIG_HEAP_MEM_POOL_SIZE is defined Signed-off-by: Benoit Leforestier <benoit.leforestier@gmail.com> |
||
|---|---|---|
| .. | ||
| generated | ||
| CMakeLists.txt | ||
| empty_file.c | ||
| Kconfig | ||
| printk.c | ||
| reboot.c | ||
| stats.c | ||