summaryrefslogtreecommitdiffstatshomepage
path: root/lib/fatfs/option/ccsbcs.c
Commit message (Collapse)AuthorAge
* lib/fatfs: Remove old fatfs library component, it's replaced by oofatfs.Damien George2017-01-30
|
* lib/fatfs/option/ccsbcs: Follow uPy optional features model.Paul Sokolovsky2016-06-15
| | | | | Don't error out when options is not what you support, just skip your code. This allows to make FatFs support properly configurable.
* lib/fatfs: Space optimise the ff_wtoupper function.Damien George2015-04-11
| | | | Saves 768 bytes code space on Thumb2 archs.
* lib/fatfs: Upgrade to new FatFs driver, put in lib/ for common use.Damien George2014-12-27
Patches to fatfs for our use will follow.