summaryrefslogtreecommitdiff
path: root/ports/unix/variants/coverage/mpconfigvariant.h
AgeCommit message (Expand)Author
2025-07-06unix/variants/coverage: Enable sys.settrace.Jeff Epler
2025-06-04unix/coverage: Add coverage test for mp_sched_schedule_node.Andrew Leech
2025-04-21unix/variants: Enable os.uname() in coverage build for tests.Yoctopuce dev
2025-03-06unix/main: Add coverage test for mounting ROMFS filesystem at startup.Damien George
2023-06-08all: Rename UMODULE to MODULE in preprocessor/Makefile vars.Jim Mussared
2023-04-26extmod/btstack: Fix indicate/notify queuing.Jim Mussared
2022-09-13py/mpconfig: Add "everything" features from unix coverage.Jim Mussared
2022-09-13unix: Refactor mpconfigport.h and mpconfigvariant.h.Jim Mussared
2022-07-23unix: Enable MICROPY_GC_SPLIT_HEAP on coverage build.Rob Knegjens
2022-06-29unix/variants/coverage: Change config to use ROM level everything.Damien George
2022-06-29unix/variants: Enable remaining options on dev,coverage from ROM extra.Damien George
2022-06-29unix/variants: Move setting of MICROPY_PY_USELECT to port config file.Damien George
2022-06-07unix/variants: Enable seeding random module on import in dev, coverage.Damien George
2022-05-05py/malloc: Introduce m_tracked_calloc, m_tracked_free functions.Damien George
2022-03-10unix/variants: Enable a few optimisations and features on dev, coverage.Damien George
2022-03-10unix/variants: Use rom feature config for standard, dev, coverage.Damien George
2022-03-10py/modsys: Add optional mutable attributes sys.ps1/ps2 and use them.Damien George
2022-03-10py/modsys: Add optional sys.tracebacklimit attribute.Damien George
2022-03-09unix/moduos: Convert module to use extmod version.Damien George
2022-01-23py/modmath: Add math.tau, math.nan and math.inf constants.stijn
2021-12-17py/modio: Remove io.resource_stream function.Jim Mussared
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-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-12lib/mp-readline: Add word-based move/delete EMACS key sequences.Yonatan Goldschmidt
2020-01-12unix: Add build variants, analogous to boards on bare-metal.Jim Mussared