| Age | Commit message (Expand) | Author |
| 2014-05-03 | Don't print git hash as well as git tag in banner. | Damien George |
| 2014-05-03 | py: Print tag/version/git describe in uPy banner. | Damien George |
| 2014-05-03 | Merge pull request #555 from lurch/patch-1 | Damien George |
| 2014-05-03 | stmhal: Enable cmath module. | Damien George |
| 2014-05-03 | Fix incorrect fix ;) | Andrew Scheller |
| 2014-05-03 | stmhal: Add .gitignore to ignore the new build dir names. | Damien George |
| 2014-05-03 | Updated doc fix | Andrew Scheller |
| 2014-05-03 | stmhal: Change names: flash to firmware, flashboard to deploy. | Damien George |
| 2014-05-03 | stmhal: Default build directory now includes board name. | Damien George |
| 2014-05-03 | RTC doc fix | Andrew Scheller |
| 2014-05-03 | stmhal: Wrap CC3000 driver in MICROPY_HW_ENABLE_CC3K. | Damien George |
| 2014-05-03 | stmhal: Fix typos in class documentation. | Damien George |
| 2014-05-03 | stmhal: Fix bug where negative delay/udelay lead to huge delays. | Damien George |
| 2014-05-03 | stmhal: Remove #include <stdint.h> from mpconfigport.h. | Damien George |
| 2014-05-03 | stmhal: Add example use to RTC doc; add rtc.c to gendoc.py. | Damien George |
| 2014-05-03 | stmhal: Add documentation for RTC class. | Damien George |
| 2014-05-03 | Merge pull request #548 from dhylands/fix-pin-defn | Damien George |
| 2014-05-02 | Add device ID to autoflash script. | Craig Barnes |
| 2014-05-02 | Fix PB0 ADC typo. | Dave Hylands |
| 2014-05-02 | Merge branch 'master' of github.com:micropython/micropython | Damien George |
| 2014-05-02 | stmhal: Add documentation for DAC and Timer classes. | Damien George |
| 2014-05-02 | unix,stmhal: Make "mpconfig.h" be first included, as other headers depend on it. | Paul Sokolovsky |
| 2014-05-02 | Add shell script to automatically build stmhal/ for all pyboards. | Damien George |
| 2014-05-01 | Merge pull request #542 from dhylands/fix-pin | Damien George |
| 2014-05-01 | Fix pin initialization when a mode argument is provided | Dave Hylands |
| 2014-05-01 | Add flashboard target to the stmhal Makefile to run dfu-util | Andrew Scheller |
| 2014-04-30 | stmhal, docs: Small changes to URL links; adds list of files if none given. | Damien George |
| 2014-04-30 | stmhal: Reinstate CC3000 driver from old stm/ port. | Damien George |
| 2014-04-30 | stmhal: Make LED.intensity return the same value it was set to. | Damien George |
| 2014-04-29 | stmhal: Oops, typo. | Damien George |
| 2014-04-29 | stmhal: Add documentation in comments, and script to generate HTML. | Damien George |
| 2014-04-26 | Simplify names for argcheck.c / arg parsing. | Damien George |
| 2014-04-26 | Add ARRAY_SIZE macro, and use it where possible. | Damien George |
| 2014-04-21 | stmhal: Update help text. | Damien George |
| 2014-04-21 | stmhal: Fix bug with pin GPIO reading. | Damien George |
| 2014-04-21 | stmhal, usrsw: Wrap usrsw.c in #if, for when switch is not available. | Damien George |
| 2014-04-21 | stmhal, accel: Add TODO comment. | Damien George |
| 2014-04-21 | stmhal, usrsw: Update comments for new switch API. | Damien George |
| 2014-04-21 | stmhal: Make switch a class, to follow suit of all other modules. | Damien George |
| 2014-04-21 | stmhal, servo: Rename calibrate method to calibration. | Damien George |
| 2014-04-21 | stmhal, timer: Remove obsolete global variable. | Damien George |
| 2014-04-21 | stmhal: Add Timer class: simple TIM control, incl callback on IRQ. | Damien George |
| 2014-04-21 | stmhal: Make DAC dynamically allocate instances; rename dma->write_timed. | Damien George |
| 2014-04-21 | stmhal: Clean up rtc.c a bit. | Damien George |
| 2014-04-21 | stmhal: Rename USART to UART. | Damien George |
| 2014-04-21 | stmhal: Add some documentation to I2C, SPI and USART modules. | Damien George |
| 2014-04-21 | stmhal: Improve USART class, to be more like SPI and I2C. | Damien George |
| 2014-04-21 | stmhal, SPI and I2C: Improvements to functionality and consistency. | Damien George |
| 2014-04-20 | stmhal: Improved configurability for I2C and SPI busses. | Damien George |
| 2014-04-20 | Fix i2c and spi to compile for Netduino Plus 2 | Dave Hylands |