| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-05-31 | shared-bindings: Fix docs of storage.VfsFat | Jeff Epler | |
| This is almost, but not entirely, a whitespace change. "..." was missing or mis-placed in several places The invalid syntax 'def f(self, ):' was used in several places. | |||
| 2020-05-12 | Swap sphinx to autoapi and the inline stubs | Scott Shawcroft | |
| 2020-05-11 | Did stage, socket, storage | dherrada | |
| 2019-05-30 | Improve rST consistency for rst2pyi use | Scott Shawcroft | |
| 2019-02-21 | Fix mount doc | Scott Shawcroft | |
| 2019-02-21 | Add option to disable the concurrent write protection | Scott Shawcroft | |
| This allows writing to the filesystem from the host computer and CircuitPython by increasing the risk of filesystem corruption. | |||
| 2018-08-07 | Support internationalisation. | Scott Shawcroft | |
| 2018-07-13 | compiles and runs; hangs on import storage;storage.VfsFat.<tab> | Dan Halbert | |
| 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 | |
| This fixes #345 and fixes #215. | |||
| 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 | |
| The readonly arg to storage.remount() is now a keyword arg that defaults to False. To maintain backwards compatibility, readonly can be passed as a positional arg or keyword arg. | |||
| 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 ↵ | Dan Halbert | |
| development) master. cpx build compiles and loads and works in repl; test suite not run yet esp8266 not tested yet | |||
| 2017-08-07 | shared-bindings: Add stub documentation of storage.VfsFat so other docs can ↵2.0.0-beta.1 | Scott Shawcroft | |
| link to it. | |||
| 2017-06-28 | shared-bindings: Introduce storage.remount() so you can set root as | Scott Shawcroft | |
| writeable and prevent USB from editing it. | |||
| 2017-06-27 | Split uos module into os and storage. | Scott Shawcroft | |
| os is a subset of CPython's os. storage contains additional file system mounting functionality based on UNIX's mount management. Fixes #140 | |||
