summaryrefslogtreecommitdiff
path: root/docs/develop/cmodules.rst
AgeCommit message (Expand)Author
2024-08-01py/py.mk: Add SRC_USERMOD_LIB_ASM to include assembly files.George Hopkins
2023-04-27all: Fix spelling mistakes based on codespell check.Damien George
2022-11-23examples/usercmodule: Add example of a native C class.Laurens Valk
2022-10-11py/py.mk: Make user-C-module handling self-contained in py.mk.Jim Mussared
2022-06-02all: Remove third argument to MP_REGISTER_MODULE.Damien George
2021-05-04docs: Fix some spelling mistakes.Mike Causer
2021-04-02docs/develop: Improve user C modules to properly describe how to build.Damien George
2021-04-01examples/usercmodules: Simplify user C module enabling.Damien George
2021-03-31docs/develop/cmodules.rst: Document C-modules and micropython.cmake.Phil Howard
2020-10-29docs/develop/cmodules.rst: Add link to source code for user C example.Damien George
2020-10-29examples: Add example code for user C modules, both C and C++.stijn
2020-10-29py/py.mk: Support C++ code for user C modules.stijn
2020-01-06docs: More consistent capitalization and use of articles in headings.Jason Neal
2019-12-19docs/develop: Add documentation on how to build native .mpy modules.Damien George
2019-04-18docs/cmodules: Note the various ways MODULE_EXAMPLE_ENABLED can be set.Daniel O'Connor
2019-04-15docs/cmodules: Fix example to globally define MODULE_EXAMPLE_ENABLED.Daniel O'Connor
2019-03-13docs/develop: Fix typos in C-module example for example_add_ints.Martin Fischer
2019-03-08py: Update and rework build system for including external C modules.Andrew Leech