microDev
|
728fea4ca4
|
add storage extension python api
|
2022-10-13 09:53:33 +05:30 |
Dan Halbert
|
adc3d7d55e
|
update Python API according to review comments
|
2021-05-03 22:29:02 -04:00 |
Dan Halbert
|
f98a54628b
|
wip: compiles
|
2021-04-27 14:37:36 -04:00 |
Dan Halbert
|
6cb751ab06
|
wip: revamp API names
|
2021-04-14 22:10:09 -04:00 |
Dan Halbert
|
4a7e129287
|
wip: latent usb device enabling/disabling
|
2021-04-13 23:33:44 -04:00 |
microDev
|
a52eb88031
|
run code formatting script
|
2021-03-15 19:27:36 +05:30 |
Scott Shawcroft
|
1a0596a2fb
|
Add option to disable the concurrent write protection
This allows writing to the filesystem from the host computer and
CircuitPython by increasing the risk of filesystem corruption.
|
2019-02-21 10:45:41 -08:00 |
Dan Halbert
|
aa8c262d14
|
add storage.erase_filesystem() to erase and reformat CIRCUITPY
|
2018-04-09 12:52:42 -04:00 |
Jeff Epler
|
c08f5a3a00
|
Add storage.getmount to retrieve the mount object associated with a path
|
2018-03-27 21:28:18 -05:00 |
Dan Halbert
|
ef61b5ecb5
|
Initial merge of micropython v1.9.2 into circuitpython 2.0.0 (in development) master.
cpx build compiles and loads and works in repl; test suite not run yet
esp8266 not tested yet
|
2017-08-25 22:17:07 -04:00 |
Scott Shawcroft
|
725d715a1b
|
shared-bindings: Introduce storage.remount() so you can set root as
writeable and prevent USB from editing it.
|
2017-06-28 16:18:13 -07:00 |
Scott Shawcroft
|
778e975936
|
Split uos module into os and storage.
os is a subset of CPython's os. storage contains additional
file system mounting functionality based on UNIX's mount
management.
Fixes #140
|
2017-06-27 15:17:30 -07:00 |