micropython/ports/unix/variants
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
..
coverage examples/usercmodules: Simplify user C module enabling. 2021-04-01 16:27:38 +11:00
dev unix: Implement BLE H4 HCI UART for btstack/nimble. 2020-09-08 12:53:24 +10:00
fast unix/variants: Fix fast and freedos variants so they build again. 2020-08-30 13:48:26 +10:00
freedos unix/variants: Fix fast and freedos variants so they build again. 2020-08-30 13:48:26 +10:00
minimal all: Fix auto-enable of MICROPY_GCREGS_SETJMP to select GC behaviour. 2020-04-30 16:49:42 +10:00
nanbox unix: Rename unix binaries to micropython-variant (not _variant). 2020-01-12 10:37:40 +11:00
standard unix/Makefile: Allow to install all variants of the executable. 2020-02-16 23:37:40 +11:00
manifest.py unix: Make manifest selection match other ports. 2020-07-01 22:42:55 +10:00