| Age | Commit message (Expand) | Author |
| 2016-09-20 | py/showbc: Make printf's go to the platform print stream. | Damien George |
| 2016-09-19 | tests/array1: Add tests for "l", "L" array types to improve coverage. | Paul Sokolovsky |
| 2016-09-19 | tests/struct1: Test "l" specifier to improve coverage. | Paul Sokolovsky |
| 2016-09-19 | py/qstr: Remove a comment. | Damien George |
| 2016-09-19 | stmhal/boards: For OLIMEX_E407, enable UART1 and fix I2C1 mapping. | Damien George |
| 2016-09-19 | py/objnone: Use mp_generic_unary_op instead of custom one. | Damien George |
| 2016-09-19 | py/vstr: Remove vstr.had_error flag and inline basic vstr functions. | Damien George |
| 2016-09-19 | py: Combine 3 comprehension opcodes (list/dict/set) into 1. | Damien George |
| 2016-09-19 | py: Combine 3 comprehension emit functions (list/dict/set) into 1. | Damien George |
| 2016-09-19 | esp8266/esp_mphal: Add tentative change to mp_hal_stdin_rx_chr() to wait IRQ. | Paul Sokolovsky |
| 2016-09-18 | esp8266/ets_alt_task: ets_post: Should return 0 on success, !0 - failure. | Paul Sokolovsky |
| 2016-09-18 | docs/library/pyb.SPI: init(): Describe "bits" argument. | Paul Sokolovsky |
| 2016-09-18 | Small WiPy doc fixes | juhasch |
| 2016-09-18 | unix/modjni: array(): Support creation of object arrays. | Paul Sokolovsky |
| 2016-09-17 | Updated FROZEN_DIR support as per f28efa19713977a61395b19fec1fe501aeee4c0e | Dave Hylands |
| 2016-09-17 | py: Move frozen modules rules from esp8266 port for reuse across ports. | Paul Sokolovsky |
| 2016-09-17 | esp8266/Makefile: Rename SCRIPTDIR to FROZEN_DIR for consistency. | Paul Sokolovsky |
| 2016-09-17 | unix/modjni: Add array() top-level function to create Java array. | Paul Sokolovsky |
| 2016-09-16 | tests/extmod: Add test for machine.time_pulse_us(). | Damien George |
| 2016-09-16 | tests/basics: Add errno1 test, to check basics of uerrno module. | Damien George |
| 2016-09-16 | tests/extmod/urandom: Add urandom tests for error cases. | Damien George |
| 2016-09-16 | py/objnone: Remove unnecessary handling of MP_UNARY_OP_BOOL. | Damien George |
| 2016-09-16 | unix/modjni: Implement subscription for object arrays. | Paul Sokolovsky |
| 2016-09-14 | stmhal/boards: Add pllvalues.py script to compute PLL values for sysclk. | Damien George |
| 2016-09-12 | unix: Fix build for when MICROPY_PY_SOCKET=0. | Renato Aguiar |
| 2016-09-10 | travis: Abandon mingw32 in favour of mingw-w64 | stijn |
| 2016-09-10 | windows: Enable MICROPY_PY_UERRNO | stijn |
| 2016-09-09 | py/makeqstrdefs.py: Use python 2.6 syntax for set creation. | Chris Packham |
| 2016-09-09 | tests/pyb: Update exp file for previously updated extint test. | Damien George |
| 2016-09-09 | tests/pyb: Add test for ExtInt when doing swint while disabled. | Damien George |
| 2016-09-09 | stmhal/extint: Force 0 to 1 transition on swint(). | Krzysztof Blazewicz |
| 2016-09-09 | stmhal/{accel,lcd}: use GPIO_{set,clear}_pin | Krzysztof Blazewicz |
| 2016-09-09 | stmhal/lcd: De-assert chip select after completing SPI transmission. | Tom Soulanille |
| 2016-09-09 | py/asmthumb: Flush D-cache, and invalidate I-cache on STM32F7. | Antonin ENFRUN |
| 2016-09-09 | docs: Bump version to 1.8.4. | Damien George |
| 2016-09-08 | tests/run-tests: Disable thread/stress_recurse.py test on Travis. | Damien George |
| 2016-09-08 | stmhal,cc3200,esp8266: Consistently use PWRON_RESET constant. | Damien George |
| 2016-09-07 | docs/reference/isr_rules.rst: Two minor additions to docs for using ISR. | Peter Hinch |
| 2016-09-07 | esp8266/modmachine: Map PWR_ON_RESET to vendor's REASON_DEFAULT_RST. | Paul Sokolovsky |
| 2016-09-06 | esp8266/modnetwork: Fix wlan.scan() method so it returns all networks. | Damien George |
| 2016-09-06 | docs/library/machine.WDT: Add that WDT is available on pyboard. | Damien George |
| 2016-09-06 | stmhal/modmachine: Implement machine.reset_cause() function, and consts. | Damien George |
| 2016-09-06 | stmhal/wdt: Implement keyword args to WDT constructor. | Damien George |
| 2016-09-06 | esp8266/espneopixel: Disable IRQs during eps.neopixel_write. | Torsten Wagner |
| 2016-09-05 | travis: Build mpy-cross as part of the Travis process. | Damien George |
| 2016-09-05 | mpy-cross: Don't use the internal printf functions. | Damien George |
| 2016-09-05 | stmhal/dac: Fix DAC (re-)initialisation by resetting DMA. | Peter Hinch |
| 2016-09-05 | unix,stmhal,esp8266: When find'ing frozen files follow symbolic links. | Damien George |
| 2016-09-05 | py: Add MICROPY_USE_INTERNAL_PRINTF option, defaults to enabled. | Delio Brignoli |
| 2016-09-05 | tests/extmod/framebuf1: Add tests for scrolling in the x-direction. | Damien George |