BeRTOS
cfg_fat.h
Go to the documentation of this file.
00001 
00040 #ifndef CFG_FAT_H
00041 #define CFG_FAT_H
00042 
00049 #define FAT_LOG_LEVEL      LOG_LVL_ERR
00050 
00057 #define FAT_LOG_FORMAT     LOG_FMT_VERBOSE
00058 
00059 
00064 #define CONFIG_FAT_WORD_ACCESS   0
00065 #define _WORD_ACCESS CONFIG_FAT_WORD_ACCESS
00066 
00071 #define CONFIG_FAT_FS_READONLY   0
00072 #define _FS_READONLY CONFIG_FAT_FS_READONLY
00073 
00078 #define CONFIG_FAT_FS_MINIMIZE 0
00079 #define _FS_MINIMIZE CONFIG_FAT_FS_MINIMIZE
00080 
00085 #define CONFIG_FAT_FS_TINY 1
00086 #define _FS_TINY CONFIG_FAT_FS_TINY
00087 
00093 #define CONFIG_FAT_USE_STRFUNC 0
00094 #define _USE_STRFUNC CONFIG_FAT_USE_STRFUNC
00095 
00100 #define CONFIG_FAT_USE_MKFS 0
00101 #define _USE_MKFS (CONFIG_FAT_USE_MKFS && !CONFIG_FAT_FS_READONLY)
00102 
00107 #define CONFIG_FAT_USE_FORWARD 0
00108 #define _USE_FORWARD (CONFIG_FAT_USE_FORWARD && CONFIG_FAT_FS_TINY)
00109 
00114 #define CONFIG_FAT_DRIVES 1
00115 #define _DRIVES CONFIG_FAT_DRIVES
00116 
00122 #define CONFIG_FAT_MAX_SS 512
00123 #define _MAX_SS CONFIG_FAT_MAX_SS
00124 
00132 #define CONFIG_FAT_MULTI_PARTITION 0
00133 #define _MULTI_PARTITION CONFIG_FAT_MULTI_PARTITION
00134 
00139 #define CONFIG_FAT_CODE_PAGE 850
00140 #define _CODE_PAGE CONFIG_FAT_CODE_PAGE
00141 
00146 #define CONFIG_FAT_USE_LFN 0
00147 #define _USE_LFN CONFIG_FAT_USE_LFN
00148 
00153 #define CONFIG_FAT_MAX_LFN 255
00154 #define _MAX_LFN CONFIG_FAT_MAX_LFN
00155 
00156 #endif /* CFG_FAT_H */