This file contains the possible external configuration of the FAT.
Information about file-system limitations:
Definition in file conf_explorer.h.
#include "compiler.h"
Go to the source code of this file.
Defines | |
#define | FS_ASCII ENABLED |
The explorer may support either the ASCII or the UNICODE string format, or both. | |
#define | FS_FAT_12 ENABLED |
Supported FATs (ENABLED or DISABLED ). | |
#define | FS_FAT_16 ENABLED |
#define | FS_FAT_32 ENABLED |
#define | FS_LEVEL_FEATURES (FSFEATURE_READ | FSFEATURE_WRITE_COMPLET) |
Level of features. | |
#define | FS_MULTI_PARTITION DISABLED |
The navigator may support only the first partition (DISABLED ), or multiple partitions (ENABLED ). | |
#define | FS_NB_CACHE_CLUSLIST 1 |
Number of caches used to store a cluster list of files (interesting in case of many `open file'). | |
#define | FS_NB_NAVIGATOR 3 |
Maximal number of simultaneous navigators (simultaneous file opened). | |
#define | FS_UNICODE DISABLED |
#define | LIB_CTRLACCESS "ctrl_access.h" |
#define | LIB_MEM <string.h> |
Include files and compile options (do not change these settings). | |
#define | MAX_CONFIG_FILE_SIZE 110 |
Maximal size of configuration file. | |
#define | MAX_FILE_PATH_LENGTH 30 |
Maximal number of characters in file path. |
#define FS_ASCII ENABLED |
The explorer may support either the ASCII or the UNICODE string format, or both.
Definition at line 67 of file conf_explorer.h.
#define FS_FAT_12 ENABLED |
#define FS_FAT_16 ENABLED |
Definition at line 63 of file conf_explorer.h.
#define FS_FAT_32 ENABLED |
Definition at line 64 of file conf_explorer.h.
#define FS_LEVEL_FEATURES (FSFEATURE_READ | FSFEATURE_WRITE_COMPLET) |
Level of features.
Select among:
FSFEATURE_READ:
All read functions.FSFEATURE_WRITE:
nav_file_copy(), nav_file_paste(), nav_file_del(), file_create(), file_open(MODE_WRITE), file_write(), file_putc().FSFEATURE_WRITE_COMPLET:
FSFEATURE_WRITE functions and nav_drive_format(), nav_dir_make(), nav_file_rename(), nav_file_dateset(), nav_file_attributset().FSFEATURE_ALL:
All functions. Definition at line 85 of file conf_explorer.h.
#define FS_MULTI_PARTITION DISABLED |
The navigator may support only the first partition (DISABLED
), or multiple partitions (ENABLED
).
Definition at line 71 of file conf_explorer.h.
#define FS_NB_CACHE_CLUSLIST 1 |
Number of caches used to store a cluster list of files (interesting in case of many `open file').
In player mode, 1 is OK (shall be > 0).
Definition at line 89 of file conf_explorer.h.
#define FS_NB_NAVIGATOR 3 |
Maximal number of simultaneous navigators (simultaneous file opened).
Definition at line 92 of file conf_explorer.h.
#define FS_UNICODE DISABLED |
Definition at line 68 of file conf_explorer.h.
#define LIB_CTRLACCESS "ctrl_access.h" |
Definition at line 59 of file conf_explorer.h.
#define LIB_MEM <string.h> |
Include files and compile options (do not change these settings).
Definition at line 58 of file conf_explorer.h.
#define MAX_CONFIG_FILE_SIZE 110 |
#define MAX_FILE_PATH_LENGTH 30 |