summaryrefslogtreecommitdiff
path: root/extmod/vfs_fat_diskio.c
AgeCommit message (Expand)Author
2021-03-15run code formatting scriptmicroDev
2021-03-12[vfs_fat_diskio] pdrv is not a drive number since f5f4cdae89Artyom Skrobov
2020-10-07Unify iMX flash config and add Metro M7 1011Scott Shawcroft
2020-07-06Add license to some obvious files.Diego Elio Pettenò
2018-07-28merge finishedDan Halbert
2018-07-23WIP: complete manual inspection of all significant changesDan Halbert
2018-07-13compiles and runs; hangs on import storage;storage.VfsFat.<tab>Dan Halbert
2018-06-21allow '/' to be mounted on '/' from Python codeDan Halbert
2018-06-14Fix playing audio from SD cardDan Halbert
2017-10-30atmel-samd: More USB polishScott Shawcroft
2017-08-25Initial merge of micropython v1.9.2 into circuitpython 2.0.0 (in development)...Dan Halbert
2017-07-31all: Use the name MicroPython consistently in commentsAlexander Steffen
2017-06-20Merge tag 'v1.9.1'2.0.0-alpha.0Scott Shawcroft
2017-03-13extmod/vfs_fat: Allow to compile with MICROPY_VFS_FAT disabled.Damien George
2017-01-30extmod: Merge old fsusermount.h header into vfs.h and vfs_fat.h.Damien George
2017-01-30extmod/vfs_fat: Remove MICROPY_FATFS_OO config option.Damien George
2017-01-30extmod: Remove MICROPY_FSUSERMOUNT and related files.Damien George
2017-01-27extmod/vfs_fat: Rework to support new generic VFS sub-system.Damien George
2017-01-27extmod/vfs_fat: Rework so it can optionally use OO version of FatFS.Damien George
2016-10-21Add support for USB writeable, MicroPython read-only volumes.Scott Shawcroft
2016-10-21atmel-samd: Rework mass storage interaction with underlying blockScott Shawcroft
2016-03-27extmod/vfs_fat_diskio: Actually support sectors != 512 with Python blockdevs.Paul Sokolovsky
2016-02-15extmod/vfs_fat_diskio: Reusable FatFs module, move from stmhal/diskio.Paul Sokolovsky