| Age | Commit message (Expand) | Author |
| 2017-09-06 | ports: Make new ports/ sub-directory and move all ports there. | Damien George |
| 2017-08-30 | all: Convert remaining "mp_uint_t n_args" to "size_t n_args". | Damien George |
| 2017-08-13 | all: Raise exceptions via mp_raise_XXX | Javier Candeira |
| 2017-07-31 | all: Use the name MicroPython consistently in comments | Alexander Steffen |
| 2017-06-15 | stmhal: Make error messages more consistent across peripherals. | Damien George |
| 2017-05-06 | stmhal: Convert all module and method tables to use MP_ROM macros. | Damien George |
| 2017-03-29 | stmhal/spi: Increase SPI transfer timeout, proportional to num bytes. | Damien George |
| 2017-03-28 | stmhal/spi: Clean and/or invalidate D-cache before SPI DMA transfers. | Damien George |
| 2017-01-04 | all: Consistently update signatures of .make_new and .call methods. | Paul Sokolovsky |
| 2016-12-08 | stmhal: Refactor to use extmod implementation of software SPI class. | Damien George |
| 2016-11-11 | stmhal: Rename mp_hal_pin_set_af to _config_alt, to simplify alt config. | Damien George |
| 2016-10-18 | stmhal: Refactor pin usage to use mp_hal_pin API. | Damien George |
| 2016-10-04 | stmhal/spi: Enable use of fast software SPI. | Damien George |
| 2016-10-04 | extmod/machine_spi: Use delay_half, not baudrate, for internal timing. | Damien George |
| 2016-10-04 | stmhal/spi: Use software SPI if no periph id given, even if pins given. | Damien George |
| 2016-10-03 | stmhal/spi: Make machine.SPI class conform to correct API. | Damien George |
| 2016-10-03 | stmhal/spi: Simplify spi_transfer function to take only one buf len arg. | Damien George |
| 2016-10-03 | extmod/machine_spi: Simplify SPI xfer function to only take one buf len. | Damien George |
| 2016-09-01 | stmhal/spi: Support new machine SPI methods in legacy SPI object. | Damien George |
| 2016-09-01 | stmhal/spi: Factor out SPI transfer code to a single function. | Damien George |
| 2016-07-30 | stmhal: Make SPI NSS pin definition optional. | Dave Hylands |
| 2016-05-05 | stmhal: L4: Adapt DMA to be able to support STM32L4 MCU series. | Tobias Badertscher |
| 2016-03-07 | stmhal: Make spi use mp_hal_gpio_set_af | Dave Hylands |
| 2016-01-11 | py: Change first arg of type.make_new from mp_obj_t to mp_obj_type_t*. | Damien George |
| 2015-12-16 | stmhal: Extend SPI support to fully support all SPI devices on STM32F429. | Tobias Badertscher |
| 2015-12-12 | stmhal: For SPI config, use HW_SPIx_SCK instead of HW_ENABLE_SPIx. | Damien George |
| 2015-12-02 | stmhal: Put all DMA channel & stream definitions in dma.h | Dave Hylands |
| 2015-10-31 | all: Add py/mphal.h and use it in all ports. | Damien George |
| 2015-09-15 | stmhal: Use polling, not DMA, for 1 byte SPI transfers. | Damien George |
| 2015-08-05 | stmhal: Fix hardfault when configured as a SPI slave | Dave Hylands |
| 2015-08-05 | stmhal: Enable SPI support for F7 MCUs. | Dave Hylands |
| 2015-08-03 | stmhal: Factor GPIO clock enable logic into mp_hal_gpio_clock_enable. | Damien George |
| 2015-07-30 | stmhal: Add STM32F7DISC and associated changes. | Dave Hylands |
| 2015-06-24 | stmhal/dma.c: Modify dma_init() to accept init struct as an argument | blmorris |
| 2015-06-10 | stmhal: Factor out DMA initialisation code from spi.c. | Damien George |
| 2015-06-03 | stmhal: Fix slow SPI DMA transfers by removing wfi from DMA wait loop. | Damien George |
| 2015-05-28 | stmhal: Fix off-by-one error when checking for valid I2C and SPI bus. | Damien George |
| 2015-05-27 | stmhal: Allow to name SPI busses, and give them names for pyboard. | Damien George |
| 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 |