summaryrefslogtreecommitdiff
path: root/tools/mpy_ld.py
AgeCommit message (Expand)Author
2024-09-19tools/mpy_ld.py: Support jumping more than 2k on armv6m architectures.Damien George
2024-09-06tools/mpy_ld.py: Ignore R_XTENSA_ASM_EXPAND relocation entries.Alessandro Gatti
2024-05-24py/dynruntime: Export mp_load_method_maybe and mp_arg_parse_all* funcs.Brian Pugh
2024-05-23py/dynruntime: Add mp_obj_exception_init function to create C exception.Damien George
2024-03-28py/persistentcode: Bump .mpy sub-version to 6.3.Damien George
2024-03-28py/dynruntime: Add mp_binary_get_size/get_val_array/set_val_array.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-09-01tools/mpy_ld.py: Support more complex rodata sections.Jon Nordby
2023-08-16tools/mpy_ld.py: Pre-declare some local variables to appease linter.Angus Gratton
2023-05-02all: Fix cases of Python variable assigned but never used.Christian Clauss
2022-09-19py/persistentcode: Introduce .mpy sub-version.Jim Mussared
2022-06-10tools/mpy_ld.py: Support GOT entries that reference inside mp_fun_table.Damien George
2022-06-09tools/mpy_ld.py: Support R_XTENSA_PDIFF32 relocation.Damien George
2022-06-07py/persistentcode: Remove remaining native qstr linking support.Damien George
2022-05-23py/dynruntime.mk: Add basic support for armv6m architecture.Damien George
2022-05-17py/persistentcode: Remove unicode feature flag from .mpy file.Damien George
2022-05-17tools/mpy_ld.py: Remove obsolete QSTR_WINDOW_SIZE constant.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
2021-05-20tools/mpy_ld.py: Support R_X86_64_GOTPCREL reloc for x86-64 arch.Damien George
2020-08-29all: Update Python code to conform to latest black formatting.Damien George
2020-02-28all: Reformat C and Python source code with tools/codeformat.py.Damien George
2019-12-17py/persistentcode: Move loading of rodata/bss to before obj/raw-code.Damien George
2019-12-12py/dynruntime: Add support for float API to make/get floats.Damien George
2019-12-12tools/mpy_ld.py: Add new mpy_ld.py tool and associated build files.Damien George