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
/
make-frozen.py
Commit message (
Expand
)
Author
Age
*
tools/make-frozen: Update for latest changes in frozen modules support.
Paul Sokolovsky
2016-05-21
*
tools/make-frozen.py: Quick fix to support package-modules.
Paul Sokolovsky
2016-05-14
*
tools/make-frozen.py: Properly escape hex chars when making C strings.
Damien George
2016-05-13
*
py: Add ability to have frozen persistent bytecode from .mpy files.
Damien George
2016-04-13
*
py/frozenmod: Store frozen module names together, to quickly scan them.
Paul Sokolovsky
2016-01-03
*
py/frozenmod: Make frozen module content be 0-terminated.
Paul Sokolovsky
2016-01-01
*
tools/make-frozen.py: Use Python2-compatible shebang.
Paul Sokolovsky
2015-07-06
*
tools/make-frozen.py: Actually make Python2-compatible.
Paul Sokolovsky
2015-07-06
*
tools/make-frozen.py: Add Python2 compatibility.
Paul Sokolovsky
2015-07-06
*
tools/make-frozen.py: Handle trailing slash in argument more reliably.
Paul Sokolovsky
2015-06-03
*
tools/make-frozen.py: Open files in binary mode.
Paul Sokolovsky
2015-05-30
*
tools/make-frozen.py: Preserve directory hierarchy.
Paul Sokolovsky
2015-05-30
*
py: Implement very simple frozen modules support.
Paul Sokolovsky
2015-01-20