| Age | Commit message (Expand) | Author |
| 2016-04-22 | extmod/machine_i2c: Allow mp_hal_pin_obj_t to be any type, not a ptr. | Damien George |
| 2016-04-21 | stmhal: L4: Add support for external interrupts/events. | Tobias Badertscher |
| 2016-04-21 | stmhal: L4: Modify flash.c and storage.c to support L4 MCU. | Tobias Badertscher |
| 2016-04-21 | stmhal: L4: Modify mphalport to support L4 MCU. | Tobias Badertscher |
| 2016-04-19 | stmhal: Update Makefile dependencies. | Paul Sokolovsky |
| 2016-04-17 | stmhal: Fix machine.unique_id() function to work for all MCUs. | Damien George |
| 2016-04-17 | stmhal: L4: Modify timer.c to support L4 MCU. | Tobias Badertscher |
| 2016-04-17 | stmhal: L4: Modify rtc.c to support L4 MCU. | Tobias Badertscher |
| 2016-04-17 | stmhal: L4: Modify usbd_conf.c to support L4 MCU. | Damien George |
| 2016-04-17 | stmhal: L4: Modify uart.c to support L4 MCU. | Damien George |
| 2016-04-16 | stmhal: L4: Modify adc.c to add support for STM32L4 series. | Tobias Badertscher |
| 2016-04-16 | stmhal: L4: Add line to Makefile for building L4 series. | Tobias Badertscher |
| 2016-04-16 | stmhal: L4: Add board definition files for STM32L476DISC. | Tobias Badertscher |
| 2016-04-16 | stmhal: Update HALCOMMITS due to change to hal. | Damien George |
| 2016-04-16 | stmhal: L4: Adapt UART HAL to avoid 64-bit integer division. | Tobias Badertscher |
| 2016-04-16 | stmhal: L4: Add basic STM32L4xx HAL files. | Tobias Badertscher |
| 2016-04-16 | stmhal: L4: Add CMSIS files to support STM32L476. | Tobias Badertscher |
| 2016-04-16 | stmhal: For frozen bytecode generation, add dependency of qstr file. | Damien George |
| 2016-04-16 | py: Add rules for automated extraction of qstrs from sources. | Jan Čapek |
| 2016-04-15 | py: Declare help, input, open builtins in core. | Paul Sokolovsky |
| 2016-04-13 | stmhal: Add Makefile option FROZEN_MPY_DIR to support frozen bytecode. | Damien George |
| 2016-04-13 | py: Add ability to have frozen persistent bytecode from .mpy files. | Damien George |
| 2016-04-13 | stmhal: Properly handle RTS/CTS flow control for buf/unbuf transfers. | Peter Hinch |
| 2016-04-12 | stmhal: Enable framebuf module. | Damien George |
| 2016-04-12 | stmhal: Use new generic I2C object in machine module. | Damien George |
| 2016-04-12 | stmhal: Implement basic C-level pin HAL. | Damien George |
| 2016-04-12 | extmod: Add initial framebuf module. | Damien George |
| 2016-04-07 | stmhal: Consistently enable USB SOF Irqs for all USB modes (FS and HS). | Martin Fischer |
| 2016-03-13 | stmhal: NUCELO_F401RE cleanup | Dave Hylands |
| 2016-03-13 | stmhal: Rename STM32F401NUCLEO to NUCLEO_F401RE | Dave Hylands |
| 2016-03-12 | stmhal: Add board definition files for NUCLEO_F411RE | Dave Hylands |
| 2016-03-09 | stmhal: Add makefile target and configuration to deploy via OpenOCD. | Christopher Arndt |
| 2016-03-09 | stmhal: Add support for generic STM32F439 board (non DISCO). | Ryan Shaw |
| 2016-03-09 | stmhal: Add makefile target to deploy stmhal build via ST-LINK. | Christopher Arndt |
| 2016-03-08 | stmhal: Add stmhal-specific README.md with extra details for this port. | Damien George |
| 2016-03-08 | stmhal: Switch from dfu-util to tools/pydfu.py for deflt deploy method. | Damien George |
| 2016-03-07 | stmhal: Fix some typos in stm32f411 files, regarding FS layout and CSV. | Dave Hylands |
| 2016-03-07 | stmhal: Fix typo in stm32f401.ld file, regarding flash size. | Dave Hylands |
| 2016-03-07 | stmhal: Make spi use mp_hal_gpio_set_af | Dave Hylands |
| 2016-03-07 | stmhal: Unify comments in stm32f4xx_hal_conf.h across all boards. | Pavol Rusnak |
| 2016-03-03 | extmod/vfs_fat: Add lexer, move from stmhal port for reuse. | Paul Sokolovsky |
| 2016-02-29 | extmod/vfs_fat: Add fat_vfs_import_stat(), reusable import stat routine. | Paul Sokolovsky |
| 2016-02-28 | extmod/vfs_fat: Move listdir() method from stmhal for reuse. | Paul Sokolovsky |
| 2016-02-25 | stmhal: Enabled importing of persistent bytecode (.mpy files). | Damien George |
| 2016-02-15 | stmhal: Improvements to the STM32F4DISC UART config settings. | Dave Hylands |
| 2016-02-15 | stmhal: Some NETDUINO_PLUS_2 cleanup | Dave Hylands |
| 2016-02-15 | extmod/vfs_fat_ffconf: Reusable FatFs module, move from stmhal/ffconf. | Paul Sokolovsky |
| 2016-02-15 | extmod/vfs_fat_file: Reusable FatFs module, move from stmhal/file. | Paul Sokolovsky |
| 2016-02-15 | extmod/vfs_fat_diskio: Reusable FatFs module, move from stmhal/diskio. | Paul Sokolovsky |
| 2016-02-15 | py/mpstate.h: fs_user_mount is now standard, reusable uPy functionality. | Paul Sokolovsky |