| Age | Commit message (Expand) | Author |
| 2016-08-02 | cc3200, teensy: Remove broken malloc/free/realloc macro helpers. | Damien George |
| 2016-06-28 | cc3200: Enable the GIL. | Damien George |
| 2016-06-28 | cc3200: Add basic threading capabilities. | Damien George |
| 2016-04-15 | py: Declare help, input, open builtins in core. | Paul Sokolovsky |
| 2016-04-13 | ports: Disable async/await on bare-arm, minimal, pic16bit, cc3200. | Damien George |
| 2016-02-15 | cc3200: Fix breakage after VfsFat refactor. | Paul Sokolovsky |
| 2015-12-18 | stmhal, cc3200: Actually implement machine -> umachine module weak link. | Paul Sokolovsky |
| 2015-12-18 | ports: Rename "machine" module to "umachine". | Paul Sokolovsky |
| 2015-11-08 | cc3200: FatFS configuration moved to the library folder. | Alex March |
| 2015-10-31 | all: Add py/mphal.h and use it in all ports. | Damien George |
| 2015-10-21 | cc3200: Enable "all special methods" configuration option. | danicampora |
| 2015-10-21 | cc3200: Enable REPL autoindent. | danicampora |
| 2015-10-19 | cc3200: Create wipy module, remove HeartBeat class. | danicampora |
| 2015-09-27 | cc3200: Disable uheapq and uhashlib. | Daniel Campora |
| 2015-09-27 | cc3200: Rename pyb module to machine. | Daniel Campora |
| 2015-09-27 | cc3200: Implement support for os.dupterm(). | Daniel Campora |
| 2015-09-27 | cc3200: New WLAN API including test. | Daniel Campora |
| 2015-09-27 | cc3200: New irq API, affects all classes that provide the irq method. | Daniel Campora |
| 2015-09-21 | cc3200: New SD and RTC API plus os and time modules' extensions. | Daniel Campora |
| 2015-09-10 | cc3200: Disable some uPy features in debug mode to help code fit. | Daniel Campora |
| 2015-09-10 | cc3200: New UART API plus related test. | Daniel Campora |
| 2015-07-30 | cc3200: Switch to 1 byte hash for QSTRs. | Daniel Campora |
| 2015-07-10 | cc3200: Add struct weak link for ustruct. | Daniel Campora |
| 2015-07-02 | cc3200: Add modussl, ssl sockets subclassed from normal sockets. | Daniel Campora |
| 2015-07-02 | cc3200: Add socket.timeout and socket.error exceptions. | Daniel Campora |
| 2015-06-28 | cc3200: Enable more features to improve compatibility with stmhal. | Daniel Campora |
| 2015-05-22 | cc3200: Finally unlock the full wake on WLAN feature set. | Daniel Campora |
| 2015-05-22 | cc3200: Add own ubinascii module. | Daniel Campora |
| 2015-05-20 | cc3200: Add uhashlib. Supports SHA1 and SHA256. | Daniel Campora |
| 2015-05-20 | cc3200: Disable UCTYPES and enable ARRAY_SLICE_ASSIGN. | Daniel Campora |
| 2015-05-17 | cc3200: Disable WLAN.urn() by default. | Daniel Campora |
| 2015-05-17 | cc3200: Add Timer module. Supports free running, PWM and capture modes. | Daniel Campora |
| 2015-05-07 | cc3200: Enable MICROPY_MODULE_WEAK_LINKS. | Daniel Campora |
| 2015-05-05 | cc3200: Define MICROPY_CPYTHON_COMPAT=0. | Daniel Campora |
| 2015-05-03 | cc3200: Clean up pyb.Pin | Daniel Campora |
| 2015-04-29 | cc3200: Implement os.uname() to get details of the OS and hardware. | Daniel Campora |
| 2015-04-16 | py: Overhaul and simplify printf/pfenv mechanism. | Damien George |
| 2015-04-13 | cc3200: Disable MICROPY_COMP_TRIPLE_TUPLE_ASSIGN. | Daniel Campora |
| 2015-04-11 | cc3200: Enable TRIPLE_TUPLE_ASSIGN and UBINASCII. | Daniel Campora |
| 2015-04-11 | cc3200: Enable long filename support in FatFS. | Daniel Campora |
| 2015-03-17 | cc3200: Make peripheral objects static. | danicampora |
| 2015-03-11 | cc3200: Add power management framework. Add mpcallback class. | danicampora |
| 2015-03-11 | cc3200: Merge ExtInt class into Pin class. | danicampora |
| 2015-03-11 | cc3200: Add preliminary low power deep sleep support. | danicampora |
| 2015-02-23 | cc3200: Introduce MICROPY_PORT_HAS_TELNET and MICROPY_PORT_HAS_FTP. | danicampora |
| 2015-02-21 | cc3200: Disable MICROPY_OPT_COMPUTED_GOTO. | danicampora |
| 2015-02-20 | cc3200: Disable MICROPY_PY_SYS_EXIT and MICROPY_EMIT_INLINE_THUMB. | danicampora |
| 2015-02-20 | cc3200: Refactor UART and I2C object creation. | danicampora |
| 2015-02-13 | cc3200: Add I2C module. Only master mode is currently supported. | danicampora |
| 2015-02-09 | cc3200: Rename GPIO module to Pin. | danicampora |