SDFileSystem/LocalFileSystem等の不具合や機種依存性を少なくしたライブラリ。 MiMic用

Dependents:   HttpClientSamlpe AsyncHttpdSample MbedFileServer TcpSocketClientSamlpe ... more

Fork of NySDFileSystem by Ryo Iizuka

Files at this revision

API Documentation at this revision

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
--- 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. */