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
/
py
/
frozenmod.c
Commit message (
Expand
)
Author
Age
*
all: Use the name MicroPython consistently in comments
Alexander Steffen
2017-07-31
*
py/modio: Implement uio.resource_stream(package, resource_path).
Paul Sokolovsky
2017-05-03
*
py: Allow to stat and import frozen mpy files using new frozen "VFS".
Damien George
2016-05-23
*
py/{builtinimport,frozenmod}: Rework frozen modules support to support packages.
Paul Sokolovsky
2016-05-21
*
py/frozenmod: Pass the source name of the frozen module to the lexer.
Damien George
2016-04-17
*
py: Add ability to have frozen persistent bytecode from .mpy files.
Damien George
2016-04-13
*
py/frozenmod: Allow port to override lexer to use for frozen modules.
Paul Sokolovsky
2016-03-16
*
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
*
frozenmod: Include header with function prototypes.
Paul Sokolovsky
2015-05-31
*
py: Implement very simple frozen modules support.
Paul Sokolovsky
2015-01-20