aboutsummaryrefslogtreecommitdiff
path: root/extmod/fsusermount.h
AgeCommit message (Expand)Author
2016-11-14Merge tag 'v1.8.6'Scott Shawcroft
2016-10-21Add support for USB writeable, MicroPython read-only volumes.Scott Shawcroft
2016-10-21atmel-samd: Rework mass storage interaction with underlying blockScott Shawcroft
2016-10-21py: Be more specific with MP_DECLARE_CONST_FUN_OBJ macros.Damien George
2016-08-26esp8266/modous: Add os.umount method to unmount a filesystem.Radomir Dopieralski
2016-02-14extmod/vfs_fat: Object-oriented encapsulation of FatFs VFS.Paul Sokolovsky
2016-02-10extmod/fsusermount: Move BP_IOCTL_xxx constants to fsusermount.h.Damien George
2016-02-10extmod/fsusermount: Support mounting of multiple block devices.Damien George
2016-02-10extmod/fsusermount: Expose umount as a public function.Damien George
2016-02-10extmod/fsusermount: Change block protocol to support ioctl method.Damien George
2016-02-10extmod/fsusermount: Introduce separate mkfs() function.Paul Sokolovsky
2015-11-25extmod: Move fsusermount.c from stmhal for cross-port reuse.Paul Sokolovsky