summaryrefslogtreecommitdiff
path: root/nuttx/fs/romfs
Commit message (Expand)AuthorAgeFilesLines
* Some STM32 USB OTG FS driver fixespatacongo2012-08-271-1/+1
* Kconfig updatespatacongo2012-04-141-1/+9
* A little bit of file system configuration logicpatacongo2012-04-101-0/+2
* 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-213-6/+6
* Fix AVR warnings; FAT FS needs to use off_t instead of size_tpatacongo2011-06-201-1/+1
* Add first NXFFS filespatacongo2011-04-281-3/+9
* Re-organize header files so that file systems can be built outside of the nut...patacongo2011-03-283-9/+13
* Switching to C99 stdint/stdbool.h typespatacongo2009-12-153-85/+92
* Fix a bug in initial XIP offsetpatacongo2009-06-242-16/+84
* Use SEC_NSECTOR macropatacongo2008-09-121-1/+1
* Combine common sector address in one functionpatacongo2008-09-122-108/+83
* Combine hard link traversal into one common functionpatacongo2008-09-121-85/+85
* Added mmap()/XIP test to ROMFS testpatacongo2008-09-123-22/+72
* Add mmap() APIpatacongo2008-09-121-1/+1
* Add ioctl's to support XIPpatacongo2008-09-123-101/+249
* ROMFS fixes discovered during testingpatacongo2008-09-113-15/+63
* Add a test of ROMFSpatacongo2008-09-113-9/+13
* ROMFS filesystempatacongo2008-09-104-0/+2035