This my big project for PYRN Board

Dependencies:   CAN HTTPClient MODSERIAL MyThings Pyrn3GModem Socket TinyGPS MyUSBHost lwip-sys lwip mbed-rtos mbed-src

Committer:
clemounet
Date:
Tue Apr 14 13:30:02 2015 +0000
Revision:
0:efe6085327fd
All the projet PYRN 3G-CAN-ACC...

Who changed what in which revision?

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