aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2019-05-15tools/upip.py: Add support for multiple index URLs with custom default.Damien George
2019-04-25tools/pyboard.py: Don't accumulate output data if data_consumer used.Damien George
2019-04-08tools/mpy-tool.py: Fix init of QStrWindow, and remove unused variable.Damien George
2019-04-08tools/mpy-tool.py: Adjust use of super() to make it work with Python 2.Damien George
2019-03-26tools/pyboard.py: Add missing line from example usage comments.rhubarbdog
2019-03-08py: Update and rework build system for including external C modules.Andrew Leech
2019-03-08py: Implement a module system for external, user C modules.Ayke van Laethem
2019-03-08tools/upip.py: Use "raise arg" instead of no-arg raise form, for native.Damien George
2019-03-08py/persistentcode: Bump .mpy version to 4.Damien George
2019-03-08tools/mpy-tool.py: Add support for freezing native code.Damien George
2019-03-08py/emitglue: Remove union in mp_raw_code_t to combine bytecode & native.Damien George
2019-03-05py/persistentcode: Define static qstr set to reduce size of mpy files.Damien George
2019-03-05py/persistentcode: Pack qstrs directly in bytecode to reduce mpy size.Damien George
2019-03-05py/persistentcode: Add a qstr window to save mpy files more efficiently.Damien George
2019-03-05py: Replace POP_BLOCK and POP_EXCEPT opcodes with POP_EXCEPT_JUMP.Damien George
2018-12-30tools/pydfu.py: Fix regression so tool runs under Python 2 again.Dave Hylands
2018-12-15tools/mpy-tool.py: Fix build error when no qstrs present in frozen mpy.Dave Hylands
2018-12-13tools/mpy-tool.py: Fix calc of opcode size for opcodes with map caching.Damien George
2018-11-27tools/pydfu.py: Improve DFU reset, and auto-detect USB transfer size.Damien George
2018-10-19tools/pyboard.py: In TelnetToSerial.close replace try/except with if.Martin Dybdal
2018-09-21tools/pydfu: Workaround stdio flush error on Windows with Python 3.6.Andrew Leech
2018-08-10tools/pyboard.py: Change base class of PyboardError to Exception.Martin Dybdal
2018-08-04tools/pyboard: Run exec: command as a string.Ayke van Laethem
2018-08-01tools/mpy-tool: Set sane initial dynamic qstr pool size with frozen modsRich Barlow
2018-07-27tools/pydfu.py: Make the DFU tool work again with Python 2.roland
2018-07-20tools/pydfu.py: Use getfullargspec instead of getargspec for newer pyusbroland
2018-07-20tools/dfu.py: Pad image data to 8 byte alignment to support L476.roland
2018-07-09tools/mpy-tool.py: Put frozen bignum digit data in ROM, not in RAM.Damien George
2018-07-09tools/mpy-tool.py: Support freezing of floats in obj representation D.Damien George
2018-06-22tools/pydfu.py: Add support for multiple memory segments.Damien George
2018-06-08tools/pydfu.py: Increase download packet size to full 2048 bytes.Damien George
2018-05-18tools/pydfu.py: Fix typo in comments.Keith Wiley
2018-04-23tools/upip: Upgrade upip to 1.2.4.Damien George
2017-12-15tools/tinytest-codegen: Ignore system locale, write output in UTF-8.Paul Sokolovsky
2017-12-14tools/tinytest-codegen: Add --stdin switch instead of recently added --target.Paul Sokolovsky
2017-12-14tools/pydfu.py: Call set_configuration() on fresh USB device object.Damien George
2017-12-13tools/tinytest-codegen: Take --target= option for test set selection.Paul Sokolovsky
2017-12-13tools/tinytest-codegen: More excludes after enabling expected output match.Paul Sokolovsky
2017-12-13tools/tinytest-codegen: Wrap lines of exclude_tests.Paul Sokolovsky
2017-12-13tools/tinytest-codegen.py: Generate code for upytesthelper.Paul Sokolovsky
2017-12-08lib/tinytest: Move from tools/tinytest.Paul Sokolovsky
2017-11-28tools/gen-cpydiff.py: Update executable paths to point to new ports dir.Damien George
2017-11-15tools/mpy-tool.py: Implement freezing of Ellipsis const object.Damien George
2017-10-10py/bc: Update opcode_format_table to match the bytecode.Damien George
2017-10-08tools/pyboard: Update docstring for additional device support.Paul Sokolovsky
2017-10-05tools/pyboard: Use repr() when quoting data in error messages.Paul Sokolovsky
2017-10-05py/persistentcode: Bump .mpy version number to version 3.Damien George
2017-09-29tools/upip: Upgrade to 1.2.2.Paul Sokolovsky
2017-09-06all: Update Makefiles and others to build with new ports/ dir layout.Damien George
2017-08-16tools/mpy-tool.py: Fix missing argument in dump() functionstijn