| Age | Commit message (Expand) | Author |
| 2014-10-31 | tools: Make gendoc.py able to output RST format. | Damien George |
| 2014-10-26 | stmhal: Improve REPL control codes; improve pyboard.py script. | Damien George |
| 2014-10-22 | tools, pydfu: Some fixes to support Python 3. | Damien George |
| 2014-10-22 | Add pydfu.py to the micropython tree. Use dfu_util bgy default | Dave Hylands |
| 2014-10-19 | tools, pyboard.py: Allow exec argument to be bytes or str. | Damien George |
| 2014-10-01 | Enable device keyword option when running pyboard.py --tests and run-tests --... | blmorris |
| 2014-09-30 | tools: Add network build to auto-build script. | Damien George |
| 2014-09-17 | stmhal: Fix bugs in documentation so it compiles. | Damien George |
| 2014-08-27 | pip-micropython: Revert to using PIP_MICROPY_DEST environment var. | Paul Sokolovsky |
| 2014-08-26 | Add pip-micropython to unix make install. | Damien George |
| 2014-08-10 | tools, gendoc: Output small descr about module TOC. | Damien George |
| 2014-08-08 | tools, gendoc: Put module TOC/index in module/ directory. | Damien George |
| 2014-08-08 | tools, gendoc: Allow constants at module level; gen module index. | Damien George |
| 2014-06-29 | gendoc.py: Support modules w/o functions and/or classes. | Paul Sokolovsky |
| 2014-05-10 | tools: Move gendoc.py to tools, and make it a little more generic. | Damien George |
| 2014-05-08 | tools: inline test suite generator. | Ilya Dmitrichenko |
| 2014-05-08 | tools: check-in errordeveloper/tinytest@eb2dbc858f6c3785468a96e98f2b944f10013163 | Ilya Dmitrichenko |
| 2014-05-04 | tools: In build-stm-latest, replace git hash with git tag. | Damien George |
| 2014-05-03 | tools: pyboard.py now acts as a command-line program to run scripts. | Damien George |
| 2014-05-03 | stmhal: Change names: flash to firmware, flashboard to deploy. | Damien George |
| 2014-05-03 | Merge pull request #543 from lurch/patch-4 | Damien George |
| 2014-05-03 | Merge pull request #547 from cjbarnes18/pyboard_module_fixes | Damien George |
| 2014-05-02 | Fix pyboard.py tests. | Craig Barnes |
| 2014-05-02 | Add shell script to automatically build stmhal/ for all pyboards. | Damien George |
| 2014-05-01 | Make pyboard.enter_raw_repl more robust | Andrew Scheller |
| 2014-04-21 | tools: Update pyboard.py to work with latest changes to RTC. | Damien George |
| 2014-04-16 | tools: Fix up pybcdc.inf generation: new lines and hex digits. | Damien George |
| 2014-04-16 | Auto-generate the stmhal/pybcdc_inf header file from static files | Andrew Scheller |
| 2014-04-15 | pip-micropython: Fix inverted condition. | Paul Sokolovsky |
| 2014-04-14 | pip-micropython: revert $HOME back to ~ | Andrew Scheller |
| 2014-04-14 | Merge pull request #480 from lurch/patch-2 | Damien George |
| 2014-04-14 | Make pip-micropython more portable | Andrew Scheller |
| 2014-04-14 | tools: Improve timout/reading of pyboard.py. | Damien George |
| 2014-04-13 | Make pyboard.py have its own exception; update run-tests for pyboard. | Damien George |
| 2014-04-12 | pip-micropython: Apply more workarounds for setuptools, pip, etc misfeatures. | Paul Sokolovsky |
| 2014-04-07 | pip-micropython: Require command verb, but restrict to "install" only. | Paul Sokolovsky |
| 2014-04-03 | tools: Improve reading back from pyboard. | Damien George |
| 2014-04-03 | tools: pyboard.py can now execute a file remotely! | Damien George |
| 2014-04-02 | tools: Add pip-micropython to install packages in MicroPython-friendly way. | Paul Sokolovsky |
| 2014-03-24 | Add tools/pyboard.py, a simple module to communicate with the pyboard. | Damien George |
| 2014-01-03 | Change dfu.py to be Python 2/3 compatible | mux |
| 2013-12-20 | Add tools/dfu.py, and use it in stm/Makefile. | Damien |