circuitpython/docs/develop
Damien George d87f42b0e5 examples/usercmodules: Simplify user C module enabling.
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-04-01 16:27:38 +11:00
..
img docs/develop: Add MicroPython Internals chapter. 2021-01-27 16:59:58 +11:00
cmodules.rst examples/usercmodules: Simplify user C module enabling. 2021-04-01 16:27:38 +11:00
compiler.rst docs/develop: Add MicroPython Internals chapter. 2021-01-27 16:59:58 +11:00
extendingmicropython.rst docs/develop: Add MicroPython Internals chapter. 2021-01-27 16:59:58 +11:00
gettingstarted.rst all: Add .git-blame-ignore-revs for fixing up git blame output. 2021-03-15 11:07:29 +01:00
index.rst docs/develop: Add MicroPython Internals chapter. 2021-01-27 16:59:58 +11:00
library.rst docs/develop: Add MicroPython Internals chapter. 2021-01-27 16:59:58 +11:00
maps.rst docs/develop: Add MicroPython Internals chapter. 2021-01-27 16:59:58 +11:00
memorymgt.rst docs/develop: Add MicroPython Internals chapter. 2021-01-27 16:59:58 +11:00
natmod.rst docs/develop/natmod: Fix a small typo, con->can. 2021-01-30 15:20:44 +11:00
optimizations.rst docs/develop: Add MicroPython Internals chapter. 2021-01-27 16:59:58 +11:00
porting.rst docs/develop: Add MicroPython Internals chapter. 2021-01-27 16:59:58 +11:00
publiccapi.rst docs/develop: Add MicroPython Internals chapter. 2021-01-27 16:59:58 +11:00
qstr.rst docs/develop: Add MicroPython Internals chapter. 2021-01-27 16:59:58 +11:00
writingtests.rst tests: Rename run-tests to run-tests.py for consistency. 2021-03-12 19:56:09 +11:00