Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
EthernetNetIf/LPC2368/netCfg.h@0:b6a536e40b5d, 2012-06-20 (annotated)
- Committer:
- dfukumori
- Date:
- Wed Jun 20 22:16:31 2012 +0000
- Revision:
- 0:b6a536e40b5d
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
dfukumori | 0:b6a536e40b5d | 1 | //This file has been auto-generated, please do not modify here. |
dfukumori | 0:b6a536e40b5d | 2 | #ifndef __ETHERNETNETIF_CONFIG_H |
dfukumori | 0:b6a536e40b5d | 3 | #define TARGET_LPC2368 1 |
dfukumori | 0:b6a536e40b5d | 4 | #define NET_TELIT_STACK 0 |
dfukumori | 0:b6a536e40b5d | 5 | #define NET_GPRS 0 |
dfukumori | 0:b6a536e40b5d | 6 | #define NET_PPP 0 |
dfukumori | 0:b6a536e40b5d | 7 | #define NET_ZG2100 0 |
dfukumori | 0:b6a536e40b5d | 8 | #define NET_GPRS_MODULE 0 |
dfukumori | 0:b6a536e40b5d | 9 | #define NET_ETH 1 |
dfukumori | 0:b6a536e40b5d | 10 | #define NET_USB_SERIAL 0 |
dfukumori | 0:b6a536e40b5d | 11 | #define NET_CFG_H 1 |
dfukumori | 0:b6a536e40b5d | 12 | #define NET_USB 0 |
dfukumori | 0:b6a536e40b5d | 13 | #define NET_LWIP_STACK 1 |
dfukumori | 0:b6a536e40b5d | 14 | #endif |