index
:
suspect-devices/circuitpython
1.x
2.x
3.x
4.0.x
4.1.x
4.x
5.0.x
5.1.x
5.3.x
6.0.x
6.1.x
6.2.x
audiocore-rawsample-sinewave
azure
azure-pipelines
cross
dm-mixer
dynamic-native-modules
encoding
esp-extra-scripts
fix_typo_spanish
iabdalkader-cc3k-update
jepler-try-ubuntu-20.04
main
master
parse-bytecode
reentrant-gc
stable
travis-clang
travis-esp8266
travis-stackless
travis-testing
type_hints
CircuitPython - a Python implementation for teaching coding with microcontrollers
feurig
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
mpy-tool.py
Age
Commit message (
Expand
)
Author
2017-08-16
tools/mpy-tool.py: Fix missing argument in dump() function
stijn
2017-08-12
tools/mpy-tool.py: Don't generate const_table if it's empty.
Damien George
2017-05-16
tools/mpy-tool.py: Fix regression with freezing floats in obj repr C.
Damien George
2017-05-13
tools/mpy-tool.py: Use MP_ROM_xxx macros to support nanbox builds.
Damien George
2017-05-01
tools/mpy-tool: Make work if run from another directory.
Paul Sokolovsky
2017-04-22
py: Add LOAD_SUPER_METHOD bytecode to allow heap-free super meth calls.
Damien George
2017-02-17
py/persistentcode: Bump .mpy version due to change in bytecode.
Damien George
2017-01-05
tools/mpy-tool.py: Add support for OPT_CACHE_MAP_LOOKUP_IN_BYTECODE.
Damien George
2016-09-23
py: Update opcode format table because 3 opcodes were removed, 1 added.
Damien George
2016-09-03
tools/mpy-tool.py: Support freezing of complex numbers.
Damien George
2016-09-02
tools/mpy-tool.py: Compute the hash value for str/bytes objects.
Damien George
2016-09-02
tools/mpy-tool.py: Store qstr config values in global config object.
Damien George
2016-08-10
tools/mpy-tool.py: Support freezing float literals with obj-repr C.
Damien George
2016-05-23
tools/mpy-tool.py: Don't strip directories from the frozen source name.
Damien George
2016-05-23
tools/mpy-tool.py: Include .py extension in frozen filename.
Damien George
2016-05-16
tools/mpy-tool.py: Add checks for critical configuration vars.
Damien George
2016-05-03
tools/mpy-tool: Make sure that all C-level variables are unique.
Damien George
2016-04-15
tools/mpy-tool.py: Add support for Python 2.7.
Damien George
2016-04-13
tools: Add mpy-tool.py, to work with .mpy files.
Damien George