| Age | Commit message (Expand) | Author |
| 2015-06-01 | stmhal: Add support for UART5 | Dave Hylands |
| 2015-05-27 | stmhal: Allow to name SPI busses, and give them names for pyboard. | Damien George |
| 2015-05-27 | stmhal: Allow to name I2C busses, and give them names for pyboard. | Damien George |
| 2015-05-27 | stmhal: Remove PYBVxx defines and use config vars for UART/CAN names. | Damien George |
| 2015-05-03 | stmhal: Allow to configure UART pins completely via mpconfigboard.h. | Eero af Heurlin |
| 2015-04-18 | stmhal: Provide ADC capabilities for F401 and F411 MCUs. | Damien George |
| 2015-04-18 | stmhal: Add support for STM32F411 MCU. | Damien George |
| 2015-04-18 | stmhal: Add support for Espruino Pico board. | Damien George |
| 2015-04-18 | stmhal: Add stm32f401.ld for linking F401 targets. | Damien George |
| 2015-04-18 | stmhal: Make ld and af files configurable within Makefile. | Damien George |
| 2015-04-18 | stmhal: Add stm32f401_af.csv, for AF definitions of F401 MCUs. | Damien George |
| 2015-04-18 | stmhal: Rename stm32f4xx_af.csv to stm32f405_af.csv. | Damien George |
| 2015-04-18 | stmhal: Make I2C busses and their pins configurable in mpconfigboard.h. | Damien George |
| 2015-04-18 | stmhal: For pins, define macros mapping board names to cpu names. | Damien George |
| 2015-04-18 | stmhal: Make a HW config option for LED4 being controlled by PWM. | Damien George |
| 2015-04-18 | stmhal: Make HSE PLL parameters configurable per board. | Damien George |
| 2015-03-22 | stmhal: Expose all PYBv1.0 pins, include SD and USB pins. | Damien George |
| 2015-03-16 | stmhal: Add config option to use LSE/LSI for RTC. | Damien George |
| 2015-01-21 | stmhal: Add support for FEZ Cerb40 II board from ghielectronics.com. | Dave Hylands |
| 2015-01-12 | stmhal: Add MICROPY_HW_USB_OTG_ID_PIN config, set for relevant boards. | Damien George |
| 2015-01-07 | stmhal: Add MICROPY_HW_USB_VBUS_DETECT_PIN option, for boards without it | Damien George |
| 2015-01-01 | stmhal: Prefix includes with py/; remove need for -I../py. | Damien George |
| 2014-11-25 | stmhal: Enable DAC on STM32F4DISC. | Damien George |
| 2014-10-23 | stmhal: Fix pin af definition: TIM2_CH1_ETR -> TIM2_CH1/TIM2_ETR. | Damien George |
| 2014-10-22 | stmhal: Add MMA_INT/PB2 to available pins on PYBV10. | Damien George |
| 2014-10-22 | Fixed TIM2_CH1 definition. | Dave Hylands |
| 2014-10-05 | stmhal: Add config option to disable/enable CAN driver. | Damien George |
| 2014-09-26 | stmhal: Initial implementation of cc3k module and driver. | Damien George |
| 2014-09-11 | Add LIS3DSH accelometer support to staccel.py | Hirotaka Kawata |
| 2014-08-26 | stmhal, STM32F4DISC: Small changes to ST accel driver. | Damien George |
| 2014-08-26 | stmhal, staccel.py: Style cleanup. | Damien George |
| 2014-08-26 | Added LIS302DL ID check | David Siorpaes |
| 2014-08-24 | Added python script to map AF to a pin name | Dave Hylands |
| 2014-08-10 | stmhal: Working STM32F4DISC accelerometer, via Python script. | Damien George |
| 2014-08-10 | stmhal: Add sys.platform string to PYBv1.0 (it's "pyboard"). | Damien George |
| 2014-08-08 | stmhal/teensy: Use _ instead of - in source file names. | Damien George |
| 2014-08-07 | Add support for selecting pin alternate functions from python. | Dave Hylands |
| 2014-08-06 | stmhal: Update STM32Cube F4 HAL driver to V1.3.0. | Damien George |
| 2014-08-02 | stmhal: Add preliminary driver for ST32F4DISC accelerometer. | Damien George |
| 2014-06-28 | stmhal: Include mpconfig.h before all other includes. | Paul Sokolovsky |
| 2014-06-27 | Change MCU name config micro | mux |
| 2014-06-19 | Add MICROPY_HW_MICRO_NAME to boards config | mux |
| 2014-06-03 | Merge branch 'master' of https://github.com/micropython/micropython | bvernoux |
| 2014-06-02 | Add missing commas to stm32f4xx-af.csv | Dave Hylands |
| 2014-06-02 | micropython port for HydraBus | bvernoux |
| 2014-05-30 | Add a comma to make the .csv look proper in github | Dave Hylands |
| 2014-05-03 | stmhal: Wrap CC3000 driver in MICROPY_HW_ENABLE_CC3K. | Damien George |
| 2014-05-02 | Fix PB0 ADC typo. | Dave Hylands |
| 2014-05-02 | Add shell script to automatically build stmhal/ for all pyboards. | Damien George |
| 2014-04-30 | stmhal: Reinstate CC3000 driver from old stm/ port. | Damien George |