index
:
user/sven/micropython.git
for-upstream
master
old
stmhal-flash
origin/HEAD
origin/dependabot/github_actions/actions/upload-artifact-5
origin/master
origin/parse-bytecode
origin/v1.22-release
origin/v1.24-release
origin/v1.26-release
The MicroPython project
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
py
/
mpconfig.h
Age
Commit message (
Expand
)
Author
2021-06-18
all: Bump version to 1.16.
v1.16
Damien George
2021-04-30
py/scheduler: Add optional port hook for when something is scheduled.
Damien George
2021-04-30
all: Rename mp_keyboard_interrupt to mp_sched_keyboard_interrupt.
Damien George
2021-04-30
py/scheduler: Add mp_sched_exception() to schedule a pending exception.
Damien George
2021-04-27
py: Add option to compile without any error messages at all.
Damien George
2021-04-19
all: Bump version to 1.15.
v1.15
Damien George
2021-04-12
py/runtime: Make sys.modules preallocate to a configurable size.
matejcik
2021-02-04
py: Rename WORD_MSBIT_HIGH to MP_OBJ_WORD_MSBIT_HIGH.
Damien George
2021-02-04
all: Rename BYTES_PER_WORD to MP_BYTES_PER_OBJ_WORD.
Damien George
2021-02-04
py: Rename BITS_PER_BYTE to MP_BITS_PER_BYTE.
Damien George
2021-02-04
py: Remove BITS_PER_WORD definition.
Damien George
2021-02-03
all: Bump version to 1.14.
v1.14
Damien George
2021-01-30
py/persistentcode: Introduce MICROPY_PERSISTENT_CODE_SAVE_FILE option.
David CARLIER
2021-01-29
py/asmthumb: Add support for ARMv6M in native emitter.
graham sanderson
2020-10-22
py, extmod: Introduce and use MP_FALLTHROUGH macro.
Emil Renner Berthing
2020-10-01
py/parse: Expose rule-name printing as MICROPY_DEBUG_PARSE_RULE_NAME.
Damien George
2020-09-11
py: Fix handling of NaN in certain pow implementations.
stijn
2020-09-02
all: Bump version to 1.13.
v1.13
Damien George
2020-08-02
py/persistentcode: Maintain root ptr list of imported native .mpy code.
Damien George
2020-06-16
py/compile: Implement PEP 572, assignment expressions with := operator.
Damien George
2020-05-28
py/modmath: Work around msvc float bugs in atan2, fmod and modf.
stijn
2020-04-30
py/scheduler: Add option to wrap mp_sched_schedule in arbitrary attr.
Damien George
2020-04-23
all: Format code to add space after C++-style comment start.
stijn
2020-04-09
py/objexcept: Remove optional TimeoutError exception.
Damien George
2020-03-26
extmod/uasyncio: Add optional implementation of core uasyncio in C.
Damien George
2020-03-26
py/mpconfig.h: Enable MICROPY_MODULE_GETATTR by default.
Damien George
2020-03-25
all: Remove spaces between nested paren and inside function arg paren.
Damien George
2020-03-11
py/modmicropython: Add heap_locked function to test state of heap.
Andrew Leech
2020-02-28
all: Reformat C and Python source code with tools/codeformat.py.
Damien George
2020-02-07
py/scheduler: Allow a port to specify attrs for mp_keyboard_interrupt.
Damien George
2020-01-12
py/mpconfig.h: Define BITS_PER_BYTE only if not already defined.
Yonatan Goldschmidt
2020-01-13
py/obj: Add MICROPY_OBJ_IMMEDIATE_OBJS option to reduce code size.
Damien George
2020-01-13
py/obj.h: Redefine qstr object encoding to add immediate obj encoding.
Damien George
2020-01-12
lib/mp-readline: Add word-based move/delete EMACS key sequences.
Yonatan Goldschmidt
2019-12-28
py/objslice: Add support for indices() method on slice objects.
Nicko van Someren
2019-12-28
lib/utils/pyexec: Introduce MICROPY_REPL_INFO, wrap debug prints in it.
Yonatan Goldschmidt
2019-12-20
all: Bump version to 1.12.
v1.12
Damien George
2019-10-22
py: Automatically provide weak links from "foo" to "ufoo" module name.
Damien George
2019-10-05
py: Add new Xtensa-Windowed arch for native emitter.
Damien George
2019-08-30
py: Integrate sys.settrace feature into the VM and runtime.
Milan Rossa
2019-08-19
extmod/modure: Make regex dump-code debugging feature optional.
Damien George
2019-08-19
py: Introduce MP_UNREACHABLE macro to annotate unreachable code.
Damien George
2019-08-17
py/modmath: Implement math.isclose() for non-complex numbers.
stijn
2019-08-15
py: Implement new sys.atexit feature.
Milan Rossa
2019-06-28
py: Define EMIT_MACHINE_CODE as EMIT_NATIVE || EMIT_INLINE_ASM.
Jun Wu
2019-05-29
py/nativeglue: Remove dependency on mp_fun_table in dyn-compiler mode.
Damien George
2019-05-29
all: Bump version to 1.11.
v1.11
Damien George
2019-05-14
py/objarray: Add support for memoryview.itemsize attribute.
stijn
2019-05-06
extmod/moducryptolib: Add AES-CTR support.
Yonatan Goldschmidt
2019-03-08
py: Add independent config for debugging sentinel object values.
Damien George
[next]