From 394d0acda993645f1630a10917dc3b5255268f16 Mon Sep 17 00:00:00 2001 From: Dominik Ermel Date: Thu, 15 Oct 2020 14:38:17 +0000 Subject: [PATCH] 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 --- include/fs/fs.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/include/fs/fs.h b/include/fs/fs.h index 6d19505b832..51baea559a2 100644 --- a/include/fs/fs.h +++ b/include/fs/fs.h @@ -437,6 +437,10 @@ int fs_closedir(struct fs_dir_t *zdp); * calling the file system specific mount function and adding * 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 * is not changed if the mount operation failed. * A reference is captured in the fs infrastructure if the