summaryrefslogtreecommitdiff
path: root/nuttx/fs
Commit message (Collapse)AuthorAgeFilesLines
* Add logic to assure that short FAT names are uniquepatacongo2011-07-182-46/+285
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3796 42af7a65-404d-4744-a932-0658087f49c3
* Documentation updatepatacongo2011-07-181-18/+8
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3795 42af7a65-404d-4744-a932-0658087f49c3
* Correct FAT long file name padding characterpatacongo2011-07-182-49/+65
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3794 42af7a65-404d-4744-a932-0658087f49c3
* Make NX and NXTEXT built-ins; extend stm3210e-eval/nsh2 config to run the NX ↵patacongo2011-07-161-1/+1
| | | | | | example from the NX command line git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3791 42af7a65-404d-4744-a932-0658087f49c3
* FAT long file names are basically functionalpatacongo2011-07-152-14/+38
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3790 42af7a65-404d-4744-a932-0658087f49c3
* Some FAT long file name fixespatacongo2011-07-151-30/+71
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3789 42af7a65-404d-4744-a932-0658087f49c3
* Fix NXTEXT link errorpatacongo2011-07-141-4/+5
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3787 42af7a65-404d-4744-a932-0658087f49c3
* Changes to get clean FAT long file name compilationpatacongo2011-07-143-92/+129
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3785 42af7a65-404d-4744-a932-0658087f49c3
* Fix NT stype upper/lower case FAT 8.3 filenamepatacongo2011-07-141-4/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3784 42af7a65-404d-4744-a932-0658087f49c3
* FAT long support is code complete (but untested)patacongo2011-07-143-220/+826
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3783 42af7a65-404d-4744-a932-0658087f49c3
* More FAT long file name logicpatacongo2011-07-133-152/+772
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3782 42af7a65-404d-4744-a932-0658087f49c3
* Add long file name parsing logicpatacongo2011-07-132-106/+590
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3781 42af7a65-404d-4744-a932-0658087f49c3
* Re-architect FAT data structures to support long file namespatacongo2011-07-135-121/+171
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3780 42af7a65-404d-4744-a932-0658087f49c3
* Separate FAT directory operations into a separate filepatacongo2011-07-125-839/+1016
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3777 42af7a65-404d-4744-a932-0658087f49c3
* Add FAT long file name definitionspatacongo2011-07-121-9/+141
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3776 42af7a65-404d-4744-a932-0658087f49c3
* Add wchar_t type; Add LPC17xx CAN driver from Lzyy; Fix serial bug reported ↵patacongo2011-07-121-2/+11
| | | | | | by Lzyy git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3775 42af7a65-404d-4744-a932-0658087f49c3
* Changes for clean ez80 ZDS-II compilepatacongo2011-06-221-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3733 42af7a65-404d-4744-a932-0658087f49c3
* AVR build warnings; minor USB fixpatacongo2011-06-211-5/+7
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3729 42af7a65-404d-4744-a932-0658087f49c3
* Fix AVR warnings; FAT FS needs to use off_t instead of size_tpatacongo2011-06-205-52/+52
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3728 42af7a65-404d-4744-a932-0658087f49c3
* Fix more FTP bugspatacongo2011-06-041-2/+6
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3668 42af7a65-404d-4744-a932-0658087f49c3
* Add support so that fdopen() may be used on socket descriptorspatacongo2011-06-022-23/+117
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3659 42af7a65-404d-4744-a932-0658087f49c3
* Complets ram mapping logicpatacongo2011-05-085-64/+225
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3578 42af7a65-404d-4744-a932-0658087f49c3
* More RAM mapping logicpatacongo2011-05-083-5/+204
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3577 42af7a65-404d-4744-a932-0658087f49c3
* Add fs/mmappatacongo2011-05-076-29/+392
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3576 42af7a65-404d-4744-a932-0658087f49c3
* Fix an NXFFS memory leakpatacongo2011-05-061-5/+8
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3570 42af7a65-404d-4744-a932-0658087f49c3
* Fix NXFFS positioning bugpatacongo2011-05-065-41/+69
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3569 42af7a65-404d-4744-a932-0658087f49c3
* Finish logic to update open writer after packingpatacongo2011-05-052-131/+365
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3568 42af7a65-404d-4744-a932-0658087f49c3
* All open file must be adjusted when the filesystem is packedpatacongo2011-05-053-19/+227
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3567 42af7a65-404d-4744-a932-0658087f49c3
* Add NXFFS ioctlspatacongo2011-05-051-2/+42
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3566 42af7a65-404d-4744-a932-0658087f49c3
* NXFFS is basically functional -- more testing neededpatacongo2011-05-056-100/+191
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3565 42af7a65-404d-4744-a932-0658087f49c3
* Fix two more NXFFS bugspatacongo2011-05-053-29/+59
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3564 42af7a65-404d-4744-a932-0658087f49c3
* Minor NXFFS fixespatacongo2011-05-052-21/+63
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3563 42af7a65-404d-4744-a932-0658087f49c3
* More NXFFS bugfixespatacongo2011-05-041-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3562 42af7a65-404d-4744-a932-0658087f49c3
* More NXFFS bugfixespatacongo2011-05-049-31/+78
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3561 42af7a65-404d-4744-a932-0658087f49c3
* More NXFFS bugfixespatacongo2011-05-043-13/+56
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3560 42af7a65-404d-4744-a932-0658087f49c3
* Misc NXFFS bugfixespatacongo2011-05-045-121/+149
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3559 42af7a65-404d-4744-a932-0658087f49c3
* Fix a few more NXFFS bugspatacongo2011-05-041-24/+103
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3558 42af7a65-404d-4744-a932-0658087f49c3
* Incorporate two FAT bugfixes reported by Sheref Younan.patacongo2011-05-032-3/+5
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3557 42af7a65-404d-4744-a932-0658087f49c3
* Most of packing logic is in placepatacongo2011-05-034-147/+713
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3556 42af7a65-404d-4744-a932-0658087f49c3
* Progress on NXFFS packing logicpatacongo2011-05-035-137/+410
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3555 42af7a65-404d-4744-a932-0658087f49c3
* Swap size of cache and pack bufferspatacongo2011-05-0310-71/+53
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3554 42af7a65-404d-4744-a932-0658087f49c3
* Starting NXFFS packing logicpatacongo2011-05-034-133/+353
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3553 42af7a65-404d-4744-a932-0658087f49c3
* NXFFS file deletion is functionalpatacongo2011-05-023-34/+95
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3552 42af7a65-404d-4744-a932-0658087f49c3
* More NXFFS bugfixespatacongo2011-05-026-114/+57
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3551 42af7a65-404d-4744-a932-0658087f49c3
* More NXFFS bugfixespatacongo2011-05-024-62/+120
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3550 42af7a65-404d-4744-a932-0658087f49c3
* More NXFFS bugfixespatacongo2011-05-013-13/+18
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3549 42af7a65-404d-4744-a932-0658087f49c3
* More NXFFS bugfixespatacongo2011-05-014-38/+301
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3548 42af7a65-404d-4744-a932-0658087f49c3
* Extend NXFFS tests; bugfixespatacongo2011-05-017-72/+351
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3547 42af7a65-404d-4744-a932-0658087f49c3
* Add basic NXFFS read logicpatacongo2011-05-016-72/+234
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3546 42af7a65-404d-4744-a932-0658087f49c3
* Misc NXFFS bug fixespatacongo2011-04-302-31/+75
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3545 42af7a65-404d-4744-a932-0658087f49c3