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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
shared-module
/
storage
/
__init__.c
Age
Commit message (
Expand
)
Author
2021-03-22
storage: Correct when we check for USB mounts
Jeff Epler
2021-03-15
run code formatting script
microDev
2020-07-29
Merge pull request #3223 from dhalbert/unmount-before-reset
Scott Shawcroft
2020-07-28
storage.erase_filesystem(): unmount and wait 1 second before resetting
Dan Halbert
2020-07-06
Add license to some obvious files.
Diego Elio Pettenò
2020-02-12
Added fix to allow remount when usb enabled but msc is ejected
Gadi Rotenberg
2019-02-21
Add option to disable the concurrent write protection
Scott Shawcroft
2018-11-08
Move atmel-samd to tinyusb and support nRF flash.
Scott Shawcroft
2018-06-21
allow '/' to be mounted on '/' from Python code
Dan Halbert
2018-06-15
do not permit mounting over a directory or file with the same name as the mou...
Dan Halbert
2018-03-27
Add storage.getmount to retrieve the mount object associated with a path
Jeff Epler
2018-03-27
factor out storage_object_from_path
Jeff Epler
2017-06-28
Change vfs mount ordering such that the root is always last in the
Scott Shawcroft
2017-06-27
Split uos module into os and storage.
Scott Shawcroft