extmod: Remove MICROPY_FSUSERMOUNT and related files.

Replaced by MICROPY_VFS and the VFS sub-system.
This commit is contained in:
Damien George
2017-01-29 15:21:46 +11:00
parent 3d6f957208
commit 1808b2e8d5
11 changed files with 5 additions and 394 deletions

View File

@@ -31,8 +31,6 @@ struct _fs_user_mount_t;
extern const byte fresult_to_errno_table[20];
extern const mp_obj_type_t mp_fat_vfs_type;
struct _fs_user_mount_t *ff_get_vfs(const char **path);
mp_import_stat_t fat_vfs_import_stat(struct _fs_user_mount_t *vfs, const char *path);
mp_obj_t fatfs_builtin_open(mp_uint_t n_args, const mp_obj_t *args, mp_map_t *kwargs);
mp_obj_t fatfs_builtin_open_self(mp_obj_t self_in, mp_obj_t path, mp_obj_t mode);