cfg_fat.h File Reference
Configuration file for Fat module.
More...
Go to the source code of this file.
Detailed Description
Configuration file for Fat module.
- Version:
- Id
- cfg_fat.h 2694 2009-05-21 11:07:20Z batt
- Author:
- Luca Ottaviano <lottaviano@develer.com>
-
Francesco Sacchi <batt@develer.com>
Definition in file cfg_fat.h.
Define Documentation
| #define CONFIG_FAT_MAX_SS 512 |
Maximum sector size to be handled.
(512/1024/2048/4096). 512 for memory card and hard disk, 1024 for floppy disk, 2048 for MO disk
Definition at line 106 of file cfg_fat.h.
| #define CONFIG_FAT_MULTI_PARTITION 0 |
When _MULTI_PARTITION is set to 0, each volume is bound to the same physical drive number and can mount only first primaly partition.
When it is set to 1, each volume is tied to the partitions listed in Drives[].
Definition at line 116 of file cfg_fat.h.
| #define CONFIG_FAT_USE_FORWARD 0 |
Enable f_forward function.
Requires CONFIG_FAT_FS_TINY.
Definition at line 91 of file cfg_fat.h.
| #define CONFIG_FAT_USE_LFN 0 |
Support for long filenames.
Enable only if you have a valid Microsoft license.
Definition at line 130 of file cfg_fat.h.
| #define CONFIG_FAT_USE_MKFS 0 |
Enable f_mkfs function.
Requires CONFIG_FAT_FS_READONLY = 0.
Definition at line 84 of file cfg_fat.h.