circuitpython/ports/unix/variants/coverage
Damien George fe55d3e016 unix/variants: Move setting of MICROPY_PY_USELECT to port config file.
The default is the same as before: MICROPY_PY_USELECT=0 and
MICROPY_PY_USELECT_POSIX=1.  But now this can be easily overridden at the
make command-line using, eg:

    make VARIANT=dev CFLAGS_EXTRA=-DMICROPY_PY_USELECT=1

Signed-off-by: Damien George <damien@micropython.org>
2022-06-29 12:22:56 +10:00
..
frzmpy ports: Reformat more C and Python source code. 2022-04-20 16:17:35 +10:00
frzstr ports: Reformat more C and Python source code. 2022-04-20 16:17:35 +10:00
manifest.py unix: Make manifest selection match other ports. 2020-07-01 22:42:55 +10:00
mpconfigvariant.h unix/variants: Move setting of MICROPY_PY_USELECT to port config file. 2022-06-29 12:22:56 +10:00
mpconfigvariant.mk examples/usercmodules: Simplify user C module enabling. 2021-04-01 16:27:38 +11:00