summaryrefslogtreecommitdiffstatshomepage
path: root/tools/mpy_ld.py
Commit message (Expand)AuthorAge
* all: Fix cases of Python variable assigned but never used.Christian Clauss2023-05-02
* py/persistentcode: Introduce .mpy sub-version.Jim Mussared2022-09-19
* tools/mpy_ld.py: Support GOT entries that reference inside mp_fun_table.Damien George2022-06-10
* tools/mpy_ld.py: Support R_XTENSA_PDIFF32 relocation.Damien George2022-06-09
* py/persistentcode: Remove remaining native qstr linking support.Damien George2022-06-07
* py/dynruntime.mk: Add basic support for armv6m architecture.Damien George2022-05-23
* py/persistentcode: Remove unicode feature flag from .mpy file.Damien George2022-05-17
* tools/mpy_ld.py: Remove obsolete QSTR_WINDOW_SIZE constant.Damien George2022-05-17
* py: Rework bytecode and .mpy file format to be mostly static data.Damien George2022-02-24
* all: Remove MICROPY_OPT_CACHE_MAP_LOOKUP_IN_BYTECODE.Jim Mussared2021-09-16
* tools/mpy_ld.py: Support R_X86_64_GOTPCREL reloc for x86-64 arch.Damien George2021-05-20
* all: Update Python code to conform to latest black formatting.Damien George2020-08-29
* all: Reformat C and Python source code with tools/codeformat.py.Damien George2020-02-28
* py/persistentcode: Move loading of rodata/bss to before obj/raw-code.Damien George2019-12-17
* py/dynruntime: Add support for float API to make/get floats.Damien George2019-12-12
* tools/mpy_ld.py: Add new mpy_ld.py tool and associated build files.Damien George2019-12-12