added ToDo list
This commit is contained in:
parent
f2bbe071f3
commit
1785f32976
1 changed files with 9 additions and 0 deletions
|
@ -12,6 +12,15 @@
|
||||||
#include "ff.h"
|
#include "ff.h"
|
||||||
#include "ffconf.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
|
* The FAT file-system VMT
|
||||||
********************************************************/
|
********************************************************/
|
||||||
|
|
Loading…
Add table
Reference in a new issue