micropython/examples/usercmodule/cppexample
stijn 8bb50c6301 unix/Makefile: Remove explicit addition of -std=c++ flag.
This was added merely for building the C++ user module example, so it's a
better fit to add it in the corresponding micropython.mk.
2022-02-18 14:40:16 +11:00
..
example.cpp examples: Add example code for user C modules, both C and C++. 2020-10-29 15:30:42 +11:00
examplemodule.c examples/usercmodules: Simplify user C module enabling. 2021-04-01 16:27:38 +11:00
examplemodule.h examples: Add example code for user C modules, both C and C++. 2020-10-29 15:30:42 +11:00
micropython.cmake examples/usercmodules: Simplify user C module enabling. 2021-04-01 16:27:38 +11:00
micropython.mk unix/Makefile: Remove explicit addition of -std=c++ flag. 2022-02-18 14:40:16 +11:00