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.
Dependents: UDPSocketExample 24LCxx_I2CApp WeatherPlatform_pachube HvZServerLib ... more
netCfg.h@0:350011bf8be7, 2010-11-23 (annotated)
- Committer:
- simon
- Date:
- Tue Nov 23 14:15:36 2010 +0000
- Revision:
- 0:350011bf8be7
Experimental version for testing UDP
Who changed what in which revision?
| User | Revision | Line number | New contents of line |
|---|---|---|---|
| simon | 0:350011bf8be7 | 1 | #ifndef NET_CFG_H |
| simon | 0:350011bf8be7 | 2 | #define NET_GPRS 0 |
| simon | 0:350011bf8be7 | 3 | #define NET_PPP 0 |
| simon | 0:350011bf8be7 | 4 | #define NET_GPRS_MODULE 0 |
| simon | 0:350011bf8be7 | 5 | #define NET_ETH 1 |
| simon | 0:350011bf8be7 | 6 | #define NET_USB_SERIAL 0 |
| simon | 0:350011bf8be7 | 7 | #define NET_CFG_H 1 |
| simon | 0:350011bf8be7 | 8 | #define NET_UMTS 0 |
| simon | 0:350011bf8be7 | 9 | #define NET_USB 0 |
| simon | 0:350011bf8be7 | 10 | #define NET_LWIP_STACK 1 |
| simon | 0:350011bf8be7 | 11 | #endif |