mbed IP library over Ethernet new teste
Dependencies: Socket lwip-eth lwip-sys lwip_pingpong
Fork of EthernetInterface by
lwipopts_conf.h@35:e0f64e78753d, 2014-03-27 (annotated)
- Committer:
- rebonatto
- Date:
- Thu Mar 27 17:39:06 2014 +0000
- Revision:
- 35:e0f64e78753d
- Parent:
- 3:f5776537f27f
Para testar.
Who changed what in which revision?
User | Revision | Line number | New 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 |