summaryrefslogtreecommitdiff
path: root/nuttx/fs/fat
Commit message (Expand)AuthorAgeFilesLines
* Change prototypes of up_create_stack and up_release_stack to include a task t...patacongo2013-03-201-2/+2
* Fix a FAT error when trying to create file in a non-existent directory. Repor...patacongo2013-03-202-12/+42
* More changes for a kernel-mode allocator (more to be done)patacongo2013-03-091-10/+12
* LPC1788 updates -- OS test configuration now workspatacongo2013-03-041-0/+1
* Correct a memory leak in NSHpatacongo2013-02-021-1/+13
* New interface task_spawn(); exec_builtin() now uses task_spawn(); All argv ty...patacongo2013-02-021-1/+1
* Additional patches from Petteri Aimonen for FAT, STM32 SPI, and AT25patacongo2013-02-013-9/+12
* apps/builtin/binfs.c moved to nuttx/fs/binfs/fs_binfs.cpatacongo2013-01-161-3/+6
* Implement redirection of output from NSH builtin commands to a file in a moun...patacongo2013-01-151-9/+10
* Finish dup logic for open files; fix bug in sigtimedwait(), would return wron...patacongo2013-01-143-13/+124
* Add support for dup2'ing files. Infrastructure and ROMFS done. Still need F...patacongo2013-01-141-22/+24
* 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
* Update ADC header file for the STM32F40xxxpatacongo2011-11-201-1/+1
* Revised FAT bugfixpatacongo2011-11-192-80/+22
* 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
* Fix an error in FAT needed for interoperability with Windows when access firs...patacongo2011-11-152-26/+95
* Add support for more FAT partitions; support for SD cards greater than 4Gb; T...patacongo2011-11-152-27/+112
* Add FAT date/time stamppatacongo2011-10-022-6/+71
* Back out a portion of the last FAT LFN changepatacongo2011-09-281-14/+8
* Cosmetic changes to fat and mass storage devicepatacongo2011-09-281-2/+2
* Move MSC descriptors to a separate file; File 13 char long file names.patacongo2011-09-271-17/+22
* Fix a stray write into the FATpatacongo2011-09-163-16/+22
* Small improvement in FAT buffering logic on write()patacongo2011-09-151-12/+15
* Revert some unnecessary portions of last commitpatacongo2011-09-151-21/+6
* Fix a critical bug in FAT sector managementpatacongo2011-09-151-8/+37
* Add logic to assure that short FAT names are uniquepatacongo2011-07-182-46/+285
* Documentation updatepatacongo2011-07-181-18/+8
* Correct FAT long file name padding characterpatacongo2011-07-182-49/+65
* Make NX and NXTEXT built-ins; extend stm3210e-eval/nsh2 config to run the NX ...patacongo2011-07-161-1/+1
* FAT long file names are basically functionalpatacongo2011-07-152-14/+38
* Some FAT long file name fixespatacongo2011-07-151-30/+71
* Fix NXTEXT link errorpatacongo2011-07-141-4/+5