aboutsummaryrefslogtreecommitdiff
path: root/nuttx/fs/fat
Commit message (Expand)AuthorAgeFilesLines
* Email address change in nuttx/patacongo2012-09-136-6/+6
* Add beginning of a simple granule allocator to support DMA IO buffer allocationpatacongo2012-09-113-7/+7
* Add support for DMA memory allocator to FAT file systempatacongo2012-09-114-6/+52
* Shenzhou board is first to use ONLY Kconfig for configurationpatacongo2012-09-081-6/+0
* Important FAT fix. Bad test would cause many un-necessary writes to FLASH.patacongo2012-09-061-1/+1
* Fix max filename size report by FAT statfs with long file names; Add missing ...patacongo2012-08-041-0/+4
* Fix some warnings and fix some simulator buildspatacongo2012-05-021-6/+0
* Kconfig updatespatacongo2012-04-141-4/+0
* Kconfig updatepatacongo2012-04-121-8/+6
* Add a little more configuration logicpatacongo2012-04-101-5/+3
* A little bit of file system configuration logicpatacongo2012-04-101-0/+59
* Add kconfig documentationpatacongo2012-04-061-1/+1
* Adding skeleton Kconfig files (part 1 of 2)patacongo2012-04-061-0/+4
* Move file-system header files to include/nuttx/fspatacongo2012-03-218-19/+19
* Fix a bug in the FAT statfs() implementationpatacongo2012-02-071-9/+9
* STM32 F4 I2C updatespatacongo2012-01-251-1/+1
* On a failure to recognize a FAT file system, the mount logic should return -E...patacongo2012-01-111-6/+7
* PIC32 NSH configuration now builds without errorspatacongo2011-12-231-2/+2
* Completes coding of the PWM modulepatacongo2011-12-1910-0/+10227