summaryrefslogtreecommitdiff
path: root/nuttx/fs
Commit message (Expand)AuthorAgeFilesLines
* Kconfig updatepatacongo2012-04-121-8/+6
* NFS client fs updatepatacongo2012-04-121-208/+223
* Add a little more configuration logicpatacongo2012-04-102-9/+6
* A little bit of file system configuration logicpatacongo2012-04-106-0/+124
* NFS client updatepatacongo2012-04-093-303/+481
* Add kconfig documentationpatacongo2012-04-066-6/+6
* Adding skeleton Kconfig files (part 1 of 2)patacongo2012-04-066-0/+24
* Fix read() return value for the case of permissions problempatacongo2012-03-311-20/+24
* NFS client updatepatacongo2012-03-303-194/+85
* NFS updatepatacongo2012-03-285-260/+1155
* NFS updatepatacongo2012-03-289-80/+79
* NFS update + another NX console driver filepatacongo2012-03-2710-3603/+1207
* NFS update + make some examples configurable as NSH built-inspatacongo2012-03-2214-824/+5180
* Move file-system header files to include/nuttx/fspatacongo2012-03-2156-79/+79
* NFS update; fix STM32 enabling of CAN2 clockpatacongo2012-03-1714-1047/+2874
* RPC updatespatacongo2012-03-082-27/+15
* RPC updatespatacongo2012-03-073-284/+42
* RPC updatepatacongo2012-03-065-123/+211
* Move all non-standard, NuttX header files into include/nuttx/netpatacongo2012-03-034-12/+12
* Remove quad_tpatacongo2012-03-031-4/+4
* RPC updatespatacongo2012-03-033-220/+26
* Add the beginnings of NFS client supportpatacongo2012-03-029-2/+1799
* select() fix to handl POLLHUP; STM32 FPU saving in context switches seems to ...patacongo2012-02-241-6/+29
* Add QE support to STM32F4Discovery; add a test of the quadrature encoder driverpatacongo2012-02-155-71/+136
* Fix a bug in the FAT statfs() implementationpatacongo2012-02-071-9/+9
* Add the beginnings of an FTP serverpatacongo2012-02-041-2/+2
* Add tcsetattr and tcgetattrpatacongo2012-02-011-3/+3
* Add on_exit(); Re-order some logic in the task shutdown sequence. Sometimes ...patacongo2012-01-311-10/+19
* 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
* Fix buffer full test in generic CAN driver (plus fixes to comments)patacongo2012-01-042-20/+20
* 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
* Fix another NXFFS write-when-flash-is-full problempatacongo2011-10-315-17/+63
* Fix an NXFFS initialization problempatacongo2011-10-312-3/+22
* Yet another re-implementation of the NXFFS bug fixpatacongo2011-10-311-31/+37
* Minor improvement to fix of last checkinpatacongo2011-10-291-9/+5
* Add some missing error handling to NXFFSpatacongo2011-10-291-22/+33
* Fix check for open files when overwriting an existing filepatacongo2011-10-041-2/+18
* Add FAT date/time stamppatacongo2011-10-022-6/+71
* Fix NXFFS compilation errorpatacongo2011-09-281-0/+2
* 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