EthernetNetIf Compatibility.
Dependents: XBeeWiFi_SPI_example
Fork of NetServicesSource by
Diff: netCfg.h
- Revision:
- 0:632c9925f013
- Child:
- 1:abb442332fa8
diff -r 000000000000 -r 632c9925f013 netCfg.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/netCfg.h Fri Jun 11 16:05:15 2010 +0000 @@ -0,0 +1,26 @@ +#ifndef NET_CFG_H +#define NET_CFG_H + +//Configure build params for TCP/IP Stack + +//Build GPRS Module (eg Telit Module) If +#define NET_GPRS 0 + +#define NET_TELIT 0 + +//Build PPP If +#define NET_PPP 0 + +//Build Usb Host Stack +#define NET_USB 0 + +//Build Usb Virtual Serial Port +#define NET_USB_SERIAL 0 + +//Build Ethernet If +#define NET_ETH 0 + +//Build LWIP Stack +#define NET_LWIP_STACK 0 + +#endif \ No newline at end of file