index
:
suspect-devices/circuitpython
1.x
2.x
3.x
4.0.x
4.1.x
4.x
5.0.x
5.1.x
5.3.x
6.0.x
6.1.x
6.2.x
audiocore-rawsample-sinewave
azure
azure-pipelines
cross
dm-mixer
dynamic-native-modules
encoding
esp-extra-scripts
fix_typo_spanish
iabdalkader-cc3k-update
jepler-try-ubuntu-20.04
main
master
parse-bytecode
reentrant-gc
stable
travis-clang
travis-esp8266
travis-stackless
travis-testing
type_hints
CircuitPython - a Python implementation for teaching coding with microcontrollers
feurig
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
extmod
/
fsusermount.h
Age
Commit message (
Expand
)
Author
2016-11-14
Merge tag 'v1.8.6'
Scott Shawcroft
2016-10-21
Add support for USB writeable, MicroPython read-only volumes.
Scott Shawcroft
2016-10-21
atmel-samd: Rework mass storage interaction with underlying block
Scott Shawcroft
2016-10-21
py: Be more specific with MP_DECLARE_CONST_FUN_OBJ macros.
Damien George
2016-08-26
esp8266/modous: Add os.umount method to unmount a filesystem.
Radomir Dopieralski
2016-02-14
extmod/vfs_fat: Object-oriented encapsulation of FatFs VFS.
Paul Sokolovsky
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
extmod/fsusermount: Expose umount as a public function.
Damien George
2016-02-10
extmod/fsusermount: Change block protocol to support ioctl method.
Damien George
2016-02-10
extmod/fsusermount: Introduce separate mkfs() function.
Paul Sokolovsky
2015-11-25
extmod: Move fsusermount.c from stmhal for cross-port reuse.
Paul Sokolovsky