index
:
user/sven/micropython.git
for-upstream
master
old
stmhal-flash
origin/HEAD
origin/docs/library/bluetooth
origin/master
origin/parse-bytecode
origin/v1.22-release
origin/v1.24-release
The MicroPython project
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ports
/
unix
/
variants
/
coverage
/
mpconfigvariant.h
Age
Commit message (
Expand
)
Author
2025-07-06
unix/variants/coverage: Enable sys.settrace.
Jeff Epler
2025-06-04
unix/coverage: Add coverage test for mp_sched_schedule_node.
Andrew Leech
2025-04-21
unix/variants: Enable os.uname() in coverage build for tests.
Yoctopuce dev
2025-03-06
unix/main: Add coverage test for mounting ROMFS filesystem at startup.
Damien George
2023-06-08
all: Rename UMODULE to MODULE in preprocessor/Makefile vars.
Jim Mussared
2023-04-26
extmod/btstack: Fix indicate/notify queuing.
Jim Mussared
2022-09-13
py/mpconfig: Add "everything" features from unix coverage.
Jim Mussared
2022-09-13
unix: Refactor mpconfigport.h and mpconfigvariant.h.
Jim Mussared
2022-07-23
unix: Enable MICROPY_GC_SPLIT_HEAP on coverage build.
Rob Knegjens
2022-06-29
unix/variants/coverage: Change config to use ROM level everything.
Damien George
2022-06-29
unix/variants: Enable remaining options on dev,coverage from ROM extra.
Damien George
2022-06-29
unix/variants: Move setting of MICROPY_PY_USELECT to port config file.
Damien George
2022-06-07
unix/variants: Enable seeding random module on import in dev, coverage.
Damien George
2022-05-05
py/malloc: Introduce m_tracked_calloc, m_tracked_free functions.
Damien George
2022-03-10
unix/variants: Enable a few optimisations and features on dev, coverage.
Damien George
2022-03-10
unix/variants: Use rom feature config for standard, dev, coverage.
Damien George
2022-03-10
py/modsys: Add optional mutable attributes sys.ps1/ps2 and use them.
Damien George
2022-03-10
py/modsys: Add optional sys.tracebacklimit attribute.
Damien George
2022-03-09
unix/moduos: Convert module to use extmod version.
Damien George
2022-01-23
py/modmath: Add math.tau, math.nan and math.inf constants.
stijn
2021-12-17
py/modio: Remove io.resource_stream function.
Jim Mussared
2020-10-01
unix/variants: Enable MICROPY_DEBUG_PARSE_RULE_NAME on coverage build.
Damien George
2020-09-18
tests/basics: Add test for MICROPY_PY_ALL_INPLACE_SPECIAL_METHODS ops.
Damien George
2020-03-26
unix: Enable uasyncio C helper module on coverage build.
Damien George
2020-03-18
unix: Remove custom file implementation to use extmod's VFS POSIX one.
Damien George
2020-03-11
py/modmicropython: Add heap_locked function to test state of heap.
Andrew Leech
2020-01-12
lib/mp-readline: Add word-based move/delete EMACS key sequences.
Yonatan Goldschmidt
2020-01-12
unix: Add build variants, analogous to boards on bare-metal.
Jim Mussared