summaryrefslogtreecommitdiff
path: root/nuttx/fs/fat/fs_mkfatfs.c
Commit message (Expand)AuthorAgeFilesLines
* 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