SDFileSystem/LocalFileSystem等の不具合や機種依存性を少なくしたライブラリ。 MiMic用
Dependents: HttpClientSamlpe AsyncHttpdSample MbedFileServer TcpSocketClientSamlpe ... more
Fork of NySDFileSystem by
Revision 11:509d2ac0ba4f, committed 2014-07-11
- Comitter:
- nyatla
- Date:
- Fri Jul 11 01:16:56 2014 +0000
- Parent:
- 10:ae6cec8cecfb
- Commit message:
- FATFS?TINY??????1???
Changed in this revision
FATFileSystem/ChaN/ffconf.h | Show annotated file Show diff for this revision Revisions of this file |
diff -r ae6cec8cecfb -r 509d2ac0ba4f FATFileSystem/ChaN/ffconf.h --- a/FATFileSystem/ChaN/ffconf.h Tue Jun 24 09:43:28 2014 +0000 +++ b/FATFileSystem/ChaN/ffconf.h Fri Jul 11 01:16:56 2014 +0000 @@ -15,7 +15,7 @@ / Functions and Buffer Configurations /----------------------------------------------------------------------------*/ -#define _FS_TINY 0 /* 0:Normal or 1:Tiny */ +#define _FS_TINY 1 /* 0:Normal or 1:Tiny */ /* When _FS_TINY is set to 1, FatFs uses the sector buffer in the file system / object instead of the sector buffer in the individual file object for file / data transfer. This reduces memory consumption 512 bytes each file object. */