WIZlib Library API  ver 1.0
WIZlib Library API User Menual
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
wizconfig.h
Go to the documentation of this file.
1 
14 #ifndef _CONFIG_H_
15 #define _CONFIG_H_
16 
17 #include "common/types.h"
18 
19 //------------------------------ Environment Setting ------------------------------
32 #define SYSTEM_LITTLE_ENDIAN // ( Default )
33 #define SYSTEM_BIG_ENDIAN
34 
46 #define COMPILER_IAR_EWARM
47 #define COMPILER_GCC_ARM
48 
63 #define PLATFORM_W5200_EVB
64 #define PLATFORM_W7200_EVB
65 #define PLATFORM_W5500_EVB
66 
79 #define HOST_STM32F10X
80 #define HOST_8051
81 
104 #define DEVICE_W5100
105 #define DEVICE_W5200
106 #define DEVICE_W5300
107 #define DEVICE_W5500
108 
118 #define TOTAL_SOCK_NUM
119 #define TOTAL_SOCK_MEM
120 
121 //------------------------------ Network Setting ------------------------------
150 #define USE_DHCP VAL_ENABLE
151 #define DHCP_AUTO
152 #define DHCP_ASYNC
153 
166 #define DEFAULT_MAC_ADDR "00:08:DC:11:22:33"
167 #define DEFAULT_IP_ADDR "192.168.0.100"
168 #define DEFAULT_SN_MASK "255.255.255.0"
169 #define DEFAULT_GW_ADDR "192.168.0.1"
170 #define DEFAULT_DNS_ADDR "168.126.63.1"
171 
172 //------------------------------ Etc ------------------------------
183 #define WIZ_LOG_LEVEL 2 // 0: No print, 1: Error, 2: Error+Log, 3: Error+Log+Debug
184 #define PRINT_TIME_LOG
185 
186 
187 
188 
189 
190 
191 
192 
193 
194 
195 
196 
197 
198 
199 
200 
201 
202 
203 
204 
205 
206 
207 
208 
209 
210 
211 
212 
213 
214 
215 
216 
217 
218 
219 
220 
221 
222 
223 
224 
225