| Age | Commit message (Expand) | Author |
| 2016-06-28 | cc3200: Define our own FreeRTOS heap so it can go in a special segment. | Damien George |
| 2016-06-28 | cc3200: Update FreeRTOS to v9.0.0. | Damien George |
| 2016-06-18 | all: Rename mp_obj_type_t::stream_p to protocol. | Paul Sokolovsky |
| 2016-05-02 | stmhal, cc3200: Change i2c.scan() method to scan addresses 0x08-0x77. | Damien George |
| 2016-04-25 | cc3200, stmhal, teensy: Use pyhelp_print_obj function. | Colin Hogben |
| 2016-04-16 | py: Add rules for automated extraction of qstrs from sources. | Jan Čapek |
| 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-04-06 | cc3200/mods/modwlan: Include stream.h after recent refactor. | Paul Sokolovsky |
| 2016-02-27 | cc3200: Update WiPy software version to 1.2.0 | danicampora |
| 2016-02-22 | cc3200: Rename 'server' class to 'Server' for consistency. | danicampora |
| 2016-02-21 | cc3200: Improve robustness of WLAN during sleep modes. | danicampora |
| 2016-02-21 | cc3200: Fix "debug" build. | danicampora |
| 2016-02-21 | test/wipy: Add Timer class tests. | danicampora |
| 2016-02-21 | cc3200: Simplify the Timer API and correct the documents. | danicampora |
| 2016-02-21 | cc3200: Improve robustness of the I2C driver. | danicampora |
| 2016-02-21 | cc3200: Finally fix the Timer class API. | danicampora |
| 2016-02-15 | cc3200: Fix breakage after VfsFat refactor. | Paul Sokolovsky |
| 2016-02-07 | cc3200: Add stmhal/builtin_open.c to build. | Paul Sokolovsky |
| 2016-01-11 | py: Change first arg of type.make_new from mp_obj_t to mp_obj_type_t*. | Damien George |
| 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-12-04 | cc3200: Add __get_BASEPRI and __set_BASEPRI inline function definitions. | Damien George |
| 2015-11-29 | cc3200: Correct buffer offset in serial flash diskio module. | danicampora |
| 2015-11-29 | py: Change qstr_* functions to use size_t as the type for str len arg. | Damien George |
| 2015-11-18 | cc3200: Bump version to 1.1.1. | danicampora |
| 2015-11-18 | cc3200/README.md: Correct cc3200's update file name. | danicampora |
| 2015-11-18 | cc3200/appsign.sh: Use md5 if running under Darwin. | Gary Ashton-Jones |
| 2015-11-18 | docs: Update docs for WiPy wlan.connect(). | Noah |
| 2015-11-16 | cc3200: Unmount all user file systems after a soft reset. | danicampora |
| 2015-11-10 | lib/utils/printf: Move from stmhal/ . | Paul Sokolovsky |
| 2015-11-09 | stmhal/moduselect: Expose POLLIN/OUT/ERR/HUP constants. | Paul Sokolovsky |
| 2015-11-09 | lib/pyexec: Move header pyexec.h from stmhal directory. | Damien George |
| 2015-11-08 | cc3200: FatFS configuration moved to the library folder. | Alex March |
| 2015-11-06 | cc3200: Force SSL method to be TLSV1. | danicampora |
| 2015-11-05 | cc3200: Make telnet server ignore NULL characters. | danicampora |
| 2015-11-01 | cc3200: Remove includes of rom.h (must be included via rom_map.h). | danicampora |
| 2015-11-01 | cc3200: Fix SPI clock divider calculation. | danicampora |
| 2015-10-31 | cc3200: Use common pyexec.c . | Paul Sokolovsky |
| 2015-10-31 | all: Add py/mphal.h and use it in all ports. | Damien George |
| 2015-10-29 | cc3200: Switch from HAL_GetTick() to mp_hal_ticks_ms(). | Paul Sokolovsky |
| 2015-10-29 | cc3200: Switch from HAL_Delay() to mp_hal_delay_ms(). | Paul Sokolovsky |
| 2015-10-28 | cc3200: Actually allow to specify a custom build directory. | danicampora |
| 2015-10-28 | cc3200: Fix bug in FTP command buffer, and set listening backlog to 0. | danicampora |
| 2015-10-26 | cc3200: Set pin direction first, then value. Fixes #1542. | danicampora |
| 2015-10-25 | cc3200: Update README to change pyb to machine. | Martijn Koster |
| 2015-10-25 | cc3200: Allow to read pin value when in OPEN_DRAIN mode. | danicampora |
| 2015-10-25 | cc3200: Enable WLAN irq on creation. | danicampora |
| 2015-10-22 | cc3200: Add created sockets to the registry. | danicampora |
| 2015-10-21 | cc3200: Bump version to 1.1.0 | danicampora |