aboutsummaryrefslogtreecommitdiff
path: root/lib/oofatfs/ffconf.h
AgeCommit message (Collapse)Author
2019-03-05lib/oofatfs: Update ffconf.h config for new oofatfs version.Damien George
2017-01-31lib/oofatfs/ffconf.h: Add MICROPY_FATFS_NORTC option.Andrew Gatt
2017-01-31lib/oofatfs/ffconf.h: Allow to configure FS_EXFAT option.Damien George
Using MICROPY_FATFS_EXFAT. Enabling this has licensing implications; see https://www.microsoft.com/en-us/legal/intellectualproperty/mtl/exfat-licensing.aspx
2017-01-27lib/oofatfs: Add OO version of FatFS library.Damien George
From https://github.com/micropython/oofatfs, branch work-R0.12b, commit a346ccec123c2e4d887e2751d64156208d03bff4.