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.
Fork of skinGames_forktest by
EthernetNetIf/LPC1768/netCfg.h@47:199042980678, 2014-04-17 (annotated)
- Committer:
- mbedalvaro
- Date:
- Thu Apr 17 08:04:14 2014 +0000
- Revision:
- 47:199042980678
- Parent:
- 0:345b3bc7a0ea
publishing for sharing with Ken Iwasaki
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
mbedalvaro | 0:345b3bc7a0ea | 1 | //This file has been auto-generated, please do not modify here. |
mbedalvaro | 0:345b3bc7a0ea | 2 | #ifndef __ETHERNETNETIF_CONFIG_H |
mbedalvaro | 0:345b3bc7a0ea | 3 | #define NET_TELIT_STACK 0 |
mbedalvaro | 0:345b3bc7a0ea | 4 | #define NET_GPRS 0 |
mbedalvaro | 0:345b3bc7a0ea | 5 | #define NET_PPP 0 |
mbedalvaro | 0:345b3bc7a0ea | 6 | #define NET_ZG2100 0 |
mbedalvaro | 0:345b3bc7a0ea | 7 | #define TARGET_LPC1768 1 |
mbedalvaro | 0:345b3bc7a0ea | 8 | #define NET_GPRS_MODULE 0 |
mbedalvaro | 0:345b3bc7a0ea | 9 | #define NET_ETH 1 |
mbedalvaro | 0:345b3bc7a0ea | 10 | #define NET_USB_SERIAL 0 |
mbedalvaro | 0:345b3bc7a0ea | 11 | #define NET_CFG_H 1 |
mbedalvaro | 0:345b3bc7a0ea | 12 | #define NET_USB 0 |
mbedalvaro | 0:345b3bc7a0ea | 13 | #define NET_LWIP_STACK 1 |
mbedalvaro | 0:345b3bc7a0ea | 14 | #endif |