Dmitry Pakhomenko / VodafoneUSBModem

Dependencies:   Socket USBHostWANDongle lwip-sys lwip

Fork of VodafoneUSBModem by mbed official

Files at this revision

API Documentation at this revision

Comitter:
dmitryp
Date:
Wed Jan 28 11:39:12 2015 +0000
Parent:
95:84f01d280c9b
Child:
97:5fac418852e0
Commit message:
Added support for Vodafone K4606, for more details refer to ; http://atmega.magictale.com/2215/hacking-vodafone-k4606-3g-hsdpa-usb-modem/

Changed in this revision

USBHostWANDongle.lib Show annotated file Show diff for this revision Revisions of this file
at/ATCommandsInterface.cpp Show annotated file Show diff for this revision Revisions of this file
core/dbg.h Show annotated file Show diff for this revision Revisions of this file
lwip-sys.lib Show annotated file Show diff for this revision Revisions of this file
lwip.lib Show annotated file Show diff for this revision Revisions of this file
--- a/USBHostWANDongle.lib	Fri Apr 25 13:33:55 2014 +0000
+++ b/USBHostWANDongle.lib	Wed Jan 28 11:39:12 2015 +0000
@@ -1,1 +1,1 @@
-https://mbed.org/users/mbed_official/code/USBHostWANDongle/#980fe31c14f7
+https://mbed.org/users/mbed_official/code/USBHostWANDongle/#34cdecfff9f4
--- a/at/ATCommandsInterface.cpp	Fri Apr 25 13:33:55 2014 +0000
+++ b/at/ATCommandsInterface.cpp	Wed Jan 28 11:39:12 2015 +0000
@@ -320,7 +320,7 @@
     m_inputBuf[m_inputPos] = '\0'; //Add null terminating character to ease the use of str* functions
     #if __DEBUG__ >= 4
     DBGX("In buffer: [");
-    if __DEBUG__
+    if (__DEBUG__)
     for(int i=0; i<strlen(m_inputBuf); i++) {
        if(m_inputBuf[i]=='\r') {
           DBGX("<CR>");
--- a/core/dbg.h	Fri Apr 25 13:33:55 2014 +0000
+++ b/core/dbg.h	Wed Jan 28 11:39:12 2015 +0000
@@ -24,7 +24,6 @@
 extern "C" {
 #endif
 
-
 void debug_init(void);
 void debug(int level, const char* module, int line, const char* fmt, ...);
 void debug_set_newline(const char* newline);
--- a/lwip-sys.lib	Fri Apr 25 13:33:55 2014 +0000
+++ b/lwip-sys.lib	Wed Jan 28 11:39:12 2015 +0000
@@ -1,1 +1,1 @@
-http://mbed.org/users/mbed_official/code/lwip-sys/#09b0951b1899
+http://mbed.org/users/mbed_official/code/lwip-sys/#ba056f7b4b37
--- a/lwip.lib	Fri Apr 25 13:33:55 2014 +0000
+++ b/lwip.lib	Wed Jan 28 11:39:12 2015 +0000
@@ -1,1 +1,1 @@
-http://mbed.org/users/mbed_official/code/lwip/#092c37b63ee8
+http://mbed.org/users/mbed_official/code/lwip/#335b94e0aa9c