mirror of
https://github.com/micropython/micropython.git
synced 2026-01-04 11:10:14 +01:00
extmod/modvfs: Add new "vfs" module with mount/umount and Vfs classes.
They have been moved from the "os" module. Signed-off-by: Damien George <damien@micropython.org>
This commit is contained in:
@@ -1744,6 +1744,11 @@ typedef double mp_float_t;
|
||||
#define MICROPY_PY_SSL_FINALISER (MICROPY_ENABLE_FINALISER)
|
||||
#endif
|
||||
|
||||
// Whether to provide the "vfs" module
|
||||
#ifndef MICROPY_PY_VFS
|
||||
#define MICROPY_PY_VFS (MICROPY_CONFIG_ROM_LEVEL_AT_LEAST_EXTRA_FEATURES && MICROPY_VFS)
|
||||
#endif
|
||||
|
||||
#ifndef MICROPY_PY_WEBSOCKET
|
||||
#define MICROPY_PY_WEBSOCKET (0)
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user