diff options
author | Damien George <damien.p.george@gmail.com> | 2017-01-27 23:11:59 +1100 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2017-01-27 23:22:15 +1100 |
commit | 84c614e7290804e8b8d7ebff03ca35a4a4c5fcf1 (patch) | |
tree | bbe17048398f59f3ccfd79dac2da187897a67e60 /docs | |
parent | 3242cf2d364b40fd26a643f1c618e8b51cef0139 (diff) | |
download | micropython-84c614e7290804e8b8d7ebff03ca35a4a4c5fcf1.tar.gz micropython-84c614e7290804e8b8d7ebff03ca35a4a4c5fcf1.zip |
stmhal: Convert to use VFS sub-system and new ooFatFs component.
This patch makes the following configuration changes:
- MICROPY_FSUSERMOUNT is disabled, removing old mounting infrastructure
- MICROPY_VFS is enabled, giving new VFS sub-system
- MICROPY_VFS_FAT is enabled, giving uos.VfsFat type
- MICROPY_FATFS_OO is enabled, to use new ooFatFs lib, R0.12b
User facing API should be almost unchanged. Most notable changes are
removal of os.mkfs (use os.VfsFat.mkfs instead) and pyb.mount doesn't
allow unmounting by passing None as the device.
Diffstat (limited to 'docs')
0 files changed, 0 insertions, 0 deletions