micropython/examples/usercmodule/subpackage
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
..
README.md examples/usercmodule: Add a sub-package example. 2023-06-01 16:21:37 +10:00
micropython.cmake examples/usercmodule: Add a sub-package example. 2023-06-01 16:21:37 +10:00
micropython.mk examples/usercmodule: Add a sub-package example. 2023-06-01 16:21:37 +10:00
modexamplepackage.c examples/usercmodule: Add a sub-package example. 2023-06-01 16:21:37 +10:00
qstrdefsexamplepackage.h examples/usercmodule: Add a sub-package example. 2023-06-01 16:21:37 +10:00

README.md

This is an example of a user C module that includes subpackages.