(Grande) fatFS configuration options
This is the include file for ChaN's (grande) fatFS for small memory cards (SMC, MMC) and FAT file system functions. It contains basic option settings.
Copyright (c) 2012, ChaN, all right reserved.
Modification for weAutSys by A. Weinert
Copyright © 2012 Albrecht Weinert
weinert - automation, Bochum
weinert-automation.de weAut.de a-weinert.de
Look at file fatFS/ff.h for details.
Defines | |
#define | _CODE_PAGE 1 |
The code page used. | |
#define | _FS_MINIMIZE 0 |
Omit functions to save (program / flash) memory. | |
#define | _FS_READONLY 0 |
Only read functions. | |
#define | _FS_RPATH 0 |
The relative path feature. | |
#define | _LFN_UNICODE 0 |
0: ANSI/OEM or 1: Unicode | |
#define | _MAX_LFN 255 |
Maximum LFN length to handle (12 to 255) | |
#define | _MULTI_PARTITION 0 |
Allow multiple partitions. | |
#define | _USE_ERASE 0 |
Allow erase of blocks of sectors. | |
#define | _USE_FASTSEEK 0 |
0: disable or 1: enable the fast seek feature | |
#define | _USE_LFN 0 |
The long file name feature. | |
#define | _USE_STRFUNC 0 |
0: disable or 1-2: enable string functions | |
#define | _VOLUMES 1 |
Number of volumes (logical drives) to be used. | |
#define | _WORD_ACCESS 1 |
Word access. |