summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2015-06-15tools/pyboard.py: Change logic for when raw ">" prompt is parsed.Damien George
2015-06-13pip-micropython: Add deprecation notice, but still leave for reference.Paul Sokolovsky
2015-06-06micropython-upip: Mark as binary file and re-commit.Paul Sokolovsky
2015-06-06upip: Upgrade to 0.5.3 to follow uctypes.struct() signature change.Paul Sokolovsky
2015-06-03tools/make-frozen.py: Handle trailing slash in argument more reliably.Paul Sokolovsky
2015-06-03tools: Add codestats.sh to compute code statistics such as size, speed.Damien George
2015-06-02tools: Add upip 0.5.2 tarball.Paul Sokolovsky
2015-05-30tools/make-frozen.py: Open files in binary mode.Paul Sokolovsky
2015-05-30tools/make-frozen.py: Preserve directory hierarchy.Paul Sokolovsky
2015-05-29bootstrap_upip.sh: Allow to install into a path given by argument.Paul Sokolovsky
2015-05-27tools: Allow pyboard constructor to take a baudrate parameter.Dave Hylands
2015-05-18tools: Add exec_raw_no_follow to pyboard.py.Dave Hylands
2015-05-07tools: Add script to install "upip" package manager.Paul Sokolovsky
2015-05-07tools/pyboard.py: Add "--follow" option to wait for output indefinitely.Damien George
2015-04-21tools: Add STM32F4DISC and ESPRUINO_PICO to stmhal build script.Damien George
2015-04-19tools/pyboard.py: Make it 8-bit clean, so it works with unicode chars.Damien George
2015-04-19qemu-arm: Disable inline asm tests that use floating point.Damien George
2015-02-13stmhal: Add "CDC" option to pyb.usb_mode, for CDC device only.Damien George
2015-02-13tools: Make gen-changelog.sh sort version strings correctly.Damien George
2015-01-25qemu-arm: Disable try_finally1.py test (it fails randomly on Travis).Damien George
2015-01-20py: Implement very simple frozen modules support.Paul Sokolovsky
2015-01-12qemu-arm: Disable basics/memoryerror.py test.Damien George
2015-01-12qemu-arm: Enable GC and native code-gen; enable more tests.Damien George
2015-01-09qemu-arm: Add 'test' target to Makefile to run and verify test suite.Damien George
2014-12-29tools: Add script to generate a ChangeLog file.Damien George
2014-12-20tools, pyboard.py: Write data to pyboard in chunks of 256 bytes.Damien George
2014-11-30tools: Make pyboard.py have infinite timeout when running script.Damien George
2014-10-31tools: Make gendoc.py able to output RST format.Damien George
2014-10-26stmhal: Improve REPL control codes; improve pyboard.py script.Damien George
2014-10-22tools, pydfu: Some fixes to support Python 3.Damien George
2014-10-22Add pydfu.py to the micropython tree. Use dfu_util bgy defaultDave Hylands
2014-10-19tools, pyboard.py: Allow exec argument to be bytes or str.Damien George
2014-10-01Enable device keyword option when running pyboard.py --tests and run-tests --...blmorris
2014-09-30tools: Add network build to auto-build script.Damien George
2014-09-17stmhal: Fix bugs in documentation so it compiles.Damien George
2014-08-27pip-micropython: Revert to using PIP_MICROPY_DEST environment var.Paul Sokolovsky
2014-08-26Add pip-micropython to unix make install.Damien George
2014-08-10tools, gendoc: Output small descr about module TOC.Damien George
2014-08-08tools, gendoc: Put module TOC/index in module/ directory.Damien George
2014-08-08tools, gendoc: Allow constants at module level; gen module index.Damien George
2014-06-29gendoc.py: Support modules w/o functions and/or classes.Paul Sokolovsky
2014-05-10tools: Move gendoc.py to tools, and make it a little more generic.Damien George
2014-05-08tools: inline test suite generator.Ilya Dmitrichenko
2014-05-08tools: check-in errordeveloper/tinytest@eb2dbc858f6c3785468a96e98f2b944f10013163Ilya Dmitrichenko
2014-05-04tools: In build-stm-latest, replace git hash with git tag.Damien George
2014-05-03tools: pyboard.py now acts as a command-line program to run scripts.Damien George
2014-05-03stmhal: Change names: flash to firmware, flashboard to deploy.Damien George
2014-05-03Merge pull request #543 from lurch/patch-4Damien George
2014-05-03Merge pull request #547 from cjbarnes18/pyboard_module_fixesDamien George
2014-05-02Fix pyboard.py tests.Craig Barnes