| Age | Commit message (Expand) | Author |
| 2016-10-04 | stmhal/usb: Add support to receive USB HID messages from host. | Philip Potter |
| 2016-10-04 | stmhal/usbdev: Add OUT endpoint to HID interface. | Philip Potter |
| 2016-10-04 | stmhal: Fix linker map for STM32L476 chips. | Dave Hylands |
| 2016-10-04 | stmhal/spi: Enable use of fast software SPI. | Damien George |
| 2016-10-04 | extmod/machine_spi: Use delay_half, not baudrate, for internal timing. | Damien George |
| 2016-10-04 | stmhal/spi: Use software SPI if no periph id given, even if pins given. | Damien George |
| 2016-10-03 | stmhal/mphalport: Fix mp_hal_pin_write to use correct pin_mask. | Damien George |
| 2016-10-03 | stmhal/spi: Make machine.SPI class conform to correct API. | Damien George |
| 2016-10-03 | stmhal/mphalport: Implement mp_hal_pin_{input,output,write}. | Damien George |
| 2016-10-03 | stmhal/spi: Simplify spi_transfer function to take only one buf len arg. | Damien George |
| 2016-10-03 | extmod/machine_spi: Simplify SPI xfer function to only take one buf len. | Damien George |
| 2016-09-30 | lib/cmsis: move CMSIS headers to lib/ | Krzysztof Blazewicz |
| 2016-09-28 | stmhal: Remove CMSIS STM32F2xx files, they are unused/unsupported. | Damien George |
| 2016-09-27 | stmhal: Add virtual com port support for STM32L476DISC. | Nicholas Graumann |
| 2016-09-27 | stmhal/modmachine: Fix clearing of reset-cause flags. | Damien George |
| 2016-09-22 | stmhal: Remove STM32CubeF2 HAL files, they are unused/unsupported. | Krzysztof Blazewicz |
| 2016-09-22 | stmhal: Put common definitions from linker files to common.ld. | Krzysztof Blazewicz |
| 2016-09-22 | all: Remove 'name' member from mp_obj_module_t struct. | Damien George |
| 2016-09-20 | stmhal: Use attribute to avoid inlining. | Stefan Agner |
| 2016-09-19 | stmhal/boards: For OLIMEX_E407, enable UART1 and fix I2C1 mapping. | Damien George |
| 2016-09-14 | stmhal/boards: Add pllvalues.py script to compute PLL values for sysclk. | Damien George |
| 2016-09-09 | stmhal/extint: Force 0 to 1 transition on swint(). | Krzysztof Blazewicz |
| 2016-09-09 | stmhal/{accel,lcd}: use GPIO_{set,clear}_pin | Krzysztof Blazewicz |
| 2016-09-09 | stmhal/lcd: De-assert chip select after completing SPI transmission. | Tom Soulanille |
| 2016-09-08 | stmhal,cc3200,esp8266: Consistently use PWRON_RESET constant. | Damien George |
| 2016-09-06 | stmhal/modmachine: Implement machine.reset_cause() function, and consts. | Damien George |
| 2016-09-06 | stmhal/wdt: Implement keyword args to WDT constructor. | Damien George |
| 2016-09-05 | stmhal/dac: Fix DAC (re-)initialisation by resetting DMA. | Peter Hinch |
| 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: Set STM32F7DISC CPU Frequency to 216 MHz | Dave Hylands |
| 2016-09-04 | stmhal: Add machine.WDT class. | Damien George |
| 2016-09-01 | stmhal/spi: Support new machine SPI methods in legacy SPI object. | Damien George |
| 2016-09-01 | stmhal/spi: Factor out SPI transfer code to a single function. | Damien George |
| 2016-08-31 | unix,stmhal,esp8266: When find'ing frozen files don't use extra slash. | Damien George |
| 2016-08-29 | stmhal: Update boot.py files to use VCP instead of CDC. | Philip Potter |
| 2016-08-26 | stmhal/modusocket: set self->nic to MP_OBJ_NULL after socket close | Krzysztof Blazewicz |
| 2016-08-25 | stmhal: Update pin print to print new constants | Dave Hylands |
| 2016-08-25 | stmhal: Make ADC channel 16 available on L4 MCUs. | Matt Brejza |
| 2016-08-22 | stmhal: Remove obsolete code for special handling of TIM3 irq settings. | Damien George |
| 2016-08-22 | stmhal: Fix timer capture/compare interrupt handling for TIM1 and TIM8. | Dave Hylands |
| 2016-08-15 | ports: Remove typedef of machine_ptr_t, it's no longer needed. | Damien George |
| 2016-08-11 | stmhal/adc.c: Get ADC working on STM32L4 MCUs. | Tobias Badertscher |
| 2016-08-11 | stmhal/boards: Update STM32L476 pin defs to include ADC channels. | Damien George |
| 2016-08-04 | stmhal: Fix I2C mappings for STM32F429DISC board. | David Siorpaes |
| 2016-07-30 | stmhal: Make SPI NSS pin definition optional. | Dave Hylands |
| 2016-07-30 | stmhal: fixing malloc when used with external libraries | Matt Brejza |
| 2016-06-29 | stmhal: Enable SD card on L4 MCUs. | dpslwk |
| 2016-06-29 | stmhal: Correct DMA to allow SD card on L4 MCUs. | dpslwk |
| 2016-06-29 | stmhal: Update HALCOMMITS due to change to hal | dpslwk |