summaryrefslogtreecommitdiffstats
path: root/nuttx/fs
AgeCommit message (Expand)AuthorFilesLines
2012-03-21Move file-system header files to include/nuttx/fspatacongo56-79/+79
2012-03-17NFS update; fix STM32 enabling of CAN2 clockpatacongo14-1047/+2874
2012-03-08RPC updatespatacongo2-27/+15
2012-03-07RPC updatespatacongo3-284/+42
2012-03-06RPC updatepatacongo5-123/+211
2012-03-03Move all non-standard, NuttX header files into include/nuttx/netpatacongo4-12/+12
2012-03-03Remove quad_tpatacongo1-4/+4
2012-03-03RPC updatespatacongo3-220/+26
2012-03-02Add the beginnings of NFS client supportpatacongo9-2/+1799
2012-02-24select() fix to handl POLLHUP; STM32 FPU saving in context switches seems to ...patacongo1-6/+29
2012-02-15Add QE support to STM32F4Discovery; add a test of the quadrature encoder driverpatacongo5-71/+136
2012-02-07Fix a bug in the FAT statfs() implementationpatacongo1-9/+9
2012-02-04Add the beginnings of an FTP serverpatacongo1-2/+2
2012-02-01Add tcsetattr and tcgetattrpatacongo1-3/+3
2012-01-31Add on_exit(); Re-order some logic in the task shutdown sequence. Sometimes ...patacongo1-10/+19
2012-01-25STM32 F4 I2C updatespatacongo1-1/+1
2012-01-11On a failure to recognize a FAT file system, the mount logic should return -E...patacongo1-6/+7
2012-01-04Fix buffer full test in generic CAN driver (plus fixes to comments)patacongo2-20/+20
2011-12-23PIC32 NSH configuration now builds without errorspatacongo1-2/+2
2011-11-20Update ADC header file for the STM32F40xxxpatacongo1-1/+1
2011-11-19Revised FAT bugfixpatacongo2-80/+22
2011-11-18Fix error in FAT time (date value was being used)patacongo1-5/+5
2011-11-17clock_gettime() not settime() in FAT time logicpatacongo1-1/+1
2011-11-15Fix an error in FAT needed for interoperability with Windows when access firs...patacongo2-26/+95
2011-11-15Add support for more FAT partitions; support for SD cards greater than 4Gb; T...patacongo2-27/+112
2011-10-31Fix another NXFFS write-when-flash-is-full problempatacongo5-17/+63
2011-10-31Fix an NXFFS initialization problempatacongo2-3/+22
2011-10-31Yet another re-implementation of the NXFFS bug fixpatacongo1-31/+37
2011-10-29Minor improvement to fix of last checkinpatacongo1-9/+5
2011-10-29Add some missing error handling to NXFFSpatacongo1-22/+33
2011-10-04Fix check for open files when overwriting an existing filepatacongo1-2/+18
2011-10-02Add FAT date/time stamppatacongo2-6/+71
2011-09-28Fix NXFFS compilation errorpatacongo1-0/+2
2011-09-28Back out a portion of the last FAT LFN changepatacongo1-14/+8
2011-09-28Cosmetic changes to fat and mass storage devicepatacongo1-2/+2
2011-09-27Move MSC descriptors to a separate file; File 13 char long file names.patacongo1-17/+22
2011-09-16Fix a stray write into the FATpatacongo3-16/+22
2011-09-15Small improvement in FAT buffering logic on write()patacongo1-12/+15
2011-09-15Revert some unnecessary portions of last commitpatacongo1-21/+6
2011-09-15Fix a critical bug in FAT sector managementpatacongo1-8/+37
2011-07-18Add logic to assure that short FAT names are uniquepatacongo2-46/+285
2011-07-18Documentation updatepatacongo1-18/+8
2011-07-18Correct FAT long file name padding characterpatacongo2-49/+65
2011-07-16Make NX and NXTEXT built-ins; extend stm3210e-eval/nsh2 config to run the NX ...patacongo1-1/+1
2011-07-15FAT long file names are basically functionalpatacongo2-14/+38
2011-07-15Some FAT long file name fixespatacongo1-30/+71
2011-07-14Fix NXTEXT link errorpatacongo1-4/+5
2011-07-14Changes to get clean FAT long file name compilationpatacongo3-92/+129
2011-07-14Fix NT stype upper/lower case FAT 8.3 filenamepatacongo1-4/+4
2011-07-14FAT long support is code complete (but untested)patacongo3-220/+826