| Age | Commit message (Expand) | Author |
| 2017-01-27 | extmod: Rename vfs_fat_file.h to vfs_fat.h. | Damien George |
| 2017-01-22 | cc3200: Convert to use builtin help function. | Damien George |
| 2017-01-07 | cc3200/modwlan: Add network.WLAN.print_ver() diagnostic function. | Paul Sokolovsky |
| 2017-01-04 | all: Consistently update signatures of .make_new and .call methods. | Paul Sokolovsky |
| 2016-12-29 | cc3200/README: Reorganize and update to the current state of affairs. | Paul Sokolovsky |
| 2016-12-29 | cc3200: Add targets to erase flash, deploy firmware using cc3200tool. | Paul Sokolovsky |
| 2016-12-29 | cc3200: make: Rename "deploy" target to "deploy-ota". | Paul Sokolovsky |
| 2016-12-28 | cc3200/README: (Re)add information about accessing REPL on serial. | Paul Sokolovsky |
| 2016-12-28 | cc3200: Enable UART REPL by default. | Paul Sokolovsky |
| 2016-12-27 | cc3200: Re-add support for UART REPL (MICROPY_STDIO_UART setting). | Paul Sokolovsky |
| 2016-12-02 | extmod/moduselect: Use configurable EVENT_POLL_HOOK instead of WFI. | Damien George |
| 2016-12-02 | py/stream: Move ad-hoc ioctl constants to stream.h and rename them. | Damien George |
| 2016-11-21 | cc3200: Update for moduselect moved to extmod/. | Paul Sokolovsky |
| 2016-11-16 | py/lexer: Provide generic mp_lexer_new_from_file based on mp_reader. | Damien George |
| 2016-11-16 | py: Factor out persistent-code reader into separate files. | Damien George |
| 2016-11-15 | cc3200/mods/pybspi: Remove SPI.MASTER constant, it's no longer needed. | Damien George |
| 2016-11-15 | cc3200/pybspi: Remove static mode=SPI.MASTER parameter for latest HW API. | Paul Sokolovsky |
| 2016-11-14 | cc3200/tools/smoke.py: Change readall() to read(). | Damien George |
| 2016-11-14 | all: Remove readall() method, which is equivalent to read() w/o args. | Paul Sokolovsky |
| 2016-10-21 | py: Be more specific with MP_DECLARE_CONST_FUN_OBJ macros. | Damien George |
| 2016-10-19 | cc3200: Fix thread mutex's so threading works with interrupts. | Damien George |
| 2016-10-18 | cc3200: Enable loading of precompiled .mpy files. | Damien George |
| 2016-10-18 | cc3200/mods/pybspi: Allow "write" arg of read/readinto to be positional. | Damien George |
| 2016-10-18 | cc3200: Use mp_raise_XXX helper functions to reduce code size. | Damien George |
| 2016-10-01 | cc3200: Add ssl_version argument to ssl.wrap_socket(). | daniel |
| 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 |