index
:
openmano-mpy
master
MicroPython source and hardware configuration for OpenMano
Damien George
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
Age
Commit message (
Expand
)
Author
2018-10-19
tools/pyboard.py: In TelnetToSerial.close replace try/except with if.
Martin Dybdal
2018-09-21
tools/pydfu: Workaround stdio flush error on Windows with Python 3.6.
Andrew Leech
2018-08-10
tools/pyboard.py: Change base class of PyboardError to Exception.
Martin Dybdal
2018-08-04
tools/pyboard: Run exec: command as a string.
Ayke van Laethem
2018-08-01
tools/mpy-tool: Set sane initial dynamic qstr pool size with frozen mods
Rich Barlow
2018-07-27
tools/pydfu.py: Make the DFU tool work again with Python 2.
roland
2018-07-20
tools/pydfu.py: Use getfullargspec instead of getargspec for newer pyusb
roland
2018-07-20
tools/dfu.py: Pad image data to 8 byte alignment to support L476.
roland
2018-07-09
tools/mpy-tool.py: Put frozen bignum digit data in ROM, not in RAM.
Damien George
2018-07-09
tools/mpy-tool.py: Support freezing of floats in obj representation D.
Damien George
2018-06-22
tools/pydfu.py: Add support for multiple memory segments.
Damien George
2018-06-08
tools/pydfu.py: Increase download packet size to full 2048 bytes.
Damien George
2018-05-18
tools/pydfu.py: Fix typo in comments.
Keith Wiley
2018-04-23
tools/upip: Upgrade upip to 1.2.4.
Damien George
2017-12-15
tools/tinytest-codegen: Ignore system locale, write output in UTF-8.
Paul Sokolovsky
2017-12-14
tools/tinytest-codegen: Add --stdin switch instead of recently added --target.
Paul Sokolovsky
2017-12-14
tools/pydfu.py: Call set_configuration() on fresh USB device object.
Damien George
2017-12-13
tools/tinytest-codegen: Take --target= option for test set selection.
Paul Sokolovsky
2017-12-13
tools/tinytest-codegen: More excludes after enabling expected output match.
Paul Sokolovsky
2017-12-13
tools/tinytest-codegen: Wrap lines of exclude_tests.
Paul Sokolovsky
2017-12-13
tools/tinytest-codegen.py: Generate code for upytesthelper.
Paul Sokolovsky
2017-12-08
lib/tinytest: Move from tools/tinytest.
Paul Sokolovsky
2017-11-28
tools/gen-cpydiff.py: Update executable paths to point to new ports dir.
Damien George
2017-11-15
tools/mpy-tool.py: Implement freezing of Ellipsis const object.
Damien George
2017-10-10
py/bc: Update opcode_format_table to match the bytecode.
Damien George
2017-10-08
tools/pyboard: Update docstring for additional device support.
Paul Sokolovsky
2017-10-05
tools/pyboard: Use repr() when quoting data in error messages.
Paul Sokolovsky
2017-10-05
py/persistentcode: Bump .mpy version number to version 3.
Damien George
2017-09-29
tools/upip: Upgrade to 1.2.2.
Paul Sokolovsky
2017-09-06
all: Update Makefiles and others to build with new ports/ dir layout.
Damien George
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-07-31
all: Use the name MicroPython consistently in comments
Alexander Steffen
2017-07-27
tools/mpy_bin2res: Tools to convert binary resources to Python module.
Paul Sokolovsky
2017-07-22
tools/pyboard: Add license header.
Paul Sokolovsky
2017-07-19
all: Remove trailing spaces, per coding conventions.
Damien George
2017-07-09
tools/gen-cpydiff: Use case description as 3rd-level heading.
Paul Sokolovsky
2017-05-29
various: Spelling fixes
Ville Skyttä
2017-05-16
tools/mpy-tool.py: Fix regression with freezing floats in obj repr C.
Damien George
2017-05-14
tools/mpy_cross_all.py: Helper tool to run mpy-cross on the entire project.
Paul Sokolovsky
2017-05-13
tools/mpy-tool.py: Use MP_ROM_xxx macros to support nanbox builds.
Damien George
2017-05-05
tools/upip: Upgrade to 1.2.
Paul Sokolovsky
2017-05-01
tools/upip: Upgrade to 1.1.6, supports commented lines in requirements.txt.
Paul Sokolovsky
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-04-07
tools/pyboard: Provide more details when expected reply not received.
Paul Sokolovsky
2017-04-05
tools/pyboard: ProcessPtyToTerminal: Add workaround for PySerial bug.
Paul Sokolovsky
2017-04-05
tools/pyboard: execpty: Use shell=False to workaround some curdir issues.
Paul Sokolovsky
2017-04-04
tools/pyboard: Add "exec" and "execpty" pseudo-devices support.
Paul Sokolovsky
2017-04-02
tools/pyboard: Tighten up Pyboard object closure on errors.
Paul Sokolovsky
[next]