mbed IP library over Ethernet

Dependencies:   lwip-eth Socket lwip lwip-sys

Dependents:   denki-yohou_b Network-RTOS NTPClient_HelloWorld temp_FIAP ... more

Legacy Networking Libraries

This is an mbed 2 networking library. For mbed 5, the networking libraries have been revised to better support additional network stacks and thread safety here.

Committer:
emilmont
Date:
Mon Jul 02 10:51:59 2012 +0000
Revision:
7:73a6916d991e
Parent:
3:f5776537f27f
Do not force debug on the EthernetInterface users, in particular do not change the default settings of their serial port.

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