summaryrefslogtreecommitdiff
path: root/shared-bindings/storage
AgeCommit message (Expand)Author
2020-05-31shared-bindings: Fix docs of storage.VfsFatJeff Epler
2020-05-12Swap sphinx to autoapi and the inline stubsScott Shawcroft
2020-05-11Did stage, socket, storagedherrada
2019-05-30Improve rST consistency for rst2pyi useScott Shawcroft
2019-02-21Fix mount docScott Shawcroft
2019-02-21Add option to disable the concurrent write protectionScott Shawcroft
2018-08-07Support internationalisation.Scott Shawcroft
2018-07-13compiles and runs; hangs on import storage;storage.VfsFat.<tab>Dan Halbert
2018-04-10esp8266 and nrf: raise NotImplementedErrorDan Halbert
2018-04-09add storage.erase_filesystem() to erase and reformat CIRCUITPYDan Halbert
2018-03-27Document storage.VfsFat more thoroughlyJeff Epler
2018-03-27Add storage.getmount to retrieve the mount object associated with a pathJeff Epler
2018-02-27Merge remote-tracking branch 'adafruit/2.x' into merge_2xScott Shawcroft
2018-02-20Delete a bunch of docs, drivers and examples not relevant to CircuitPython.Scott Shawcroft
2017-11-27Support SPI flash chips for CIRCUITPY, using non-DMA SPI for now.Dan Halbert
2017-10-19shared-bindings/storage/__init__.c: Change remount() readonly to kw arg (#286).Josh Gadeken
2017-08-27Modernize module and class static dicts; update freetouchDan Halbert
2017-08-25Initial merge of micropython v1.9.2 into circuitpython 2.0.0 (in development)...Dan Halbert
2017-08-07shared-bindings: Add stub documentation of storage.VfsFat so other docs can l...2.0.0-beta.1Scott Shawcroft
2017-06-28shared-bindings: Introduce storage.remount() so you can set root asScott Shawcroft
2017-06-27Split uos module into os and storage.Scott Shawcroft