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