00001 /*This file is prepared for Doxygen automatic documentation generation.*/ 00020 /* Copyright (c) 2009 Atmel Corporation. All rights reserved. 00021 * 00022 * Redistribution and use in source and binary forms, with or without 00023 * modification, are permitted provided that the following conditions are met: 00024 * 00025 * 1. Redistributions of source code must retain the above copyright notice, this 00026 * list of conditions and the following disclaimer. 00027 * 00028 * 2. Redistributions in binary form must reproduce the above copyright notice, 00029 * this list of conditions and the following disclaimer in the documentation 00030 * and/or other materials provided with the distribution. 00031 * 00032 * 3. The name of Atmel may not be used to endorse or promote products derived 00033 * from this software without specific prior written permission. 00034 * 00035 * 4. This software may only be redistributed and used in connection with an Atmel 00036 * AVR product. 00037 * 00038 * THIS SOFTWARE IS PROVIDED BY ATMEL "AS IS" AND ANY EXPRESS OR IMPLIED 00039 * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF 00040 * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT ARE 00041 * EXPRESSLY AND SPECIFICALLY DISCLAIMED. IN NO EVENT SHALL ATMEL BE LIABLE FOR 00042 * ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES 00043 * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; 00044 * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND 00045 * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 00046 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 00047 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE 00048 * 00049 */ 00050 00051 #ifndef _CONF_EXPLORER_H_ 00052 #define _CONF_EXPLORER_H_ 00053 00054 #include "compiler.h" 00055 00056 00058 #define LIB_MEM <string.h> 00059 #define LIB_CTRLACCESS "ctrl_access.h" 00060 00062 #define FS_FAT_12 ENABLED 00063 #define FS_FAT_16 ENABLED 00064 #define FS_FAT_32 ENABLED 00065 00067 #define FS_ASCII ENABLED 00068 #define FS_UNICODE DISABLED 00069 00071 #define FS_MULTI_PARTITION DISABLED 00072 00074 #define MAX_FILE_PATH_LENGTH 30 00075 00077 #define MAX_CONFIG_FILE_SIZE 110 00078 00085 #define FS_LEVEL_FEATURES (FSFEATURE_READ | FSFEATURE_WRITE_COMPLET) 00086 00089 #define FS_NB_CACHE_CLUSLIST 1 00090 00092 #define FS_NB_NAVIGATOR 2 00093 00095 #define FS_NB_RESERVED_NAV 0 00096 00103 00104 00106 #define FS_NAV_ID_COPYFILE 1 00107 #define FS_NAV_ID_USHELL_CMD 0 00109 00110 00112 00113 00115 #define pl_cache_path g_buffer 00116 00118 #define PL_CACHE_PATH_MAX_SIZE sizeof(g_buffer) 00119 00121 #define PL_UNICODE DISABLED 00122 00124 00125 00126 #endif // _CONF_EXPLORER_H_