diff --git a/ChangeLog b/ChangeLog index 229326e99d..b923409c32 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2579,3 +2579,5 @@ the USB device driver can used the the mass storage class (which does a LOT of stalling as part of its normal protocol). The PIC32 USB Mass Storage device is, however, still non-functional when debug is OFF. + * include/nuttx/fs: Move all file-system related files from include/nuttx to + include/nuttx/fs. diff --git a/Documentation/NuttShell.html b/Documentation/NuttShell.html index 2d8b4722d7..ea851026df 100644 --- a/Documentation/NuttShell.html +++ b/Documentation/NuttShell.html @@ -1321,7 +1321,7 @@ mkfatfs <path> Format a fat file system on the block device specified by <path>. NSH provides this command to access the mkfatfs() NuttX API. This block device must reside in the NuttX pseudo filesystem and - must have been created by some call to register_blockdriver() (see include/nuttx/fs.h). + must have been created by some call to register_blockdriver() (see include/nuttx/fs/fs.h).

diff --git a/Documentation/NuttxPortingGuide.html b/Documentation/NuttxPortingGuide.html index e920258620..8550d98fcc 100644 --- a/Documentation/NuttxPortingGuide.html +++ b/Documentation/NuttxPortingGuide.html @@ -2307,7 +2307,7 @@ extern void up_ledoff(int led);