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-bindings
/
storage
Age
Commit message (
Expand
)
Author
2018-04-10
esp8266 and nrf: raise NotImplementedError
Dan Halbert
2018-04-09
add storage.erase_filesystem() to erase and reformat CIRCUITPY
Dan Halbert
2018-03-27
Document storage.VfsFat more thoroughly
Jeff Epler
2018-03-27
Add storage.getmount to retrieve the mount object associated with a path
Jeff Epler
2018-02-27
Merge remote-tracking branch 'adafruit/2.x' into merge_2x
Scott Shawcroft
2018-02-20
Delete a bunch of docs, drivers and examples not relevant to CircuitPython.
Scott Shawcroft
2017-11-27
Support SPI flash chips for CIRCUITPY, using non-DMA SPI for now.
Dan Halbert
2017-10-19
shared-bindings/storage/__init__.c: Change remount() readonly to kw arg (#286).
Josh Gadeken
2017-08-27
Modernize module and class static dicts; update freetouch
Dan Halbert
2017-08-25
Initial merge of micropython v1.9.2 into circuitpython 2.0.0 (in development)...
Dan Halbert
2017-08-07
shared-bindings: Add stub documentation of storage.VfsFat so other docs can l...
2.0.0-beta.1
Scott Shawcroft
2017-06-28
shared-bindings: Introduce storage.remount() so you can set root as
Scott Shawcroft
2017-06-27
Split uos module into os and storage.
Scott Shawcroft