summaryrefslogtreecommitdiff
path: root/src/drivers/ao_fat.c
Commit message (Expand)AuthorAge
* altos: Eliminate warnings in FAT codeKeith Packard2014-02-08
* altos: Reduce stack usage of FAT driver and loggerKeith Packard2013-05-07
* altos: Stick a mutex around FAT operationsKeith Packard2013-04-12
* altos: Support open on multiple simultaneous FAT filesKeith Packard2013-04-01
* altos: Make sure FAT cluster allocation works for size zero filesKeith Packard2013-04-01
* altos: let FAT tracing work in ao_fat_test as neededKeith Packard2013-04-01
* altos: Make ao_fat_readdir return real error values instead of 1/0Keith Packard2013-03-31
* altos: Fix command-line FAT filename parsingKeith Packard2013-03-31
* altos: Unmount file system after each testing pass in ao_fat_testKeith Packard2013-03-31
* altos: Don't add fat commands when building ao_fat_testKeith Packard2013-03-31
* altos: Move fat mount information to separate command.Keith Packard2013-03-31
* altos: Export ao_fat_sync and ao_fat_full functionsKeith Packard2013-03-30
* altos: Add FAT32 support. And lots more testing.Keith Packard2013-03-29
* altos: seek forward on FAT cluster chain instead of restartingKeith Packard2013-03-28
* altos: Add a simple cache for the FAT position->cluster computationKeith Packard2013-03-28
* altos: Clean up fat driver API. Improve fat testKeith Packard2013-03-28
* altos: Add SDCARD and FAT16 filesystem supportKeith Packard2013-03-27