aboutsummaryrefslogtreecommitdiffstats
path: root/src/gfile
diff options
context:
space:
mode:
authorJoel Bodenmann <joel@unormal.org>2014-06-25 05:31:41 +0200
committerJoel Bodenmann <joel@unormal.org>2014-06-25 05:31:41 +0200
commit1785f32976ece91f7b483222c0eb688ed61653e6 (patch)
tree428c0a15ffc9a80aa9a72a4c72468be60b88c8d1 /src/gfile
parentf2bbe071f3bb5fd56d847275c31323e744c2ad93 (diff)
downloaduGFX-1785f32976ece91f7b483222c0eb688ed61653e6.tar.gz
uGFX-1785f32976ece91f7b483222c0eb688ed61653e6.tar.bz2
uGFX-1785f32976ece91f7b483222c0eb688ed61653e6.zip
added ToDo list
Diffstat (limited to 'src/gfile')
-rw-r--r--src/gfile/inc_fatfs.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/gfile/inc_fatfs.c b/src/gfile/inc_fatfs.c
index c90b6c30..911cf59c 100644
--- a/src/gfile/inc_fatfs.c
+++ b/src/gfile/inc_fatfs.c
@@ -12,6 +12,15 @@
#include "ff.h"
#include "ffconf.h"
+/*
+ * ToDo:
+ *
+ * - fatfsExists()
+ * - f_mount has to be called before the disk can be accessed
+ * - complete _flags2mode()
+ * - restructure provided diskio.c files
+ * - do full testing
+ */
/********************************************************
* The FAT file-system VMT
********************************************************/