summaryrefslogtreecommitdiff
path: root/nuttx/fs/fat/fs_fat32util.c
Commit message (Expand)AuthorAgeFilesLines
* Add beginning of a simple granule allocator to support DMA IO buffer allocationpatacongo2012-09-111-1/+1
* Add support for DMA memory allocator to FAT file systempatacongo2012-09-111-2/+2
* Important FAT fix. Bad test would cause many un-necessary writes to FLASH.patacongo2012-09-061-1/+1
* Move file-system header files to include/nuttx/fspatacongo2012-03-211-2/+2
* On a failure to recognize a FAT file system, the mount logic should return -E...patacongo2012-01-111-6/+7
* 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
* Add support for more FAT partitions; support for SD cards greater than 4Gb; T...patacongo2011-11-151-25/+70
* Add FAT date/time stamppatacongo2011-10-021-4/+69
* Fix a stray write into the FATpatacongo2011-09-161-13/+19
* More FAT long file name logicpatacongo2011-07-131-3/+6
* Re-architect FAT data structures to support long file namespatacongo2011-07-131-9/+12
* Separate FAT directory operations into a separate filepatacongo2011-07-121-785/+0
* Fix AVR warnings; FAT FS needs to use off_t instead of size_tpatacongo2011-06-201-22/+22
* Incorporate two FAT bugfixes reported by Sheref Younan.patacongo2011-05-031-2/+4
* Add rtc.h header filepatacongo2011-04-121-7/+7
* Fixes for kernel stub buildspatacongo2011-04-061-2/+3
* #warning removalpatacongo2011-03-091-7/+1
* Switching to C99 stdint/stdbool.h typespatacongo2009-12-151-72/+74
* Consolidate buffer dumping; fix all occurrences of 'the the'patacongo2009-06-251-1/+1
* Fix FAT32 bugpatacongo2009-05-271-8/+13
* Fixes for correct compilation with ZDS-IIpatacongo2009-03-011-3/+7
* Fix a FAT mount bugpatacongo2008-11-161-18/+22
* Fix access to aligned partition table valuespatacongo2008-10-151-8/+5
* Fix FAT seek bugpatacongo2008-09-081-1/+47
* Fixed critical FAT bugspatacongo2008-09-071-9/+21
* updatepatacongo2008-09-071-19/+24
* Added search for good cluster sizepatacongo2008-08-091-12/+12
* Continued mkfatfs workpatacongo2008-08-051-5/+6
* Support for mkfatfs()patacongo2008-08-021-3/+3
* Fat directorypatacongo2008-08-021-0/+2445