| Age | Commit message (Expand) | Author |
| 2016-02-15 | py/emitnative: Add check that RHS of viper store is of integral type. | Damien George |
| 2016-02-15 | py/asmx64: Support all 16 regs in reg to memory move instructions. | Damien George |
| 2016-02-15 | py/asmx64: Add helper macro for generating REX_[WRXB] bits from a reg64. | Damien George |
| 2016-02-15 | cc3200: Fix breakage after VfsFat refactor. | Paul Sokolovsky |
| 2016-02-15 | extmod/vfs_fat_ffconf: Reusable FatFs module, move from stmhal/ffconf. | Paul Sokolovsky |
| 2016-02-15 | extmod/vfs_fat_file: Reusable FatFs module, move from stmhal/file. | Paul Sokolovsky |
| 2016-02-15 | extmod/vfs_fat_diskio: Reusable FatFs module, move from stmhal/diskio. | Paul Sokolovsky |
| 2016-02-15 | py/mpstate.h: fs_user_mount is now standard, reusable uPy functionality. | Paul Sokolovsky |
| 2016-02-14 | tests/vfs_fat_ramdisk: Allow to override sector size. | Paul Sokolovsky |
| 2016-02-14 | tests/vfs_fat_ramdisk: Switch to ioctl-based blockdev API. | Paul Sokolovsky |
| 2016-02-14 | stmhal/diskio: Add provision for default returns for ioctl INIT/SEC_SIZE. | Paul Sokolovsky |
| 2016-02-14 | tests/vfs_fat_ramdisk: Add test for VfsFat. | Paul Sokolovsky |
| 2016-02-14 | stmhal/file: Paranoid compiler warnings cleanness. | Paul Sokolovsky |
| 2016-02-14 | stmhal/diskio,file: Nanbox cleanness. | Paul Sokolovsky |
| 2016-02-14 | extmod/fsusermount,vfs_fat: Nanbox cleanness. | Paul Sokolovsky |
| 2016-02-14 | unix: Enable VfsFat support. | Paul Sokolovsky |
| 2016-02-14 | extmod/vfs_fat: Object-oriented encapsulation of FatFs VFS. | Paul Sokolovsky |
| 2016-02-14 | py/obj.h: If not float support is enabled, define mp_obj_is_float(o) to false. | Paul Sokolovsky |
| 2016-02-14 | tests/bytearray1: Add testcases for "in" operator. | Paul Sokolovsky |
| 2016-02-14 | py/objarray: Implement "in" operator for bytearray. | Paul Sokolovsky |
| 2016-02-14 | eagle.rom.addr.v6.ld: More symbols from SDK 1.5.0. | Paul Sokolovsky |
| 2016-02-13 | extmod/fsusermount: umount: Add NULL pointer checks. | Paul Sokolovsky |
| 2016-02-13 | float/string_format: Split large test in 2. | Paul Sokolovsky |
| 2016-02-13 | tests/run-tests: Add esp8266 target. | Paul Sokolovsky |
| 2016-02-13 | test/float2int: Make test output clearer. | Paul Sokolovsky |
| 2016-02-12 | esp8266/modpybrtc: Simplify multiplication by fixed-point value. | Paul Sokolovsky |
| 2016-02-10 | stmhal: NUCLEO 401 - Add definitions for I2C2 and I2C3 | Dave Hylands |
| 2016-02-10 | stmhal: CERB40 - Add pins defines for I2C3 | Dave Hylands |
| 2016-02-10 | stmhal: NUCLEO 401 - Add a bunch of missing pins and reorder the pins | Dave Hylands |
| 2016-02-10 | stmhal: Add a function for setting the pin alternate function | Dave Hylands |
| 2016-02-10 | extmod/fsusermount: Move BP_IOCTL_xxx constants to fsusermount.h. | Damien George |
| 2016-02-10 | extmod/fsusermount: Support mounting of multiple block devices. | Damien George |
| 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 |