mirror of
https://github.com/micropython/micropython.git
synced 2025-09-05 17:30:41 +02:00
Support C++ code in .cpp files by providing CXX counterparts of the _USERMOD_ flags we have for C already. This merely enables the Makefile of user C modules to use variables specific to C++ compilation, it is still up to each port's main Makefile to also include these in the build.