aboutsummaryrefslogtreecommitdiff
path: root/ports/unix/variants/coverage
AgeCommit message (Expand)Author
2021-04-01examples/usercmodules: Simplify user C module enabling.Damien George
2020-10-29unix/Makefile: Move coverage.c and coveragecpp.cpp to coverage variant.Damien George
2020-10-29examples: Add example code for user C modules, both C and C++.stijn
2020-10-01unix/variants: Enable MICROPY_DEBUG_PARSE_RULE_NAME on coverage build.Damien George
2020-09-18tests/basics: Add test for MICROPY_PY_ALL_INPLACE_SPECIAL_METHODS ops.Damien George
2020-09-08unix: Implement BLE H4 HCI UART for btstack/nimble.Jim Mussared
2020-07-01unix: Make manifest selection match other ports.Jim Mussared
2020-04-29unix: Enable modbluetooth on the "dev" and "coverage" variants.Jim Mussared
2020-04-18all: Enable extra conversion warnings where applicable.stijn
2020-04-13unix: Fix behaviour of COPT/NDEBUG for unix variants.Jim Mussared
2020-04-05ports: Enable error text compression for various ports, but not all.Jim Mussared
2020-03-26unix: Enable uasyncio C helper module on coverage build.Damien George
2020-03-18unix: Remove custom file implementation to use extmod's VFS POSIX one.Damien George
2020-03-11py/modmicropython: Add heap_locked function to test state of heap.Andrew Leech
2020-01-24unix/Makefile: Reserve CFLAGS_EXTRA/LDFLAGS_EXTRA for external use.Damien George
2020-01-12lib/mp-readline: Add word-based move/delete EMACS key sequences.Yonatan Goldschmidt
2020-01-12unix: Rename unix binaries to micropython-variant (not _variant).Jim Mussared
2020-01-12unix: Add build variants, analogous to boards on bare-metal.Jim Mussared