| Age | Commit message (Expand) | Author |
| 2016-02-10 | stmhal: Add mount/umount/mkfs to os module. | Damien George |
| 2016-02-10 | extmod/fsusermount: Expose umount as a public function. | Damien George |
| 2016-02-10 | stmhal: Expose flash and SD card as proper objects with block protocol. | Damien George |
| 2016-02-10 | tests/pyb: Add simple test for stm module on pyboard. | Damien George |
| 2016-02-10 | extmod/modmachine: Truncate integers that are to be stored using mem*. | Damien George |
| 2016-02-10 | stmhal: Improve NUCLEO-F401RE build, with UART2 as REPL. | Dave Hylands |
| 2016-02-10 | lib/fatfs: Add support for sector sizes larger than 512 bytes. | Damien George |
| 2016-02-10 | extmod/fsusermount: Change block protocol to support ioctl method. | Damien George |
| 2016-02-10 | extmod/fsusermount: Implement separate umount() function. | Paul Sokolovsky |
| 2016-02-10 | extmod/fsusermount: Introduce separate mkfs() function. | Paul Sokolovsky |
| 2016-02-09 | py/viper: Allow uint as index to load/store, and give better error msg. | Damien George |
| 2016-02-09 | py/viper: Allow casting of Python integers to viper pointers. | Damien George |
| 2016-02-08 | esp8266/README: Add hint about adding toolchain to PATH. | Paul Sokolovsky |
| 2016-02-08 | esp8266/modpybrtc: pyb_rtc_memory(): Fix copy-paste error. | Paul Sokolovsky |
| 2016-02-08 | esp8266/modesp: Implement flash_write(), flash_erase(). | Alex March |
| 2016-02-07 | cc3200: Add stmhal/builtin_open.c to build. | Paul Sokolovsky |
| 2016-02-07 | stmhal/file: For self-contained usecase, don't define global types. | Paul Sokolovsky |
| 2016-02-07 | stmhal/file: Recast as "FatFs file" class, to support other VFS types. | Paul Sokolovsky |
| 2016-02-06 | extmod/fsusermount: Common subexpression elimination. | Paul Sokolovsky |
| 2016-02-06 | tests/open_plus: Add tests for "r+", "w+" open modes. | Paul Sokolovsky |
| 2016-02-06 | unix/file: Stop assuming that O_RDWR == O_RDONLY | O_WRONLY. | Paul Sokolovsky |
| 2016-02-06 | stmhal: Move stmhal-specific FatFs routines/structs to fatfs_port.c. | Paul Sokolovsky |
| 2016-02-06 | stmhal/diskio: Introduce MICROPY_HW_HAS_FLASH setting. | Paul Sokolovsky |
| 2016-02-03 | py/mpz: Add commented-out mpz_pow3_inpl function, to compute (x**y)%z. | Damien George |
| 2016-02-03 | py/mpz: Complete implementation of mpz_{and,or,xor} for negative args. | Doug Currie |
| 2016-02-02 | py: Extend native type-sig to use 4 bits, so uint is separate to ptr. | Damien George |
| 2016-02-02 | py/objstr: Make mp_obj_str_format_helper static. | Damien George |
| 2016-02-02 | py/objstr: For str.format, don't allocate on the heap for field name. | Damien George |
| 2016-02-02 | py/objstr: For str.format, add nested/computed fields support. | pohmelie |
| 2016-02-02 | drivers/sdcard: Add support for multi-block read/write; add SD test. | Peter Hinch |
| 2016-02-01 | extmod: Update uzlib to 1.2.2. | Paul Sokolovsky |
| 2016-02-01 | py/vm: Fix popping of exception block in UNWIND_JUMP opcode. | Damien George |
| 2016-02-01 | py/mpprint: Fix sign extension when printf'ing %u, %x and %X. | Damien George |
| 2016-01-31 | docs: Bump version to 1.6. | Damien George |
| 2016-01-30 | tests: For pyboard, add test for I2C error handling and recovery. | Damien George |
| 2016-01-30 | stmhal: Update HALCOMMITS due to change to hal. | Damien George |
| 2016-01-30 | stmhal: In HAL I2C driver, move DMA setup to after sending I2C address. | Damien George |
| 2016-01-29 | tests: Update pyboard LED test. | Damien George |
| 2016-01-29 | docs: Update to say that Timer(3) is free, and detail LED intensity. | Damien George |
| 2016-01-29 | stmhal: Add PWM capability for LED(3) and LED(4) on pyboards. | Damien George |
| 2016-01-29 | stmhal: Make TIM3 available for use by the user. | Damien George |
| 2016-01-29 | stmhal: Make USB CDC driver use SOF instead of TIM3 for outgoing data. | Damien George |
| 2016-01-29 | py/formatfloat: Add ability to format doubles with exponents > 99. | Damien George |
| 2016-01-29 | py/runtime: mp_stack_ctrl_init() should be called immediately on startup. | Paul Sokolovsky |
| 2016-01-29 | unix/main: Remove debug code left from MP_OBJ_TO_PTR refactor. | Paul Sokolovsky |
| 2016-01-28 | lib/utils/printf: Fix printf on release builds | Dave Hylands |
| 2016-01-28 | py/bc: Update opcode format table now that MP_BC_NOT opcode is gone. | Damien George |
| 2016-01-27 | unix/modsocket: sockaddr(): Handle AF_INET6 addresses. | Paul Sokolovsky |
| 2016-01-27 | py/inlineasm: Add ability to specify return type of asm_thumb funcs. | Damien George |
| 2016-01-27 | stmhal: Add support for the STM32F401NUCLEO board. | Carmine Noviello |