| Age | Commit message (Expand) | Author |
| 2016-10-04 | stmhal: Fix linker map for STM32L476 chips. | Dave Hylands |
| 2016-09-30 | lib/cmsis: move CMSIS headers to lib/ | Krzysztof Blazewicz |
| 2016-09-22 | stmhal: Put common definitions from linker files to common.ld. | Krzysztof Blazewicz |
| 2016-09-05 | unix,stmhal,esp8266: When find'ing frozen files follow symbolic links. | Damien George |
| 2016-09-05 | py: Add MICROPY_USE_INTERNAL_PRINTF option, defaults to enabled. | Delio Brignoli |
| 2016-09-04 | stmhal: Add machine.WDT class. | Damien George |
| 2016-08-31 | unix,stmhal,esp8266: When find'ing frozen files don't use extra slash. | Damien George |
| 2016-05-23 | stmhal: Support frozen packages using .mpy files. | Damien George |
| 2016-04-25 | cc3200, stmhal, teensy: Use pyhelp_print_obj function. | Colin Hogben |
| 2016-04-19 | stmhal: Update Makefile dependencies. | Paul Sokolovsky |
| 2016-04-16 | stmhal: L4: Add line to Makefile for building L4 series. | 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-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-03-09 | stmhal: Add makefile target and configuration to deploy via OpenOCD. | Christopher Arndt |
| 2016-03-09 | stmhal: Add makefile target to deploy stmhal build via ST-LINK. | Christopher Arndt |
| 2016-03-08 | stmhal: Switch from dfu-util to tools/pydfu.py for deflt deploy method. | Damien George |
| 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-07 | stmhal/file: Recast as "FatFs file" class, to support other VFS types. | Paul Sokolovsky |
| 2016-02-06 | stmhal: Move stmhal-specific FatFs routines/structs to fatfs_port.c. | Paul Sokolovsky |
| 2016-01-23 | stmhal: Add support for building frozen files. | Dave Hylands |
| 2016-01-07 | stmhal: Make stm constants big ints when they don't fit in a small int. | Damien George |
| 2015-12-10 | stmhal: add order-only dependency on build directory | Sven Wegener |
| 2015-11-26 | stmhal: Allow make DEBUG=1 to build | Dave Hylands |
| 2015-11-25 | extmod: Move fsusermount.c from stmhal for cross-port reuse. | Paul Sokolovsky |
| 2015-11-10 | lib/utils/printf: Move from stmhal/ . | Paul Sokolovsky |
| 2015-10-31 | stmhal: pyexec.c is common module, move to lib/utils/ . | Paul Sokolovsky |
| 2015-10-31 | all: Add py/mphal.h and use it in all ports. | Damien George |
| 2015-10-24 | Makefiles: Remove duplicate object files when linking. | Paul Sokolovsky |
| 2015-10-19 | stmhal: Early version of machine module for stmhal. | Dave Hylands |
| 2015-10-19 | all: Make netutils.h available to all ports by default. | Paul Sokolovsky |
| 2015-10-09 | stmhal: Fix USB CDC-only mode under Windows. | Dave Hylands |
| 2015-08-07 | stmhal: Use CMSIS_MCU definition from mpconfigboard.mk | Dave Hylands |
| 2015-08-07 | stamhal: Add definitions for MCU_SERIES_F4 and MCU_SERIES_F7 | Dave Hylands |
| 2015-08-07 | stmhal: Generate modstm constants per build | Dave Hylands |
| 2015-08-03 | stmhal: Add support for USART1 and conditional pins in make-pins.py. | Damien George |
| 2015-07-30 | stmhal: Add STM32F7DISC and associated changes. | Dave Hylands |
| 2015-07-30 | stmhal: Renamed startup/system/_it.[ch] file to generic names. | Dave Hylands |
| 2015-07-30 | stmhal: Replace #include "stm32f4xx_hal.h" with #include STM32_HAL_H. | Dave Hylands |
| 2015-07-20 | stmhal: Update Makefile and board configs to compile with relocated hal. | Damien George |
| 2015-06-10 | stmhal: Factor out DMA initialisation code from spi.c. | Damien George |
| 2015-05-13 | lib: Move time utility functions to common library. | Josef Gajdusek |
| 2015-05-04 | lib: Move some common mod_network_* functions to lib/netutils. | Josef Gajdusek |
| 2015-04-18 | stmhal: Make ld and af files configurable within Makefile. | Damien George |
| 2015-04-05 | string0.c: Move from stmhal/ to lib/. | Paul Sokolovsky |
| 2015-03-22 | stmhal: Put flash in deep power-down mode when entering stop mode. | Damien George |
| 2015-03-04 | stmhal: Include fatfs headers using lib/fatfs prefix. | Damien George |