micropython/ports/unix/variants/coverage
Rob Knegjens d2e4cf00cc unix: Enable MICROPY_GC_SPLIT_HEAP on coverage build.
With a new option to evenly split the GC heap over multiple areas.  This
adds code coverage for gc_add() and code associated with
MICROPY_GC_SPLIT_HEAP.
2022-07-23 00:43:08 +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: Enable MICROPY_GC_SPLIT_HEAP on coverage build. 2022-07-23 00:43:08 +10:00
mpconfigvariant.mk examples/usercmodules: Simplify user C module enabling. 2021-04-01 16:27:38 +11:00