| Age | Commit message (Expand) | Author |
| 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 |
| 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 |