summaryrefslogtreecommitdiff
path: root/nuttx/fs/fat/fs_fat32dirent.c
Commit message (Expand)AuthorAgeFilesLines
* Email address change in nuttx/patacongo2012-09-131-1/+1
* Move file-system header files to include/nuttx/fspatacongo2012-03-211-2/+2
* Update ADC header file for the STM32F40xxxpatacongo2011-11-201-1/+1
* Revised FAT bugfixpatacongo2011-11-191-77/+19
* Fix an error in FAT needed for interoperability with Windows when access firs...patacongo2011-11-151-21/+85
* 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-161-1/+1
* Add logic to assure that short FAT names are uniquepatacongo2011-07-181-46/+284
* Documentation updatepatacongo2011-07-181-18/+8
* Correct FAT long file name padding characterpatacongo2011-07-181-49/+64
* 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-151-13/+13
* 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-141-68/+95
* Fix NT stype upper/lower case FAT 8.3 filenamepatacongo2011-07-141-4/+4
* FAT long support is code complete (but untested)patacongo2011-07-141-198/+764
* More FAT long file name logicpatacongo2011-07-131-143/+754
* Add long file name parsing logicpatacongo2011-07-131-104/+588
* Re-architect FAT data structures to support long file namespatacongo2011-07-131-53/+58
* Separate FAT directory operations into a separate filepatacongo2011-07-121-0/+964