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
/
tests
/
micropython
/
import_mpy_native_gc.py
Age
Commit message (
Expand
)
Author
2024-12-20
tests: Fix all file ioctl's to support only MP_STREAM_CLOSE.
Damien George
2024-09-26
py/persistentcode: Explicitly track native BSS/rodata when needed.
Damien George
2024-05-24
py/dynruntime: Export mp_load_method_maybe and mp_arg_parse_all* funcs.
Brian Pugh
2024-03-28
py/persistentcode: Bump .mpy sub-version to 6.3.
Damien George
2024-02-07
tests: Use vfs module instead of os.
Damien George
2023-10-16
py/persistentcode: Bump .mpy sub-version.
Damien George
2023-09-01
py/dynruntime.h: Implement MP_OBJ_NEW_QSTR.
Jim Mussared
2023-06-08
tests: Replace umodule with module everywhere.
Jim Mussared
2022-09-19
py/persistentcode: Introduce .mpy sub-version.
Jim Mussared
2022-06-07
py/persistentcode: Remove remaining native qstr linking support.
Damien George
2022-05-26
tests/micropython: Make import_mpy_native_gc run on ARMv6-M and above.
Damien George
2022-05-17
py/persistentcode: Remove unicode feature flag from .mpy file.
Damien George
2022-05-17
tests: Fix tests to use sys.implementation._mpy.
Damien George
2022-02-24
py: Rework bytecode and .mpy file format to be mostly static data.
Damien George
2021-09-16
all: Remove MICROPY_OPT_CACHE_MAP_LOOKUP_IN_BYTECODE.
Jim Mussared
2020-08-02
py/persistentcode: Maintain root ptr list of imported native .mpy code.
Damien George