micropython/lib/fatfs
Damien George 13a4c120ce lib/fatfs: Add support for sector sizes larger than 512 bytes.
If MICROPY_FATFS_MAX_SS is defined to power of 2 value between 1024 and
4096, support for dynamic sector size in FatFs will be enabled.  Note
that FatFs reserves static buffer of MICROPY_FATFS_MAX_SS size for each
filesystem in use, so that value should be set sparingly.

Initial patch provided by @pfalcon.
2016-02-10 08:59:58 +00:00
..
option lib/fatfs: Space optimise the ff_wtoupper function. 2015-04-11 15:17:04 +01:00
00readme.txt lib: Update FatFs to R0.11. 2015-03-29 22:12:14 +01:00
diskio.c lib: Update FatFs to R0.11. 2015-03-29 22:12:14 +01:00
diskio.h lib/fatfs: Unify fatfs configuration. 2015-11-08 22:21:17 +00:00
ff.c lib: Update FatFs to R0.11. 2015-03-29 22:12:14 +01:00
ff.h lib: Update FatFs to R0.11. 2015-03-29 22:12:14 +01:00
ffconf.h lib/fatfs: Add support for sector sizes larger than 512 bytes. 2016-02-10 08:59:58 +00:00
history.txt lib: Update FatFs to R0.11. 2015-03-29 22:12:14 +01:00
integer.h lib/fatfs: Upgrade to new FatFs driver, put in lib/ for common use. 2014-12-27 17:36:16 +00:00