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
85c31fd4a2
nuttx
/
fs
/
mount
History
Gregory Nutt
9d09b5aad7
Eliminate a warning found in build testing.
2018-11-09 13:23:12 -06:00
..
fs_automount.c
fs/mount/fs_automount.c: Ignore return values from work_cancel().
2018-06-27 06:30:05 -06:00
fs_foreachmountpoint.c
Squashed commit of the following:
2017-10-26 13:33:08 -06:00
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/mount: Fix wrong size reported by df -h. Reason is that size in bytes is calculated always on uint32_t types and cards bigger than 4GB will overflow uint32_t type. Solution is to use uint64_t where possible.
2018-04-14 15:15:59 -06:00
fs_umount2.c
Make sure that labeling is used consistently in all function headers.
2018-02-01 10:00:02 -06:00
Make.defs
Squashed commit of the following:
2017-10-26 13:33:08 -06:00
mount.h
fs/mount/mount.h: Fix warning, 'No newline at end of file'
2018-08-26 13:13:11 -06:00