summaryrefslogtreecommitdiff
path: root/nuttx/fs
Commit message (Expand)AuthorAgeFilesLines
* Update ADC header file for the STM32F40xxxpatacongo2011-11-201-1/+1
* Revised FAT bugfixpatacongo2011-11-192-80/+22
* Fix error in FAT time (date value was being used)patacongo2011-11-181-5/+5
* clock_gettime() not settime() in FAT time logicpatacongo2011-11-171-1/+1
* Fix an error in FAT needed for interoperability with Windows when access firs...patacongo2011-11-152-26/+95
* Add support for more FAT partitions; support for SD cards greater than 4Gb; T...patacongo2011-11-152-27/+112
* Fix another NXFFS write-when-flash-is-full problempatacongo2011-10-315-17/+63
* Fix an NXFFS initialization problempatacongo2011-10-312-3/+22
* Yet another re-implementation of the NXFFS bug fixpatacongo2011-10-311-31/+37
* Minor improvement to fix of last checkinpatacongo2011-10-291-9/+5
* Add some missing error handling to NXFFSpatacongo2011-10-291-22/+33
* Fix check for open files when overwriting an existing filepatacongo2011-10-041-2/+18
* Add FAT date/time stamppatacongo2011-10-022-6/+71
* Fix NXFFS compilation errorpatacongo2011-09-281-0/+2
* 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
* Changes for clean ez80 ZDS-II compilepatacongo2011-06-221-1/+1
* 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-205-52/+52
* Fix more FTP bugspatacongo2011-06-041-2/+6
* Add support so that fdopen() may be used on socket descriptorspatacongo2011-06-022-23/+117
* Complets ram mapping logicpatacongo2011-05-085-64/+225
* More RAM mapping logicpatacongo2011-05-083-5/+204
* Add fs/mmappatacongo2011-05-076-29/+392
* Fix an NXFFS memory leakpatacongo2011-05-061-5/+8
* Fix NXFFS positioning bugpatacongo2011-05-065-41/+69
* Finish logic to update open writer after packingpatacongo2011-05-052-131/+365
* All open file must be adjusted when the filesystem is packedpatacongo2011-05-053-19/+227
* Add NXFFS ioctlspatacongo2011-05-051-2/+42