Ilya I / Mbed 2 deprecated iva2k_NetHttpServerTcpSockets

Dependencies:   mbed

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers netCfg.h Source File

netCfg.h

00001 #ifndef NET_CFG_H
00002 #define NET_CFG_H 1
00003 
00004 //#define __LWIP_DEBUG
00005 #define __DEBUG
00006 
00007 //Configure build params for TCP/IP Stack
00008 
00009 //Build GPRS Module (eg Telit Module) If
00010 #define NET_GPRS 0
00011 
00012 #define NET_TELIT 0
00013 #define NET_TELIT_STACK 0
00014 
00015 //Build PPP If
00016 #define NET_PPP 0
00017 #define NET_ZG2100 0
00018 
00019 //Build Usb Host Stack
00020 #define NET_USB 0
00021 
00022 //Build Usb Virtual Serial Port
00023 #define NET_USB_SERIAL 0
00024 
00025 //Build Ethernet If
00026 //iva2k ?#define NET_ETH 0
00027 #define NET_ETH 1
00028 
00029 //Build LWIP Stack
00030 //iva2k ?#define NET_LWIP_STACK 0
00031 #define NET_LWIP_STACK 1
00032 
00033 #endif