summaryrefslogtreecommitdiff
path: root/py/persistentcode.h
AgeCommit message (Expand)Author
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