| Age | Commit message (Expand) | Author |
| 2016-10-10 | zephyr/Makefile: Automatically derive target-specific CFLAGS. | Paul Sokolovsky |
| 2016-10-10 | zephyr: Support extra make targets | Daniel Thompson |
| 2016-10-10 | zephyr: Automatically derive ARCH. | Daniel Thompson |
| 2016-10-10 | zephyr: Switch to microkernel, required for network to work in background. | Paul Sokolovsky |
| 2016-10-10 | zephyr: Add zephyr_getchar module to handle console input. | Paul Sokolovsky |
| 2016-10-10 | zephyr: Initial Zephyr RTOS port, Zephyr part. | Paul Sokolovsky |
| 2016-10-10 | zephyr: Initial Zephyr RTOS port, MicroPython part. | Paul Sokolovsky |
| 2016-10-09 | examples/network/http_client*: Use \r\n line-endings in request. | Paul Sokolovsky |
| 2016-10-09 | tests/io/bytesio_ext: Add test for readinto(). | Paul Sokolovsky |
| 2016-10-09 | py/objstringio: Add readinto() method. | Paul Sokolovsky |
| 2016-10-09 | tests/io/write_ext: Add description comment. | Paul Sokolovsky |
| 2016-10-09 | esp8266: Make neopixel support configurable. | Paul Sokolovsky |
| 2016-10-07 | extmod/vfs_fat_file: Use MP_Exxx errno constants. | Damien George |
| 2016-10-07 | unix: Use common RAISE_ERRNO macro from mphalport.h. | Damien George |
| 2016-10-07 | unix: Use mp_raise_OSError helper function. | Damien George |
| 2016-10-07 | esp8266: Use mp_raise_OSError helper function. | Damien George |
| 2016-10-07 | stmhal: Use mp_raise_OSError helper function. | Damien George |
| 2016-10-07 | driver/dht: Use mp_raise_OSError helper function. | Damien George |
| 2016-10-07 | extmod: Use mp_raise_OSError helper function. | Damien George |
| 2016-10-07 | extmod/modlwip: Use mp_raise_OSError helper function. | Damien George |
| 2016-10-07 | extmod/vfs_fat: Use mp_raise_OSError helper function. | Damien George |
| 2016-10-07 | py: Add mp_raise_OSError(errno) helper function. | Damien George |
| 2016-10-07 | esp8266: Add FLASH_MODE,FLASH_SIZE options for make deploy target. | dmanso |
| 2016-10-07 | docs/uos: Add uos.statvfs() documentation. | Alex March |
| 2016-10-07 | tests: Improve coverage of struct with test for non-compliant behaviour. | Damien George |
| 2016-10-07 | py/modstruct: Remove unreachable code, and add comment about CPy diff. | Damien George |
| 2016-10-07 | tests/extmod/uzlib: Test adaptive huffman tree for tinflate coverage. | Alex March |
| 2016-10-06 | esp8266: Make PY_UHASHLIB_SHA1 config depend on PY_USSL and SSL_AXTLS. | Damien George |
| 2016-10-06 | stmhal: Enable machine.time_pulse_us() function. | Damien George |
| 2016-10-06 | stmhal: Disable network and usocket for ESPRUINO_PICO | Dave Hylands |
| 2016-10-05 | tests: Fix expected output of verbose cmdline test | stijn |
| 2016-10-05 | stmhal/moduos: Implement total-number-of-blocks field in statvfs. | Damien George |
| 2016-10-05 | stmhal/mphalport: Change pin obj type to const pointer, to avoid casts. | Damien George |
| 2016-10-05 | esp8266/modpybrtc.c: Implement machine.RTC.alarm_left() | puuu |
| 2016-10-05 | stmhal: Fix ESPRUINO_PICO by adding ld scripts with correct flash size. | Dave Hylands |
| 2016-10-05 | tools: Upgrade upip to 1.0. | Paul Sokolovsky |
| 2016-10-05 | esp8266/main: Put /lib before / in sys.path. | Paul Sokolovsky |
| 2016-10-04 | esp8266/modmachine: idle(): Return number of CPU cycles spent idling. | Paul Sokolovsky |
| 2016-10-05 | tests/extmod/btree1: Checks for put, seq, string print and unsupported binary... | Alex March |
| 2016-10-04 | stmhal/usb: Use real packet size (not maximum) in HID receive. | Pavol Rusnak |
| 2016-10-04 | stmhal/usb: Use correct ClassData structure for HID receive. | Pavol Rusnak |
| 2016-10-04 | stmhal/usb: Add support to receive USB HID messages from host. | Philip Potter |
| 2016-10-04 | stmhal/usbdev: Add OUT endpoint to HID interface. | Philip Potter |
| 2016-10-04 | tests/run-tests: Disable cmdline/cmd_showbc test on Windows. | Damien George |
| 2016-10-04 | stmhal: Fix linker map for STM32L476 chips. | Dave Hylands |
| 2016-10-04 | stmhal/spi: Enable use of fast software SPI. | Damien George |
| 2016-10-04 | extmod/machine_spi: Add optional support for fast software SPI. | Damien George |
| 2016-10-04 | extmod/machine_spi: Use delay_half, not baudrate, for internal timing. | Damien George |
| 2016-10-04 | stmhal/spi: Use software SPI if no periph id given, even if pins given. | Damien George |
| 2016-10-03 | esp8266/moduos: Move stat/statvfs funcs to sit within #if VFS guard. | Damien George |