aboutsummaryrefslogtreecommitdiff
path: root/py/mpconfig.h
AgeCommit message (Expand)Author
2022-06-01extmod/machine_i2c: Add optional support for write-then-read transfers.Damien George
2022-05-26py/emitinlinethumb: Make ARMv7-M instruction use dynamically selectable.Damien George
2022-05-18py: Remove support for MICROPY_PORT_BUILTIN_MODULES.Jim Mussared
2022-05-17py/emitnative: Put a pointer to the native prelude in child_table array.Damien George
2022-05-17py/persistentcode: Remove unicode feature flag from .mpy file.Damien George
2022-05-05py/malloc: Introduce m_tracked_calloc, m_tracked_free functions.Damien George
2022-04-28py/modsys: Introduce sys.implementation._machine constant.Damien George
2022-04-28py/modsys: Append MicroPython git version and build date to sys.version.Damien George
2022-04-14py/parse: Add MICROPY_COMP_CONST_TUPLE option to build const tuples.Damien George
2022-04-14py/scheduler: Add support for scheduling static C-based callbacks.Damien George
2022-04-11extmod/modusocket: Provide config macro for socket.listen backlog deflt.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-10py/modsys: Add optional attribute delegation.Damien George
2022-03-10py/objmodule: Support delegating failed attr lookups.Damien George
2022-03-10windows: Switch to VFS subsystem and use VfsPosix.Damien George
2022-03-09extmod/moduos: Create general uos module to be used by all ports.Damien George
2022-02-24py: Rework bytecode and .mpy file format to be mostly static data.Damien George
2022-01-23py/modmath: Add math.tau, math.nan and math.inf constants.stijn
2022-01-17all: Bump version to 1.18.v1.18Damien George
2022-01-07py/mpconfig.h: Define MICROPY_PY_USSL_FINALISER only if not defined.Damien George
2022-01-07py/modbuiltins: Add additional macro for extending builtins.stijn
2021-12-19py/mpstate.h: Only include sys.path/argv objects in state when enabled.Damien George
2021-12-18py/runtime: Allow initialising sys.path/argv with defaults.Damien George
2021-12-17py/modio: Remove io.resource_stream function.Jim Mussared
2021-12-01py/builtinimport: Refactor module importing.Jim Mussared
2021-11-01py/gc: Add hook to run code during time consuming GC operations.Laurens Valk
2021-11-01py/mpconfig.h: Revert MICROPY_REPL_INFO to disabled at all levels.Damien George
2021-11-01py/mpconfig.h: Define the "extra" feature level.Jim Mussared
2021-10-15py: Add wrapper macros so hot VM functions can go in fast code location.Damien George
2021-09-16all: Remove MICROPY_OPT_CACHE_MAP_LOOKUP_IN_BYTECODE.Jim Mussared
2021-09-16py/map: Add an optional cache of (map+index) to speed up map lookups.Jim Mussared
2021-09-16py/vm: Add a fast path for LOAD_ATTR on instance types.Jim Mussared
2021-09-16py/mpconfig.h: Define initial templates for "feature levels".Jim Mussared
2021-09-02extmod/modonewire: Make _onewire module configurable via macro option.Damien George
2021-09-02extmod/machine_spi: Make SoftSPI configurable via macro option.Damien George
2021-09-02extmod/machine_i2c: Make SoftI2C configurable via macro option.Damien George
2021-09-02all: Bump version to 1.17.v1.17Damien George
2021-08-20stm32: Disable computed goto on constrained boards.Jim Mussared
2021-08-19extmod: Add machine.bitstream.Jim Mussared
2021-08-14py: Implement partial PEP-498 (f-string) support.Jim Mussared
2021-08-07extmod/modujson: Add support for dump/dumps separators keyword-argument.Peter Züger
2021-07-17extmod/moduselect: Conditionally compile select().David Lechner
2021-07-12all: Update to point to files in new shared/ directory.Damien George
2021-06-18all: Bump version to 1.16.v1.16Damien George
2021-04-30py/scheduler: Add optional port hook for when something is scheduled.Damien George
2021-04-30all: Rename mp_keyboard_interrupt to mp_sched_keyboard_interrupt.Damien George
2021-04-30py/scheduler: Add mp_sched_exception() to schedule a pending exception.Damien George
2021-04-27py: Add option to compile without any error messages at all.Damien George
2021-04-19all: Bump version to 1.15.v1.15Damien George