| Age | Commit message (Expand) | Author |
| 2016-09-22 | all: Remove 'name' member from mp_obj_module_t struct. | Damien George |
| 2016-09-08 | stmhal,cc3200,esp8266: Consistently use PWRON_RESET constant. | Damien George |
| 2016-09-05 | py: Add MICROPY_USE_INTERNAL_PRINTF option, defaults to enabled. | Delio Brignoli |
| 2016-08-15 | ports: Remove typedef of machine_ptr_t, it's no longer needed. | Damien George |
| 2016-08-02 | cc3200, teensy: Remove broken malloc/free/realloc macro helpers. | Damien George |
| 2016-06-28 | cc3200: Remove obsolete singleton heart-beat object. | Damien George |
| 2016-06-28 | cc3200: Allow to compile bootloader with threading enabled. | Damien George |
| 2016-06-28 | cc3200: Shrink the FreeRTOS heap and place TCB+stack in freed location. | Damien George |
| 2016-06-28 | cc3200: Start the simplelink spawn task using the static task creator. | Damien George |
| 2016-06-28 | cc3200: Remove .boot section attribute from osi_TaskCreate function. | Damien George |
| 2016-06-28 | cc3200: In FreeRTOSConfig.h, comment on configSUPPORT_STATIC_ALLOCATION. | Damien George |
| 2016-06-28 | cc3200: Enable the GIL. | Damien George |
| 2016-06-28 | cc3200/mpthreadport: Move mem alloc outside the thread_mutex lock. | Damien George |
| 2016-06-28 | cc3200/mpthreadport: Scan more root pointers from thread data. | Damien George |
| 2016-06-28 | cc3200/gccollect: Use MP_STATE_THREAD(stack_top) to get top of stack. | Damien George |
| 2016-06-28 | cc3200/mpthreadport: Properly initialise the main thread's data. | Damien George |
| 2016-06-28 | cc3200/mpthreadport: Make mutex statically allocated. | Damien George |
| 2016-06-28 | cc3200: Use xTaskCreateStatic instead of osi_TaskCreate. | Damien George |
| 2016-06-28 | cc3200: Fix call to new exception to be _msg instead of _arg1. | Damien George |
| 2016-06-28 | py/modthread: Allow to properly set the stack limit of a thread. | Damien George |
| 2016-06-28 | cc3200: Add basic threading capabilities. | Damien George |
| 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 |