index
:
user/sven/micropython.git
for-upstream
master
old
stmhal-flash
origin/HEAD
origin/dependabot/github_actions/actions/cache-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
/
tools
/
mpy_ld.py
Age
Commit message (
Expand
)
Author
7 days
tools/mpy_ld.py: Add RV64 natmod support.
Alessandro Gatti
7 days
tools/mpy_ld.py: Fix handling of R_RISCV_TLSDESC_LOAD_LO12.
Alessandro Gatti
7 days
tools/mpy_ld.py: Fix R_RISCV_GOT32_PCREL handling.
Alessandro Gatti
2025-07-24
all: Go back to using default ruff quote style.
Damien George
2025-06-10
tools/mpy_ld.py: Support R_ARM_ABS32 relocation in text.
Damien George
2025-06-04
tools/mpy_ld.py: Resolve fixed-address symbols if requested.
Alessandro Gatti
2025-04-24
top: Bump Ruff version to v0.11.6.
Angus Gratton
2025-04-03
tools/mpy_ld.py: Give better error for unsupported ARM absolute relocs.
Jon Nordby
2025-03-17
tools/mpy_ld.py: Allow linking static libraries.
Volodymyr Shymanskyy
2024-12-23
tools/mpy_ld.py: Add native modules support for RV32 code.
Alessandro Gatti
2024-09-19
tools/mpy_ld.py: Support jumping more than 2k on armv6m architectures.
Damien George
2024-09-06
tools/mpy_ld.py: Ignore R_XTENSA_ASM_EXPAND relocation entries.
Alessandro Gatti
2024-05-24
py/dynruntime: Export mp_load_method_maybe and mp_arg_parse_all* funcs.
Brian Pugh
2024-05-23
py/dynruntime: Add mp_obj_exception_init function to create C exception.
Damien George
2024-03-28
py/persistentcode: Bump .mpy sub-version to 6.3.
Damien George
2024-03-28
py/dynruntime: Add mp_binary_get_size/get_val_array/set_val_array.
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-09-01
tools/mpy_ld.py: Support more complex rodata sections.
Jon Nordby
2023-08-16
tools/mpy_ld.py: Pre-declare some local variables to appease linter.
Angus Gratton
2023-05-02
all: Fix cases of Python variable assigned but never used.
Christian Clauss
2022-09-19
py/persistentcode: Introduce .mpy sub-version.
Jim Mussared
2022-06-10
tools/mpy_ld.py: Support GOT entries that reference inside mp_fun_table.
Damien George
2022-06-09
tools/mpy_ld.py: Support R_XTENSA_PDIFF32 relocation.
Damien George
2022-06-07
py/persistentcode: Remove remaining native qstr linking support.
Damien George
2022-05-23
py/dynruntime.mk: Add basic support for armv6m architecture.
Damien George
2022-05-17
py/persistentcode: Remove unicode feature flag from .mpy file.
Damien George
2022-05-17
tools/mpy_ld.py: Remove obsolete QSTR_WINDOW_SIZE constant.
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
2021-05-20
tools/mpy_ld.py: Support R_X86_64_GOTPCREL reloc for x86-64 arch.
Damien George
2020-08-29
all: Update Python code to conform to latest black formatting.
Damien George
2020-02-28
all: Reformat C and Python source code with tools/codeformat.py.
Damien George
2019-12-17
py/persistentcode: Move loading of rodata/bss to before obj/raw-code.
Damien George
2019-12-12
py/dynruntime: Add support for float API to make/get floats.
Damien George
2019-12-12
tools/mpy_ld.py: Add new mpy_ld.py tool and associated build files.
Damien George