wireless

Dependencies:   Socket lwip-eth lwip-sys lwip

Dependents:   USBHost-MSD_Sensors_1 IOT-GPS-SMS Application-SimpleSMTPClient_HelloWorld IOT_HW_5_websockets

Fork of EthernetInterface by mbed official

Committer:
avnisha
Date:
Mon May 20 22:11:41 2013 +0000
Revision:
30:f0c3337842b6
Parent:
3:f5776537f27f
wireless

Who changed what in which revision?

UserRevisionLine numberNew contents of line
donatien 3:f5776537f27f 1 /* Copyright (C) 2012 mbed.org, MIT License
donatien 3:f5776537f27f 2 *
donatien 3:f5776537f27f 3 * Permission is hereby granted, free of charge, to any person obtaining a copy of this software
donatien 3:f5776537f27f 4 * and associated documentation files (the "Software"), to deal in the Software without restriction,
donatien 3:f5776537f27f 5 * including without limitation the rights to use, copy, modify, merge, publish, distribute,
donatien 3:f5776537f27f 6 * sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is
donatien 3:f5776537f27f 7 * furnished to do so, subject to the following conditions:
donatien 3:f5776537f27f 8 *
donatien 3:f5776537f27f 9 * The above copyright notice and this permission notice shall be included in all copies or
donatien 3:f5776537f27f 10 * substantial portions of the Software.
donatien 3:f5776537f27f 11 *
donatien 3:f5776537f27f 12 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING
donatien 3:f5776537f27f 13 * BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
donatien 3:f5776537f27f 14 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
donatien 3:f5776537f27f 15 * DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
donatien 3:f5776537f27f 16 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
donatien 3:f5776537f27f 17 */
donatien 3:f5776537f27f 18
emilmont 1:aee32a27826e 19 #ifndef LWIPOPTS_CONF_H
emilmont 1:aee32a27826e 20 #define LWIPOPTS_CONF_H
emilmont 1:aee32a27826e 21
mbed_official 2:fa0875593d98 22 #define LWIP_TRANSPORT_ETHERNET 1
mbed_official 2:fa0875593d98 23
emilmont 1:aee32a27826e 24 #endif