SDFileSystem/LocalFileSystem等の不具合や機種依存性を少なくしたライブラリ。 MiMic用
Dependents: HttpClientSamlpe AsyncHttpdSample MbedFileServer TcpSocketClientSamlpe ... more
Fork of NySDFileSystem by
Diff: FATFileSystem/ChaN/ffconf.h
- Revision:
- 11:509d2ac0ba4f
- Parent:
- 5:2c7b6bd5b079
--- 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. */