| Age | Commit message (Expand) | Author |
| 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 |
| 2015-02-22 | lib/libm: Add implementations of erf, erfc, lgamma, tgamma. | Damien George |
| 2015-02-13 | stmhal: Add "CDC" option to pyb.usb_mode, for CDC device only. | Damien George |
| 2015-02-13 | stmhal: Remove unused usbdev files, and move used ones up a dir. | Damien George |
| 2015-01-22 | lib/libm: Add frexp and modf functions; use in stmhal; add tests. | Damien George |
| 2015-01-12 | stmhal: Move readline code to lib/mp-readline/. | Paul Sokolovsky |
| 2015-01-01 | stmhal: Prefix includes with py/; remove need for -I../py. | Damien George |
| 2014-12-27 | stmhal: Add ability to mount custom block device. | Damien George |
| 2014-12-27 | stmhal: Upgrade to latest fatfs driver. | Damien George |
| 2014-12-27 | Makefiles: Support py/*.h includes per #1022. | Paul Sokolovsky |
| 2014-12-18 | lib/libm: Add acosh, asinh, atanh, tan; get working with stmhal. | Damien George |
| 2014-12-04 | stmhal: Overhaul network drivers; has generic network protocol in C. | Damien George |
| 2014-12-02 | stmhal: Move RTC HAL init functions to rtc.c, where they belong. | Damien George |
| 2014-10-31 | py: Add builtin round function. | Damien George |
| 2014-10-29 | Add -Wpointer-arith flag to prevent problems with pointer arithmetic on void* | stijn |
| 2014-10-23 | stmhal: Use OSError with POSIX error code for HAL errors. | Damien George |
| 2014-10-22 | Add pydfu.py to the micropython tree. Use dfu_util bgy default | Dave Hylands |
| 2014-10-12 | stmhal: Oops: rename mod files in Makefile. | Damien George |
| 2014-10-09 | stmhal: Add pyb.stop() and pyb.standby() functions. | Damien George |
| 2014-10-06 | stmhal: Remove long-obsolete pybwlan.[ch] files from old CC3k driver. | Damien George |
| 2014-10-02 | stmhal: Add basic CAN bus support. | Damien George |
| 2014-09-30 | stmhal: Enable patch_program in cc3k driver, with key. | Damien George |
| 2014-09-30 | stmhal: Add network and usocket module. | Damien George |
| 2014-09-26 | stmhal: Initial implementation of cc3k module and driver. | Damien George |
| 2014-09-13 | py: Implement divmod, % and proper // for floating point. | Damien George |
| 2014-09-11 | py and libm: Add asinf,acosf; print higher precision for float. | Damien George |
| 2014-09-07 | stmhal: Implement generic select.select and select.poll. | Damien George |
| 2014-09-01 | stmhal: Add wiznet5k module, to control WIZnet ethernet adaptor. | Damien George |
| 2014-08-29 | lib: Add lib and libm, moving current files from stmhal. | Damien George |
| 2014-08-25 | Add save/restore_irq | Dave Hylands |
| 2014-08-24 | Added python script to map AF to a pin name | Dave Hylands |
| 2014-08-16 | Put some code into the first 16K of flash | Dave Hylands |
| 2014-08-16 | stmhal: For non-debug compile, enable CC/LD opt to remove dead code. | Damien George |