px4-firmware/nuttx/fs
patacongo 4f7967b4c6 apps/builtin/binfs.c moved to nuttx/fs/binfs/fs_binfs.c
git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5523 42af7a65-404d-4744-a932-0658087f49c3
2013-01-16 15:41:27 +00:00
..
binfs apps/builtin/binfs.c moved to nuttx/fs/binfs/fs_binfs.c 2013-01-16 15:41:27 +00:00
fat apps/builtin/binfs.c moved to nuttx/fs/binfs/fs_binfs.c 2013-01-16 15:41:27 +00:00
mmap apps/builtin/binfs.c moved to nuttx/fs/binfs/fs_binfs.c 2013-01-16 15:41:27 +00:00
nfs apps/builtin/binfs.c moved to nuttx/fs/binfs/fs_binfs.c 2013-01-16 15:41:27 +00:00
nxffs apps/builtin/binfs.c moved to nuttx/fs/binfs/fs_binfs.c 2013-01-16 15:41:27 +00:00
romfs apps/builtin/binfs.c moved to nuttx/fs/binfs/fs_binfs.c 2013-01-16 15:41:27 +00:00
Kconfig apps/builtin/binfs.c moved to nuttx/fs/binfs/fs_binfs.c 2013-01-16 15:41:27 +00:00
Makefile apps/builtin/binfs.c moved to nuttx/fs/binfs/fs_binfs.c 2013-01-16 15:41:27 +00:00
fs_close.c Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00
fs_closeblockdriver.c Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00
fs_closedir.c Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00
fs_dup.c Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00
fs_dup2.c Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00
fs_fcntl.c Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00
fs_fdopen.c Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00
fs_filedup.c Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00
fs_filedup2.c Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00
fs_files.c Add support for dup2'ing files. Infrastructure and ROMFS done. Still need FAT, BINFS, NXFFS, and NFS 2013-01-14 15:42:03 +00:00
fs_findblockdriver.c Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00
fs_foreachinode.c Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00
fs_foreachmountpoint.c Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00
fs_fsync.c Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00
fs_inode.c Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00
fs_inodeaddref.c Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00
fs_inodefind.c Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00
fs_inoderelease.c Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00
fs_inoderemove.c Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00
fs_inodereserve.c Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00
fs_internal.h Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00
fs_ioctl.c Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00
fs_lseek.c Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00
fs_mkdir.c Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00
fs_mount.c apps/builtin/binfs.c moved to nuttx/fs/binfs/fs_binfs.c 2013-01-16 15:41:27 +00:00
fs_open.c Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00
fs_openblockdriver.c Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00
fs_opendir.c Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00
fs_poll.c Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00
fs_read.c Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00
fs_readdir.c Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00
fs_registerblockdriver.c Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00
fs_registerdriver.c Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00
fs_rename.c Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00
fs_rewinddir.c Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00
fs_rmdir.c Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00
fs_seekdir.c Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00
fs_select.c Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00
fs_stat.c ARM and ARMv7-M ELF support; STM32F4Discovery ELF loader test configuration 2012-10-26 19:53:20 +00:00
fs_statfs.c Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00
fs_syslog.c Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00
fs_umount.c Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00
fs_unlink.c Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00
fs_unregisterblockdriver.c Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00
fs_unregisterdriver.c Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00
fs_write.c Resync new repository with old repo r5166 2012-09-17 18:18:44 +00:00