| Age | Commit message (Expand) | Author |
| 2015-05-12 | stmhal: Add os.rename function. | Steve Zatz |
| 2015-05-11 | sthmal/rtc.c: Add calibration() method to get/set RTC fine-tuning value. | blmorris |
| 2015-04-21 | stmhal: Implement os.uname() to get details of OS and hardware. | Damien George |
| 2015-04-18 | stmhal: Add support for sending and receiving CAN RTR messages. | Henrik |
| 2015-03-15 | stmhal: Add rtc.wakeup method, to set wakeup timer. | Damien George |
| 2015-03-09 | stmhal: Add support for quadrature encoder mode to pyb.TimerChannel. | Dave Hylands |
| 2015-03-01 | stmhal: Add I2S2EXT and I2S3EXT constants to stm module. | Damien George |
| 2015-02-15 | stmhal: Add support for CAN rx callbacks. | Henrik Sölver |
| 2015-02-13 | stmhal: Add uart.sendbreak() method, to send a break condition. | Damien George |
| 2015-02-13 | stmhal: Properly define pyb.usb_mode() semantics. | Damien George |
| 2015-02-13 | stmhal: Add Python-configurable USB HID mode. | Damien George |
| 2015-02-10 | stmhal: Add boot.py and main.py to qstr definitions, to save some RAM. | Damien George |
| 2014-12-27 | stmhal: Add ability to mount custom block device. | Damien George |
| 2014-12-24 | stmhal: Enable ubinascii module, weak link to binascii. | Damien George |
| 2014-12-04 | stmhal: Overhaul network drivers; has generic network protocol in C. | Damien George |
| 2014-11-29 | stmhal: Add USB_VCP.setinterrupt method, to disable CTRL-C. | Damien George |
| 2014-11-27 | stmhal: Enable uhashlib module; add heapq, hashlib weak links. | Damien George |
| 2014-11-26 | Adding CAN filter management | Henrik Sölver |
| 2014-11-15 | stmhal: Improve CAN init so that it can take sjw, bs1, bs2 args. | Damien George |
| 2014-10-31 | stmhal: Implement support for RTS/CTS hardware flow control in UART. | Damien George |
| 2014-10-30 | stmhal: Added support for extended CAN frames. | Henrik Sölver |
| 2014-10-22 | Add pyb.hard_reset, and make sys.exit() or raise SystemExit do a soft reset. | Dave Hylands |
| 2014-10-21 | stmhal: Overhaul UART class to use read/write, and improve it. | Damien George |
| 2014-10-12 | moduzlib: Fix fn prototype and some code style; use it in stmhal port. | Damien George |
| 2014-10-12 | stmhal: Enable module weak links. | Damien George |
| 2014-10-10 | Add support for complimentary channel output and deadtime. | Dave Hylands |
| 2014-10-05 | stmhal, timer: Set freq from float; get timer source freq. | Damien George |
| 2014-10-02 | stmhal: Add basic CAN bus support. | Damien George |
| 2014-09-30 | stmhal: Add network and usocket module. | Damien George |
| 2014-09-28 | Added pyb.elapsed_millis and pyb.elapsed_micros | Dave Hylands |
| 2014-09-26 | stmhal: Initial implementation of cc3k module and driver. | Damien George |
| 2014-09-23 | Add pulse_width_percent to teensy. | Dave Hylands |
| 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 |