summaryrefslogtreecommitdiff
path: root/py/persistentcode.h
AgeCommit message (Expand)Author
2025-02-11py/persistentcode: Add mp_raw_code_save_fun_to_bytes.Damien George
2024-06-21py/emitndebug: Add native debug emitter.Damien George
2024-06-21mpy-cross: Add RISC-V RV32IMC support in MPY files.Alessandro Gatti
2024-03-28py/persistentcode: Bump .mpy sub-version to 6.3.Damien George
2023-10-16py/persistentcode: Bump .mpy sub-version.Damien George
2023-10-12py/builtinevex: Handle invalid filenames for execfile.Jim Mussared
2022-12-08py: Pass in address to compiled module instead of returning it.Damien George
2022-09-19py/persistentcode: Introduce .mpy sub-version.Jim Mussared
2022-05-23py/persistentcode: Select ARMV6M as maximum when __thumb2__ not defined.Damien George
2022-05-17py/persistentcode: Remove unicode feature flag from .mpy file.Damien George
2022-04-14py/persistentcode: Support loading and saving tuples in .mpy files.Damien George
2022-04-14py/persistentcode: Define enum values for obj types instead of letters.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
2019-12-12py/persistentcode: Make ARM Thumb archs support multiple sub-archs.Damien George
2019-12-12py/persistentcode: Add ability to relocate loaded native code.Damien George
2019-11-04py/modsys: Report .mpy version in sys.implementation.Damien George
2019-11-04py/persistentcode: Move declarations for .mpy header from .c to .h file.Damien George
2019-10-05py: Add new Xtensa-Windowed arch for native emitter.Damien George
2019-09-26py/persistentcode: Bump .mpy version to 5.Damien George
2019-05-07mpy-cross: Add --version command line option to print version info.Damien George
2019-03-08py: Add support to save native, viper and asm code to .mpy files.Damien George
2016-11-16py: Factor out persistent-code reader into separate files.Damien George
2016-11-16py: Factor persistent code load/save funcs into persistentcode.[ch].Damien George