| Age | Commit message (Expand) | Author |
| 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 |
| 2014-04-20 | stmhal: Small bug fixes and simplifications. | Damien George |
| 2014-04-20 | stmhal: Only init RNG if it's used. | Damien George |
| 2014-04-20 | stmhal: Update ExtInt to allow keyword arguments in constructor. | Damien George |
| 2014-04-20 | stmhal: Tidy up and improve consistency across modules. | Damien George |
| 2014-04-20 | stmhal: Add SPI class. | Damien George |
| 2014-04-19 | Merge branch 'master' of github.com:micropython/micropython | Damien George |
| 2014-04-19 | stmhal: Add pyb.Pin.init method to re-init GPIO pin mode. | Damien George |
| 2014-04-19 | stmhal: Improve RTC class; make fatfs use RTC for time stamping files. | Damien George |
| 2014-04-19 | stmhal: Add pyb.unique_id, to get unique id of MCU. | Damien George |
| 2014-04-19 | stmhal: Update for mp_binary_get_size() refactor. | Paul Sokolovsky |
| 2014-04-19 | stmhal: Rename pyb.Led to pyb.LED to conform to naming rules. | Damien George |
| 2014-04-19 | stmhal: Remove pyb.input (use sys.stdio.read(1) instead). | Damien George |
| 2014-04-19 | stmhal: Add lots of constants to stm module. | Damien George |
| 2014-04-18 | stmhal: Update ADC, DAC and I2C objects to use new buffer protocol. | Damien George |
| 2014-04-18 | stmhal: Update help and comments re gpio changing to Pin. | Damien George |
| 2014-04-18 | stmhal: Big cleanup; merge gpio into Pin; make names consistent. | Damien George |
| 2014-04-18 | stmhal: Remove non-ascii character from include file. | Damien George |
| 2014-04-17 | py: Rename USE_COMPUTED_GOTOS to USE_COMPUTED_GOTO and enable on stmhal. | Damien George |
| 2014-04-17 | py: Fix pfenv_print_strn to return correct number of chars printed. | Damien George |
| 2014-04-17 | build: Simplify build directory layout by putting all headers in genhdr. | Damien George |
| 2014-04-17 | Merge branch 'relocatable-build-dir' of github.com:lurch/micropython into lur... | Damien George |
| 2014-04-17 | Merge branch 'master' of github.com:micropython/micropython | Damien George |