summaryrefslogtreecommitdiffstats
path: root/nuttx/fs/romfs
AgeCommit message (Expand)AuthorFilesLines
2012-08-27Some STM32 USB OTG FS driver fixespatacongo1-1/+1
2012-04-14Kconfig updatespatacongo1-1/+9
2012-04-10A little bit of file system configuration logicpatacongo1-0/+2
2012-04-06Add kconfig documentationpatacongo1-1/+1
2012-04-06Adding skeleton Kconfig files (part 1 of 2)patacongo1-0/+4
2012-03-21Move file-system header files to include/nuttx/fspatacongo3-6/+6
2011-06-20Fix AVR warnings; FAT FS needs to use off_t instead of size_tpatacongo1-1/+1
2011-04-28Add first NXFFS filespatacongo1-3/+9
2011-03-28Re-organize header files so that file systems can be built outside of the nut...patacongo3-9/+13
2009-12-15Switching to C99 stdint/stdbool.h typespatacongo3-85/+92
2009-06-24Fix a bug in initial XIP offsetpatacongo2-16/+84
2008-09-12Use SEC_NSECTOR macropatacongo1-1/+1
2008-09-12Combine common sector address in one functionpatacongo2-108/+83
2008-09-12Combine hard link traversal into one common functionpatacongo1-85/+85
2008-09-12Added mmap()/XIP test to ROMFS testpatacongo3-22/+72
2008-09-12Add mmap() APIpatacongo1-1/+1
2008-09-12Add ioctl's to support XIPpatacongo3-101/+249
2008-09-11ROMFS fixes discovered during testingpatacongo3-15/+63
2008-09-11Add a test of ROMFSpatacongo3-9/+13
2008-09-10ROMFS filesystempatacongo4-0/+2035