| Age | Commit message (Expand) | Author |
| 2017-09-06 | ports: Make new ports/ sub-directory and move all ports there. | Damien George |
| 2017-07-31 | all: Use the name MicroPython consistently in comments | Alexander Steffen |
| 2016-04-16 | py: Add rules for automated extraction of qstrs from sources. | Jan Čapek |
| 2016-02-10 | stmhal: Expose flash and SD card as proper objects with block protocol. | Damien George |
| 2016-01-19 | stmhal: Add os.statvfs | Dave Hylands |
| 2015-12-25 | extmod/fsusermount: Move module qstrs to global pool from stmhal port. | Paul Sokolovsky |
| 2015-12-22 | stmhal: Add pyb.irq_stats() to get statistics about IRQ calls. | Damien George |
| 2015-12-18 | ports: Rename "machine" module to "umachine". | Paul Sokolovsky |
| 2015-11-09 | stmhal/moduselect: Expose POLLIN/OUT/ERR/HUP constants. | Paul Sokolovsky |
| 2015-10-19 | stmhal: Bring Pin class close to new machine module specification. | Damien George |
| 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-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-13 | py: Add stream_tell method, and use for unix and stmhal file tell. | blmorris |
| 2015-08-07 | stmhal: Generate modstm constants per build | Dave Hylands |
| 2015-07-14 | stmhal: Add qstr definition for ifconfig when building for WizNet | Dave Hylands |
| 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 |