circuitpython/docs/develop
stijn 0153148fd2 py/py.mk: Support C++ code for user C modules.
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.
2020-10-29 15:29:20 +11:00
..
cmodules.rst py/py.mk: Support C++ code for user C modules. 2020-10-29 15:29:20 +11:00
index.rst docs/develop: Add documentation on how to build native .mpy modules. 2019-12-19 17:07:53 +11:00
natmod.rst docs/develop: Add notes on prerequisite tools for building native .mpy. 2020-09-25 12:25:29 +10:00
qstr.rst docs: Fix reference to QSTR_GEN_CFLAGS Makefile flag. 2020-10-29 15:28:18 +11:00