| Age | Commit message (Expand) | Author |
| 2016-06-29 | stmhal: Port of f4 hal commit 1d7fb82 to l4 hal | dpslwk |
| 2016-06-18 | all: Rename mp_obj_type_t::stream_p to protocol. | Paul Sokolovsky |
| 2016-06-06 | stmhal: Add board definition files for Olimex STM32-E407. | Stefan Hölzl |
| 2016-06-03 | stmhal/uart.c: Fix wrong baudrate calculation for stm32l4 series. | Tobias Badertscher |
| 2016-05-31 | stmhal/dac: DAC deinit() method added. | Peter Hinch |
| 2016-05-29 | stmhal/moduos: getcwd(): Use mp_obj_new_exception_arg1(). | Paul Sokolovsky |
| 2016-05-26 | extmod/machine_i2c: Redo mp_hal_pin macros to use open_drain and od_low. | Damien George |
| 2016-05-23 | stmhal: Support frozen packages using .mpy files. | Damien George |
| 2016-05-13 | stmhal/sdcard: Allow to do unaligned read-from/write-to SD card. | Damien George |
| 2016-05-13 | stmhal/i2c: Expose I2CHandle3 for use by custom C code. | Damien George |
| 2016-05-13 | stmhal/led: Allow LEDs to be in PWM mode with TIM1 and channels 1-4. | Damien George |
| 2016-05-10 | stmhal: For network drivers, convert to use MP_Exxx errno symbols. | Damien George |
| 2016-05-10 | stmhal: Convert to use internal errno symbols; enable uerrno module. | Damien George |
| 2016-05-10 | stmhal: Fix clock configuration for STM32L476-discovery; also add I2C2. | Tobias Badertscher |
| 2016-05-08 | stmhal/can: Allow to get existing CAN obj if constructed without args. | Henrik Sölver |
| 2016-05-06 | stmhal/sdcard: Fix initialisation of DMA TX so that writes work. | Damien George |
| 2016-05-06 | stmhal/dma: Fix builds for boards with an F4 or F7 but no DAC. | Dave Hylands |
| 2016-05-05 | stmhal: For LIMIFROG board, add early-init function to get to DFU mode. | Damien George |
| 2016-05-05 | stmhal: Add board files for LIMIFROG board. | Tobias Badertscher |
| 2016-05-05 | stmhal/dma: Make DAC DMA descriptors conditional on having a DAC. | Damien George |
| 2016-05-05 | stmhal: L4: Add support for machine.sleep on STM32L4 MCUs. | Tobias Badertscher |
| 2016-05-05 | stmhal: L4: Make CCM/DTCM RAM start-up conditional on MCU type. | Tobias Badertscher |
| 2016-05-05 | stmhal: L4: Adapt startup code, clock configuration and interrupts. | Tobias Badertscher |
| 2016-05-05 | stmhal: L4: Adapt DMA to be able to support STM32L4 MCU series. | Tobias Badertscher |
| 2016-05-02 | stmhal, cc3200: Change i2c.scan() method to scan addresses 0x08-0x77. | Damien George |
| 2016-04-29 | stmhal/accel: Raise an exception if the accel couldn't be initialised. | Damien George |
| 2016-04-26 | extmod, stmhal: Fix typo of macro that detects if float is enabled. | Damien George |
| 2016-04-25 | cc3200, stmhal, teensy: Use pyhelp_print_obj function. | Colin Hogben |
| 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 |