| Age | Commit message (Expand) | Author |
| 2015-10-20 | stmhal/uart: If char is not received within timeout, return EAGAIN error. | Paul Sokolovsky |
| 2015-10-19 | stmhal: Implement os.dupterm (was pyb.repl_uart). | Damien George |
| 2015-10-19 | stmhal: Add sleep_{ms,us} and ticks_{ms,us,cpu,diff} to time module. | Damien George |
| 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-17 | stmhal: Make USB serial number actually be unique. | Dave Hylands |
| 2015-10-13 | stmhal: Allow to set bits resolution for DAC; 8 is default, can have 12. | Damien George |
| 2015-10-12 | Rename "Micro Python" to "MicroPython" in REPL, help, readme's and misc. | Damien George |
| 2015-10-11 | stmhal: Enable REPL auto indent; document paste mode in help(). | Damien George |
| 2015-10-11 | repl: Add paste mode to friendly REPL, entered via CTRL-E. | Damien George |
| 2015-10-11 | py: Rename MP_BOOL() to mp_obj_new_bool() for consistency in naming. | Paul Sokolovsky |
| 2015-10-09 | stmhal: Fix USB CDC-only mode under Windows. | Dave Hylands |
| 2015-10-08 | stmhal: Fix RTC.wakeup so it correctly calculates WUT for large periods. | Damien George |
| 2015-10-06 | stmhal: In RTC.wakeup, fix setting of wucksel to get correct period. | Damien George |
| 2015-10-02 | py: Allocate parse nodes in chunks to reduce fragmentation and RAM use. | Damien George |
| 2015-09-15 | py/objslice: Make slice attributes (start/stop/step) readable. | Tom Soulanille |
| 2015-09-15 | stmhal: Use polling, not DMA, for 1 byte SPI transfers. | Damien George |
| 2015-09-12 | stmhal: Add "opt" arg to pyb.main, to set mp_optimise_value. | Tom Soulanille |
| 2015-09-03 | stmhal: add option to query for the current usb mode | Tony Abboud |
| 2015-08-29 | stmhal: Add support for STM32F411 Discovery Board (STM32F411E-DISCO). | Bob Clough |
| 2015-08-17 | stmhal: Fixed some typos in stm32f411_af.csv. | tobbad |
| 2015-08-15 | stmhal: Enable I & D caches for M7 | Dave Hylands |
| 2015-08-13 | py: Add stream_tell method, and use for unix and stmhal file tell. | blmorris |
| 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-07 | stmhal/cmsis: Replace non-ascii apostrophe with ascii apostrophe. | 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-05 | stmhal: Enable I2C support for F7 MCUs. | Dave Hylands |
| 2015-08-03 | stmhal: Add HALCOMMITS file with list of commits that touch the hal. | Damien George |
| 2015-08-03 | stmhal: Port of f4 hal commit 1d7fb82 to f7 hal | Dave Hylands |
| 2015-08-03 | stmhal: Port of f4 hal commit 09de030 to f7 hal | Dave Hylands |
| 2015-08-03 | stmhal: Port of f4 hal commit c568a2b to f7 hal | Dave Hylands |
| 2015-08-03 | stmhal: M7 Reset clocksources changed by DFU bootloader | Dave Hylands |
| 2015-08-03 | stmhal: Add STM32F7 support for USB serial and storage. | Dave Hylands |
| 2015-08-03 | stmhal: Add support for USART1 and conditional pins in make-pins.py. | Damien George |
| 2015-08-03 | stmhal: Add better support for UART having Tx and Rx on different ports. | Damien George |
| 2015-08-03 | stmhal: Fix make-pins.py to allow Port K. | Damien George |
| 2015-08-03 | stmhal: Add debug capability to print out info about a hard fault. | Damien George |
| 2015-08-03 | stmhal: Factor GPIO clock enable logic into mp_hal_gpio_clock_enable. | Damien George |
| 2015-08-03 | stmhal: Factor out USRSW boot-up code and support boards with 1 LED. | 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-30 | stmhal: Expose uwTick in f7 hal. | Damien George |
| 2015-07-30 | stmhal: Add hal and cmsis files from STM32Cube_FW_F7_V1.1.0. | Dave Hylands |
| 2015-07-27 | stmhal: Put fs_user_mount pointer in root ptr section of global state. | Damien George |
| 2015-07-27 | stmhal: Check if user block device is mounted before accessing it. | Damien George |
| 2015-07-26 | lib/mp-readline: Add emacs-style control characters for cursor movement. | Tom Soulanille |