summaryrefslogtreecommitdiff
path: root/nuttx/fs/romfs/fs_romfs.c
Commit message (Expand)AuthorAgeFilesLines
* Move file-system header files to include/nuttx/fspatacongo2012-03-211-3/+3
* Fix AVR warnings; FAT FS needs to use off_t instead of size_tpatacongo2011-06-201-1/+1
* Re-organize header files so that file systems can be built outside of the nut...patacongo2011-03-281-8/+9
* Switching to C99 stdint/stdbool.h typespatacongo2009-12-151-7/+9
* Fix a bug in initial XIP offsetpatacongo2009-06-241-14/+75
* Use SEC_NSECTOR macropatacongo2008-09-121-1/+1
* Added mmap()/XIP test to ROMFS testpatacongo2008-09-121-3/+13
* Add mmap() APIpatacongo2008-09-121-1/+1
* Add ioctl's to support XIPpatacongo2008-09-121-50/+71
* ROMFS fixes discovered during testingpatacongo2008-09-111-8/+7
* Add a test of ROMFSpatacongo2008-09-111-5/+1
* ROMFS filesystempatacongo2008-09-101-0/+1000