diff options
author | Damien George <damien.p.george@gmail.com> | 2016-02-09 14:31:26 +0000 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2016-02-10 08:59:58 +0000 |
commit | 13a4c120ce2cdeb5aa1c210d9426d31e02898486 (patch) | |
tree | 9628c421a90678e336f315dfd3e6c1e114bf2e25 /stmhal/system_stm32.c | |
parent | c33ad60a676d46cb18883beedd6c383d6fae9dd8 (diff) | |
download | micropython-13a4c120ce2cdeb5aa1c210d9426d31e02898486.tar.gz micropython-13a4c120ce2cdeb5aa1c210d9426d31e02898486.zip |
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.
Diffstat (limited to 'stmhal/system_stm32.c')
0 files changed, 0 insertions, 0 deletions