index
:
user/sven/micropython.git
for-upstream
master
old
stmhal-flash
origin/HEAD
origin/docs/library/bluetooth
origin/master
origin/parse-bytecode
origin/v1.22-release
origin/v1.24-release
The MicroPython project
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
py
/
persistentcode.h
Age
Commit message (
Expand
)
Author
2025-02-11
py/persistentcode: Add mp_raw_code_save_fun_to_bytes.
Damien George
2024-06-21
py/emitndebug: Add native debug emitter.
Damien George
2024-06-21
mpy-cross: Add RISC-V RV32IMC support in MPY files.
Alessandro Gatti
2024-03-28
py/persistentcode: Bump .mpy sub-version to 6.3.
Damien George
2023-10-16
py/persistentcode: Bump .mpy sub-version.
Damien George
2023-10-12
py/builtinevex: Handle invalid filenames for execfile.
Jim Mussared
2022-12-08
py: Pass in address to compiled module instead of returning it.
Damien George
2022-09-19
py/persistentcode: Introduce .mpy sub-version.
Jim Mussared
2022-05-23
py/persistentcode: Select ARMV6M as maximum when __thumb2__ not defined.
Damien George
2022-05-17
py/persistentcode: Remove unicode feature flag from .mpy file.
Damien George
2022-04-14
py/persistentcode: Support loading and saving tuples in .mpy files.
Damien George
2022-04-14
py/persistentcode: Define enum values for obj types instead of letters.
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
2019-12-12
py/persistentcode: Make ARM Thumb archs support multiple sub-archs.
Damien George
2019-12-12
py/persistentcode: Add ability to relocate loaded native code.
Damien George
2019-11-04
py/modsys: Report .mpy version in sys.implementation.
Damien George
2019-11-04
py/persistentcode: Move declarations for .mpy header from .c to .h file.
Damien George
2019-10-05
py: Add new Xtensa-Windowed arch for native emitter.
Damien George
2019-09-26
py/persistentcode: Bump .mpy version to 5.
Damien George
2019-05-07
mpy-cross: Add --version command line option to print version info.
Damien George
2019-03-08
py: Add support to save native, viper and asm code to .mpy files.
Damien George
2016-11-16
py: Factor out persistent-code reader into separate files.
Damien George
2016-11-16
py: Factor persistent code load/save funcs into persistentcode.[ch].
Damien George