Embedded TCP/IP stack: fnet_fs_config.h Source File From FNET previous page next page Embedded TCP/IP stack 4.1.0 FNET Overview FNET Quick Start FNET API fnet_stackservicefs fnet_fs_config.h 1 /************************************************************************** 2 * 3 * Copyright 2011-2017 by Andrey Butok. FNET Community. 4 * Copyright 2008-2010 by Andrey Butok. Freescale Semiconductor, Inc. 5 * 6 *************************************************************************** 7 * 8 * Licensed under the Apache License, Version 2.0 (the "License"); you may 9 * not use this file except in compliance with the License. 10 * You may obtain a copy of the License at 11 * 12 * http://www.apache.org/licenses/LICENSE-2.0 13 * 14 * Unless required by applicable law or agreed to in writing, software 15 * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT 16 * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 17 * See the License for the specific language governing permissions and 18 * limitations under the License. 19 * 20 *************************************************************************** 21 * 22 * FNET File System configuration file. 23 * 24 ***************************************************************************/ 25 26 /************************************************************************** 27 * !!!DO NOT MODIFY THIS FILE!!! 28 **************************************************************************/ 29 30 #ifndef _FNET_FS_CONFIG_H_ 31 32 #define _FNET_FS_CONFIG_H_ 33 37 /**************************************************************************/ 43 #ifndef FNET_CFG_FS 44 #if FNET_CFG_HTTP 45 #define FNET_CFG_FS (1) 46 #else 47 #define FNET_CFG_FS (0) 48 #endif 49 #endif 50 51 /**************************************************************************/ 57 #ifndef FNET_CFG_FS_MOUNT_MAX 58 #define FNET_CFG_FS_MOUNT_MAX (2U) 59 #endif 60 61 /**************************************************************************/ 68 #ifndef FNET_CFG_FS_MOUNT_NAME_MAX 69 #define FNET_CFG_FS_MOUNT_NAME_MAX (10U) 70 #endif 71 72 /**************************************************************************/ 79 #ifndef FNET_CFG_FS_DESC_MAX 80 #define FNET_CFG_FS_DESC_MAX (5U) 81 #endif 82 83 /**************************************************************************/ 90 #ifndef FNET_CFG_FS_ROM 91 #define FNET_CFG_FS_ROM (1) 92 #endif 93 96 #endif /* _FNET_FS_CONFIG_H_ */ © 2005-2018 by Andrey Butok. http://fnet.sourceforge.net previous page start next page