mirror of
https://github.com/micropython/micropython.git
synced 2026-01-07 12:40:15 +01:00
extmod/vfs: Allow to statvfs the root directory.
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
(16384, 0, 0, 0, 0, 0, 0, 0, 0, 0)
|
||||
(0, 0, 0, 0, 0, 0, 0, 0, 0, 4096)
|
||||
/
|
||||
1 mount False False
|
||||
['test_mnt']
|
||||
@@ -36,6 +37,9 @@ OSError
|
||||
2 umount
|
||||
OSError
|
||||
3 mount False False
|
||||
(16384, 0, 0, 0, 0, 0, 0, 0, 0, 0)
|
||||
3 statvfs /
|
||||
(3,)
|
||||
3 ilistdir /
|
||||
['a3']
|
||||
3 open test r
|
||||
|
||||
Reference in New Issue
Block a user