Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-04-01 | examples/usercmodules: Simplify user C module enabling. | Damien George | |
It's a bit of a pitfall with user C modules that including them in the build does not automatically enable them. This commit changes the docs and examples for user C modules to encourage writers of user C modules to enable them unconditionally. This makes things simpler and covers most use cases. See discussion in issue #6960, and also #7086. Signed-off-by: Damien George <damien@micropython.org> | |||
2021-03-31 | examples/usercmodule: Add micropython.cmake to the C and CPP examples. | Phil Howard | |
examples/usercmodule/micropython.cmake: Root micropython.cmake file is responsible for including modules. examples/usercmodule/cexample/micropython.cmake: examples/usercmodule/cppexample/micropython.cmake: Module micropython.cmake files define the target and link it to usermod. Signed-off-by: Phil Howard <phil@pimoroni.com> |