aboutsummaryrefslogtreecommitdiff
path: root/extmod/fsusermount.h
AgeCommit message (Expand)Author
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