index
:
user/sven/micropython.git
for-upstream
master
old
stmhal-flash
origin/HEAD
origin/dependabot/github_actions/actions/upload-artifact-5
origin/master
origin/parse-bytecode
origin/v1.22-release
origin/v1.24-release
origin/v1.26-release
The MicroPython project
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
docs
/
develop
/
cmodules.rst
Age
Commit message (
Expand
)
Author
2021-05-04
docs: Fix some spelling mistakes.
Mike Causer
2021-04-02
docs/develop: Improve user C modules to properly describe how to build.
Damien George
2021-04-01
examples/usercmodules: Simplify user C module enabling.
Damien George
2021-03-31
docs/develop/cmodules.rst: Document C-modules and micropython.cmake.
Phil Howard
2020-10-29
docs/develop/cmodules.rst: Add link to source code for user C example.
Damien George
2020-10-29
examples: Add example code for user C modules, both C and C++.
stijn
2020-10-29
py/py.mk: Support C++ code for user C modules.
stijn
2020-01-06
docs: More consistent capitalization and use of articles in headings.
Jason Neal
2019-12-19
docs/develop: Add documentation on how to build native .mpy modules.
Damien George
2019-04-18
docs/cmodules: Note the various ways MODULE_EXAMPLE_ENABLED can be set.
Daniel O'Connor
2019-04-15
docs/cmodules: Fix example to globally define MODULE_EXAMPLE_ENABLED.
Daniel O'Connor
2019-03-13
docs/develop: Fix typos in C-module example for example_add_ints.
Martin Fischer
2019-03-08
py: Update and rework build system for including external C modules.
Andrew Leech