aboutsummaryrefslogtreecommitdiff
path: root/lib/fatfs/option/ccsbcs.c
AgeCommit message (Collapse)Author
2016-06-15lib/fatfs/option/ccsbcs: Follow uPy optional features model.Paul Sokolovsky
Don't error out when options is not what you support, just skip your code. This allows to make FatFs support properly configurable.
2015-04-11lib/fatfs: Space optimise the ff_wtoupper function.Damien George
Saves 768 bytes code space on Thumb2 archs.
2014-12-27lib/fatfs: Upgrade to new FatFs driver, put in lib/ for common use.Damien George
Patches to fatfs for our use will follow.