summaryrefslogtreecommitdiff
path: root/nuttx/fs/fat
Commit message (Expand)AuthorAgeFilesLines
* Add FAT date/time stamppatacongo2011-10-022-6/+71
* Back out a portion of the last FAT LFN changepatacongo2011-09-281-14/+8
* Cosmetic changes to fat and mass storage devicepatacongo2011-09-281-2/+2
* Move MSC descriptors to a separate file; File 13 char long file names.patacongo2011-09-271-17/+22
* Fix a stray write into the FATpatacongo2011-09-163-16/+22
* Small improvement in FAT buffering logic on write()patacongo2011-09-151-12/+15
* Revert some unnecessary portions of last commitpatacongo2011-09-151-21/+6
* Fix a critical bug in FAT sector managementpatacongo2011-09-151-8/+37
* Add logic to assure that short FAT names are uniquepatacongo2011-07-182-46/+285
* Documentation updatepatacongo2011-07-181-18/+8
* Correct FAT long file name padding characterpatacongo2011-07-182-49/+65
* Make NX and NXTEXT built-ins; extend stm3210e-eval/nsh2 config to run the NX ...patacongo2011-07-161-1/+1
* FAT long file names are basically functionalpatacongo2011-07-152-14/+38
* Some FAT long file name fixespatacongo2011-07-151-30/+71
* Fix NXTEXT link errorpatacongo2011-07-141-4/+5
* Changes to get clean FAT long file name compilationpatacongo2011-07-143-92/+129
* Fix NT stype upper/lower case FAT 8.3 filenamepatacongo2011-07-141-4/+4
* FAT long support is code complete (but untested)patacongo2011-07-143-220/+826
* More FAT long file name logicpatacongo2011-07-133-152/+772
* Add long file name parsing logicpatacongo2011-07-132-106/+590
* Re-architect FAT data structures to support long file namespatacongo2011-07-135-121/+171
* Separate FAT directory operations into a separate filepatacongo2011-07-125-839/+1016
* 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-204-51/+51
* Incorporate two FAT bugfixes reported by Sheref Younan.patacongo2011-05-032-3/+5
* Add first NXFFS filespatacongo2011-04-281-5/+9
* Fixes to get clean i.MXADS buildpatacongo2011-04-261-1/+1
* Add rtc.h header filepatacongo2011-04-122-16/+16
* Fixes for kernel stub buildspatacongo2011-04-062-12/+14
* Re-organize header files so that file systems can be built outside of the nut...patacongo2011-03-282-7/+10
* #warning removalpatacongo2011-03-091-7/+1
* Clean-up from big switch to stdint/stdboolpatacongo2009-12-161-6/+6
* Switching to C99 stdint/stdbool.h typespatacongo2009-12-158-213/+225
* Consolidate buffer dumping; fix all occurrences of 'the the'patacongo2009-06-251-1/+1
* Fix mount problempatacongo2009-05-291-2/+2
* Fix FAT32 bugpatacongo2009-05-271-8/+13
* Fixes for correct compilation with ZDS-IIpatacongo2009-03-014-25/+33
* Fix some lseek to zero problemspatacongo2008-11-161-117/+118
* Fix a FAT mount bugpatacongo2008-11-161-18/+22
* Fix access to aligned partition table valuespatacongo2008-10-152-13/+45
* cosmeticpatacongo2008-09-101-6/+6
* cosmeticpatacongo2008-09-102-31/+38
* Fix FAT seek bugpatacongo2008-09-083-24/+74
* Fixed critical FAT bugspatacongo2008-09-072-10/+22
* updatepatacongo2008-09-073-182/+155
* Fix fseek/ftell; add fsetpos/fgetpospatacongo2008-09-012-63/+62
* Fix Linux sim errors/warningpatacongo2008-08-291-1/+1
* Fix error in FAT FS when file opened for O_APPENDpatacongo2008-08-171-18/+30