index
:
micropython
master
parse-bytecode
v1.22-release
v1.24-release
MicroPython - a lean and efficient Python implementation for microcontrollers and constrained systems
Aslak Raanes
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
tools
/
mpy_ld.py
Commit message (
Expand
)
Author
Age
*
all: Fix cases of Python variable assigned but never used.
Christian Clauss
2023-05-02
*
py/persistentcode: Introduce .mpy sub-version.
Jim Mussared
2022-09-19
*
tools/mpy_ld.py: Support GOT entries that reference inside mp_fun_table.
Damien George
2022-06-10
*
tools/mpy_ld.py: Support R_XTENSA_PDIFF32 relocation.
Damien George
2022-06-09
*
py/persistentcode: Remove remaining native qstr linking support.
Damien George
2022-06-07
*
py/dynruntime.mk: Add basic support for armv6m architecture.
Damien George
2022-05-23
*
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-05-17
*
py: Rework bytecode and .mpy file format to be mostly static data.
Damien George
2022-02-24
*
all: Remove MICROPY_OPT_CACHE_MAP_LOOKUP_IN_BYTECODE.
Jim Mussared
2021-09-16
*
tools/mpy_ld.py: Support R_X86_64_GOTPCREL reloc for x86-64 arch.
Damien George
2021-05-20
*
all: Update Python code to conform to latest black formatting.
Damien George
2020-08-29
*
all: Reformat C and Python source code with tools/codeformat.py.
Damien George
2020-02-28
*
py/persistentcode: Move loading of rodata/bss to before obj/raw-code.
Damien George
2019-12-17
*
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
2019-12-12