This website requires JavaScript.
Explore
Help
Register
Sign In
Mirrors_Framework
/
nuttx
Watch
1
Star
0
Fork
0
You've already forked nuttx
mirror of
https://github.com/apache/nuttx.git
synced
2026-05-16 22:21:04 +08:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
Files
08b37cc104586756fc39e42382df6dfdce2e81f8
nuttx
/
fs
/
mount
T
History
Gregory Nutt
9d09b5aad7
Eliminate a warning found in build testing.
2018-11-09 13:23:12 -06:00
..
fs_automount.c
…
fs_foreachmountpoint.c
…
fs_gettype.c
fs/spiffs: I have been test with apps/examples/fstest which provides a good exercise but of the FS internals but not of the user interface. I build an SPIFFS aware NSH configuration and found and fixed a number of glaring usability errors: (1) Missing logic to stat the SPIFFS root directory, (2) Confusion in use to two similarly named struct field... caused files to be unexpectedly deleted. (3) Fixed a sempahore deadlock condition. And (5) Fix /procfs/mount. It was unaware of the SPIFFS file system type.
2018-09-28 17:35:25 -06:00
fs_mount.c
Eliminate a warning found in build testing.
2018-11-09 13:23:12 -06:00
fs_procfs_mount.c
…
fs_umount2.c
…
Make.defs
…
mount.h
…