summaryrefslogtreecommitdiffstatshomepage
path: root/lib/oofatfs
Commit message (Collapse)AuthorAge
* lib/oofatfs: Fix speculative read in create_name.Duncan Lowther2023-06-21
| | | | Signed-off-by: Duncan Lowther <Duncan.Lowther@glasgow.ac.uk>
* lib/oofatfs: Update oofatfs library to fix issue with logic not.Damien George2019-03-07
| | | | | From https://github.com/micropython/oofatfs, branch work-R0.13c, commit 3b4ee5a646af2769b3dddfe17d5d866233c1e45b.
* lib/oofatfs: Update ffconf.h config for new oofatfs version.Damien George2019-03-05
|
* lib/oofatfs: Update oofatfs library to R0.13c working branch.Damien George2019-03-05
| | | | | | | | From https://github.com/micropython/oofatfs, branch work-R0.13c, commit cb05c9486d3b48ffd6bd7542d8dbbab4b1caf790. Large code pages (932, 936, 949, 950) have been removed from ffunicode.c because they were not included in previous versions here.
* lib/oofatfs/ffconf.h: Add MICROPY_FATFS_NORTC option.Andrew Gatt2017-01-31
|
* lib/oofatfs/ffconf.h: Allow to configure FS_EXFAT option.Damien George2017-01-31
| | | | | Using MICROPY_FATFS_EXFAT. Enabling this has licensing implications; see https://www.microsoft.com/en-us/legal/intellectualproperty/mtl/exfat-licensing.aspx
* lib/oofatfs: Update oofatfs library.Damien George2017-01-30
| | | | | From https://github.com/micropython/oofatfs, branch work-R0.12b, commit 46fb53331e7a583c29a41d37ce4b53f2718597e5.
* lib/oofatfs: Update oofatfs library.Damien George2017-01-27
| | | | | From https://github.com/micropython/oofatfs, branch work-R0.12b, commit 1e295b40550664bbaac18d95a4b6a58154464d31.
* lib/oofatfs: Add OO version of FatFS library.Damien George2017-01-27
From https://github.com/micropython/oofatfs, branch work-R0.12b, commit a346ccec123c2e4d887e2751d64156208d03bff4.