This website requires JavaScript.
Explore
Help
Register
Sign In
sergiotarxz
/
nuttx
Watch
1
Star
0
Fork
0
You've already forked nuttx
Code
Issues
Pull Requests
Releases
Wiki
Activity
c657139b30
nuttx
/
fs
History
Gregory Nutt
bb06d31038
Auto-mounter: Fix state setting. Not harmful other than it can cause a debug assertion to fire if you manually unmount the media before removing it which is, of course, what you are supposed to do.
2014-07-30 11:05:08 -06:00
..
binfs
fat
mmap
nfs
NET: emoved all includes of uip.h; added includes of ip.h wherever needed. Tried to fix problems of the now missing sneak inclusions because uip.h was removed. There are probably a few of these that were missed.
2014-07-04 19:13:08 -06:00
nxffs
Fix some cloned errors in SAM GPIO interrupt setup
2014-07-07 15:54:37 -06:00
procfs
CCM PROCFS: Missing change in last commits
2014-07-03 09:28:36 -06:00
romfs
smartfs
.gitignore
fs_automount.c
Auto-mounter: Fix state setting. Not harmful other than it can cause a debug assertion to fire if you manually unmount the media before removing it which is, of course, what you are supposed to do.
2014-07-30 11:05:08 -06:00
fs_close.c
fs_closeblockdriver.c
fs_closedir.c
fs_dup2.c
fs_dup.c
fs_fcntl.c
fs_fdopen.c
fs_filedup2.c
fs_filedup.c
fs_files.c
fs_findblockdriver.c
fs_foreachinode.c
fs_foreachmountpoint.c
fs_fsync.c
fs_inode.c
Cosmetic changes, mostly to comments
2014-07-29 12:49:40 -06:00
fs_inodeaddref.c
fs_inodebasename.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
Updated README file, cosmetic changes to comments and debug output
2014-07-30 10:19:09 -06:00
fs_open.c
fs_openblockdriver.c
fs_opendir.c
fs_poll.c
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
fs_sendfile.c
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 support for an automounter that will automatically mount and unmount a file system a media is inserted and removed
2014-07-29 12:50:08 -06:00
Makefile
Add support for an automounter that will automatically mount and unmount a file system a media is inserted and removed
2014-07-29 12:50:08 -06:00