doc: fs: Add missing note on ELM FAT mount points
The currently supported version of ELM FAT limits supported mount points to selected strings; all allowed mount points have been listed in note of fs_mount. Signed-off-by: Dominik Ermel <dominik.ermel@nordicsemi.no>
This commit is contained in:
parent
bc4361db0d
commit
394d0acda9
1 changed files with 4 additions and 0 deletions
|
@ -437,6 +437,10 @@ int fs_closedir(struct fs_dir_t *zdp);
|
||||||
* calling the file system specific mount function and adding
|
* calling the file system specific mount function and adding
|
||||||
* the mount point to mounted file system list.
|
* the mount point to mounted file system list.
|
||||||
*
|
*
|
||||||
|
* @note Current implementation of ELM FAT driver allows only following mount
|
||||||
|
* points: "/RAM:","/NAND:","/CF:","/SD:","/SD2:","/USB:","/USB2:","/USB3:"
|
||||||
|
* or mount points that consist of single digit, e.g: "/0:", "/1:" and so forth.
|
||||||
|
*
|
||||||
* @param mp Pointer to the fs_mount_t structure. Referenced object
|
* @param mp Pointer to the fs_mount_t structure. Referenced object
|
||||||
* is not changed if the mount operation failed.
|
* is not changed if the mount operation failed.
|
||||||
* A reference is captured in the fs infrastructure if the
|
* A reference is captured in the fs infrastructure if the
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue