Zephyr C++ support #CPP
gianluca torta
Hi all,
I read here: https://docs.zephyrproject.org/3.0.0/reference/kernel/other/cxx_support.html that Zephyr supports C++ applications, but that the kernel does not support the new and delete operators, which looks quite restrictive to me (since the standard library itself uses those features) Here however: https://github.com/zephyrproject-rtos/zephyr/issues/31281 I read that STL is among the C++ "things that work" in Zephyr I am missing something? My interest is in writing C++ applications over Zephyr, not drivers/kernel modules thanks in advance! Gianluca |
|