micropython/examples/usercmodule/cppexample
Jim Mussared 5e04521251 examples/usercmodule: Add a sub-package example.
This demonstrates how to add a sub-package in a user c module, as well
as how to define the necessary qstrs and enable the feature in the build.

This is used by the unix coverage build to test this feature.

This work was funded through GitHub Sponsors.

Signed-off-by: Jim Mussared <jim.mussared@gmail.com>
2023-06-01 16:21:37 +10: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/usercmodule: Add a sub-package example. 2023-06-01 16:21:37 +10: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