Vodafone K3770/K3772-Z modems driver & networking library

Dependencies:   Socket USBHostWANDongle lwip-sys lwip

Dependents:   VodafoneUSBModemHTTPClientTest VodafoneUSBModemNTPClientTest VodafoneUSBModemSMSTest VodafoneUSBModemUSSDTest ... more

Fork of VodafoneUSBModem_bleedingedge by Donatien Garnier

This is the driver for the Vodafone K3700 & K3772-Z Dongles:

K3770

More details and instructions can be found here.

Committer:
donatien
Date:
Fri Jul 06 08:56:32 2012 +0000
Revision:
10:21a6f09d5631
Parent:
lwipopts.h@8:04b6a042595f
Child:
22:06fb2a93a1f6
Dual serial ports support

Who changed what in which revision?

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