| Age | Commit message (Expand) | Author |
| 2014-09-21 | stmhal: Add pulse_width_ratio to timer channel object. | Damien George |
| 2014-09-19 | Add Timer support (PWM, OC, IC) for stmhal and teensy | Dave Hylands |
| 2014-09-07 | Remove skeletal modselect from extmod and just put it in stmhal. | Damien George |
| 2014-09-01 | stmhal: Add wiznet5k module, to control WIZnet ethernet adaptor. | Damien George |
| 2014-08-25 | Add support for pyb.micros() by using the systick timer. | Dave Hylands |
| 2014-08-24 | Add time.mktime and enhance time.localtime (for stmhal) | Dave Hylands |
| 2014-08-16 | stmhal: In safe mode, still mount SD card and present as MSD over USB. | Damien George |
| 2014-08-07 | Add support for selecting pin alternate functions from python. | Dave Hylands |
| 2014-07-31 | stmhal: Change 0:/ and 1:/ to /flash and /sd; add CWD support. | Damien George |
| 2014-07-31 | stmhal: Add USB_VCP class/object, for direct USB VCP control. | Damien George |
| 2014-07-21 | Change boolean 'use_16bit_addr' to int 'addr_size', can be either 8 or 16 bit... | blmorris |
| 2014-07-21 | Merge https://github.com/micropython/micropython | blmorris |
| 2014-07-19 | stmhal: Add file.flush and os.stat. | Damien George |
| 2014-07-11 | Incorporate stylistic changes suggested by @dhylands | blmorris |
| 2014-07-11 | Add keyword argument 'memaddr_use_16b' to i2c.mem_read and mem_write methods | blmorris |
| 2014-06-15 | stmhal: Add Python function to set UART for REPL. | Damien George |
| 2014-06-15 | stmhal: Update and improve LCD driver. | Damien George |
| 2014-06-11 | stmhal, file: Implement a,x,+ open modes, seek and tell. | Damien George |
| 2014-05-18 | stmhal: Activate bootloader with pyb.bootloader() | Sven Wegener |
| 2014-05-08 | stmhal: Add time.time() and time.localtime(). | Damien George |
| 2014-05-03 | Add license header to (almost) all files. | Damien George |
| 2014-04-21 | stmhal: Make switch a class, to follow suit of all other modules. | Damien George |
| 2014-04-21 | stmhal, servo: Rename calibrate method to calibration. | Damien George |
| 2014-04-21 | stmhal: Add Timer class: simple TIM control, incl callback on IRQ. | Damien George |
| 2014-04-21 | stmhal: Make DAC dynamically allocate instances; rename dma->write_timed. | Damien George |
| 2014-04-21 | stmhal: Rename USART to UART. | Damien George |
| 2014-04-21 | stmhal: Improve USART class, to be more like SPI and I2C. | Damien George |
| 2014-04-21 | stmhal, SPI and I2C: Improvements to functionality and consistency. | Damien George |
| 2014-04-20 | stmhal: Small bug fixes and simplifications. | Damien George |
| 2014-04-20 | stmhal: Update ExtInt to allow keyword arguments in constructor. | Damien George |
| 2014-04-20 | stmhal: Add SPI class. | Damien George |
| 2014-04-19 | stmhal: Add pyb.Pin.init method to re-init GPIO pin mode. | Damien George |
| 2014-04-19 | stmhal: Improve RTC class; make fatfs use RTC for time stamping files. | Damien George |
| 2014-04-19 | stmhal: Add pyb.unique_id, to get unique id of MCU. | Damien George |
| 2014-04-19 | stmhal: Rename pyb.Led to pyb.LED to conform to naming rules. | Damien George |
| 2014-04-19 | stmhal: Add lots of constants to stm module. | Damien George |
| 2014-04-18 | stmhal: Update help and comments re gpio changing to Pin. | Damien George |
| 2014-04-18 | stmhal: Big cleanup; merge gpio into Pin; make names consistent. | Damien George |
| 2014-04-16 | stmhal: Add pyb.have_cdc function to check if USB CDC device is enabled. | Damien George |
| 2014-04-15 | stmhal: Add ADC function to read data at a given frequency. | Damien George |
| 2014-04-15 | stmhal: Add I2C.scan method, to scan all devices on the bus. | Damien George |
| 2014-04-14 | stmhal: Add pyb.wfi() function (calls __WFI). | Damien George |
| 2014-04-10 | stmhal: Add stm module, which contains some constants for the MCU. | Damien George |
| 2014-04-09 | stmhal: Add functionality to Servo object. | Damien George |
| 2014-04-08 | unix, stmhal: Consistently use "FileIO" as class name for file objects. | Paul Sokolovsky |
| 2014-04-05 | py: Replace stream_p with *stream_p in mp_obj_type_t. | Damien George |
| 2014-04-03 | stmhal: Reimplement file support using stream protocol API. | Paul Sokolovsky |
| 2014-03-30 | stmhal: Implement selector for USB device mode; improve boot up. | Damien George |
| 2014-03-26 | stmhal: Remove ExtiMeta object and clean up class constants. | Damien George |
| 2014-03-26 | Change mp_method_t.name from const char * to qstr. | Damien George |