nuttx/fs
2013-05-30 15:02:04 -06:00
..
binfs
fat Various Kconfig files still have references to CONFIG_ variables. Some in harmless comments, some in config definionts which is not harmless. All removed 2013-04-25 15:52:00 -06:00
mmap More changes for a kernel-mode allocator (more to be done) 2013-03-09 21:12:20 +00:00
nfs
nxffs Add configuration and example to test MTD partitions 2013-04-30 15:54:02 -06:00
romfs More changes for a kernel-mode allocator (more to be done) 2013-03-09 21:12:20 +00:00
smartfs Various changes and bigfixes for problems detected by CppCheck 2013-05-09 14:23:34 -06:00
.gitignore .dSYM only needs to be in the same .gitignore files as .exe 2013-05-30 15:02:04 -06:00
fs_close.c
fs_closeblockdriver.c
fs_closedir.c More changes for a kernel-mode allocator (more to be done) 2013-03-09 21:12:20 +00:00
fs_dup2.c
fs_dup.c
fs_fcntl.c
fs_fdopen.c Fix some ARMv7-M syscall logic 2013-03-12 21:53:18 +00:00
fs_filedup2.c
fs_filedup.c
fs_files.c
fs_findblockdriver.c
fs_foreachinode.c More changes for a kernel-mode allocator (more to be done) 2013-03-09 21:12:20 +00:00
fs_foreachmountpoint.c
fs_fsync.c
fs_inode.c
fs_inodeaddref.c
fs_inodefind.c
fs_inoderelease.c
fs_inoderemove.c
fs_inodereserve.c
fs_internal.h
fs_ioctl.c
fs_lseek.c
fs_mkdir.c
fs_mount.c Add Ken Pettit's SMART FS 2013-04-30 20:13:30 -06:00
fs_open.c
fs_openblockdriver.c
fs_opendir.c More changes for a kernel-mode allocator (more to be done) 2013-03-09 21:12:20 +00:00
fs_poll.c poll again; if fd is less than zero, it should set revents to zero, not POLLNVAL 2013-05-23 15:41:15 -06:00
fs_read.c
fs_readdir.c
fs_registerblockdriver.c
fs_registerdriver.c
fs_rename.c
fs_rewinddir.c
fs_rmdir.c
fs_seekdir.c
fs_select.c Add apps/system/ramtest. I will use this for the LPC1788 SDRAM bringup 2013-03-27 00:03:25 +00:00
fs_stat.c
fs_statfs.c
fs_syslog.c
fs_umount.c
fs_unlink.c
fs_unregisterblockdriver.c
fs_unregisterdriver.c
fs_write.c
Kconfig Add Ken Pettit's SMART FS 2013-04-30 20:13:30 -06:00
Makefile Add Ken Pettit's SMART FS 2013-04-30 20:13:30 -06:00