summaryrefslogtreecommitdiff
path: root/nuttx/fs/fat/fs_fat32.h
Commit message (Expand)AuthorAgeFilesLines
* Add logic to assure that short FAT names are uniquepatacongo2011-07-181-0/+1
* Changes to get clean FAT long file name compilationpatacongo2011-07-141-21/+31
* FAT long support is code complete (but untested)patacongo2011-07-141-1/+1
* More FAT long file name logicpatacongo2011-07-131-6/+12
* Add long file name parsing logicpatacongo2011-07-131-2/+2
* Re-architect FAT data structures to support long file namespatacongo2011-07-131-12/+52
* Separate FAT directory operations into a separate filepatacongo2011-07-121-2/+5
* Add FAT long file name definitionspatacongo2011-07-121-9/+141
* Add wchar_t type; Add LPC17xx CAN driver from Lzyy; Fix serial bug reported b...patacongo2011-07-121-2/+11
* AVR build warnings; minor USB fixpatacongo2011-06-211-5/+7
* Fix AVR warnings; FAT FS needs to use off_t instead of size_tpatacongo2011-06-201-20/+20
* Re-organize header files so that file systems can be built outside of the nut...patacongo2011-03-281-0/+2
* Switching to C99 stdint/stdbool.h typespatacongo2009-12-151-47/+50
* Fixes for correct compilation with ZDS-IIpatacongo2009-03-011-18/+18
* Fix access to aligned partition table valuespatacongo2008-10-151-5/+40
* cosmeticpatacongo2008-09-101-1/+1
* Fix FAT seek bugpatacongo2008-09-081-3/+4
* updatepatacongo2008-09-071-2/+5
* Fix fseek/ftell; add fsetpos/fgetpospatacongo2008-09-011-2/+1
* Added search for good cluster sizepatacongo2008-08-091-1/+1
* Continued mkfatfs workpatacongo2008-08-051-0/+25
* fleshing out mkfatfs logicpatacongo2008-08-031-3/+11
* Support for mkfatfs()patacongo2008-08-021-3/+10
* typospatacongo2008-08-021-6/+6
* Fat directorypatacongo2008-08-021-0/+584