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