summaryrefslogtreecommitdiff
path: root/nuttx/fs/fat/fs_mkfatfs.c
Commit message (Expand)AuthorAgeFilesLines
* Fix a couple of typos in recent commit. Found by David SidraneGregory Nutt2015-02-171-1/+1
* mkfatfs: use DMA memory for mkfatfs when neededGregory Nutt2015-02-171-0/+9
* Move fs/fs.h to fs/inode/inode.h and some to fs/driver/driver.hGregory Nutt2014-09-291-1/+1
* Rename fs/fs_internal.h to fs/fs.hGregory Nutt2014-09-281-1/+1
* Rename kmalloc to kmm_malloc for consistencyGregory Nutt2014-08-311-1/+1
* Rename kfree to kmm_free for consistency with other naming conventionsGregory Nutt2014-08-311-1/+1
* nuttx/fs: Remove explicity references to errno. That is a problem from with...Gregory Nutt2014-08-281-1/+1
* mkfatfs: Fix an error in logic that determines if FAT16 is possibleGregory Nutt2013-12-051-18/+38
* More changes for a kernel-mode allocator (more to be done)patacongo2013-03-091-10/+12
* Email address change in nuttx/patacongo2012-09-131-1/+1
* Move file-system header files to include/nuttx/fspatacongo2012-03-211-3/+3
* Switching to C99 stdint/stdbool.h typespatacongo2009-12-151-3/+3
* Added test for mkfatfspatacongo2008-08-101-1/+2
* Added mkfatfs() testpatacongo2008-08-101-2/+2
* Implemented mkfatfs()patacongo2008-08-091-0/+311