Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | lib/fatfs: Remove old fatfs library component, it's replaced by oofatfs. | Damien George | 2017-01-30 |
| | |||
* | lib/fatfs/option/ccsbcs: Follow uPy optional features model. | Paul Sokolovsky | 2016-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 George | 2015-04-11 |
| | | | | Saves 768 bytes code space on Thumb2 archs. | ||
* | lib/fatfs: Upgrade to new FatFs driver, put in lib/ for common use. | Damien George | 2014-12-27 |
Patches to fatfs for our use will follow. |