micropython/ports/unix/variants/coverage
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
..
frzmpy unix: Make manifest selection match other ports. 2020-07-01 22:42:55 +10:00
frzstr unix: Make manifest selection match other ports. 2020-07-01 22:42:55 +10:00
manifest.py unix: Make manifest selection match other ports. 2020-07-01 22:42:55 +10:00
mpconfigvariant.h unix/variants: Enable MICROPY_DEBUG_PARSE_RULE_NAME on coverage build. 2020-10-01 15:26:43 +10:00
mpconfigvariant.mk examples/usercmodules: Simplify user C module enabling. 2021-04-01 16:27:38 +11:00