summaryrefslogtreecommitdiff
path: root/nuttx/fs/fat/fs_fat32.h
Commit message (Expand)AuthorAgeFilesLines
* Add support for umount2(target, MNT_FORCE) in the FAT file system.Gregory Nutt2015-03-151-2/+6
* Rename fs/fs_internal.h to fs/fs.hGregory Nutt2014-09-281-1/+1
* Rename kfree to kmm_free for consistency with other naming conventionsGregory Nutt2014-08-311-2/+2
* mkfatfs: Fix an error in logic that determines if FAT16 is possibleGregory Nutt2013-12-051-5/+6
* Fix all occurrences of "the the" in documentation and commentsGregory Nutt2013-08-271-1/+1
* Finish dup logic for open files; fix bug in sigtimedwait(), would return wron...patacongo2013-01-141-1/+0
* Add beginning of a simple granule allocator to support DMA IO buffer allocationpatacongo2012-09-111-4/+4
* Add support for DMA memory allocator to FAT file systempatacongo2012-09-111-0/+28
* Move file-system header files to include/nuttx/fspatacongo2012-03-211-1/+1
* PIC32 NSH configuration now builds without errorspatacongo2011-12-231-2/+2
* Add support for more FAT partitions; support for SD cards greater than 4Gb; T...patacongo2011-11-151-2/+42
* 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