| Age | Commit message (Expand) | Author |
| 2015-04-16 | py: Overhaul and simplify printf/pfenv mechanism. | Damien George |
| 2015-01-21 | py: Remove mp_obj_str_builder and use vstr instead. | Damien George |
| 2015-01-21 | stmhal: Add support for FEZ Cerb40 II board from ghielectronics.com. | Dave Hylands |
| 2015-01-01 | stmhal: Prefix includes with py/; remove need for -I../py. | Damien George |
| 2014-12-08 | stmhal: Allow SPI.init to specify prescaler directly; improve SPI docs. | Damien George |
| 2014-12-06 | stmhal: Make SPI bus use DMA for transfers. | Damien George |
| 2014-10-26 | stmhal: Change SPI phase spec to 0,1 to match standard conventions. | Damien George |
| 2014-10-23 | stmhal: Use OSError with POSIX error code for HAL errors. | Damien George |
| 2014-09-30 | stmhal: For spi_init, add argument to select if NSS pin is enabled. | Damien George |
| 2014-09-26 | stmhal: Initial implementation of cc3k module and driver. | Damien George |
| 2014-08-30 | Change some parts of the core API to use mp_uint_t instead of uint/int. | Damien George |
| 2014-07-03 | Rename machine_(u)int_t to mp_(u)int_t. | Damien George |
| 2014-06-19 | Prefix ARRAY_SIZE with micropython prefix MP_ | Emmanuel Blot |
| 2014-05-04 | stmhal: Document physical pins for SPI, I2C, UART busses. | Damien George |
| 2014-05-03 | Add license header to (almost) all files. | Damien George |
| 2014-05-03 | stmhal: Fix typos in class documentation. | Damien George |
| 2014-05-02 | unix,stmhal: Make "mpconfig.h" be first included, as other headers depend on it. | Paul Sokolovsky |
| 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: 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: 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 |