summaryrefslogtreecommitdiff
path: root/ext/fs/fat/README
diff options
context:
space:
mode:
Diffstat (limited to 'ext/fs/fat/README')
-rw-r--r--ext/fs/fat/README10
1 files changed, 9 insertions, 1 deletions
diff --git a/ext/fs/fat/README b/ext/fs/fat/README
index 410ce1517..6c7f1742f 100644
--- a/ext/fs/fat/README
+++ b/ext/fs/fat/README
@@ -6,4 +6,12 @@ an interface to physical storage management through its disk io
API in diskio.c. The disk io interfaces are updated to interface
with Zephyr flash memory management.
-Current revision in the tree is 0.12a
+Current revision in the tree is 0.12b
+
+The file system provides options to configure the source. The configurations
+are stored in include/ffconf.h. Following configurations are updated.
+
+_USE_MKFS 1
+_CODE_PAGE 1
+_FS_TINY 1
+_FS_NORTC 1