Ashley Mills / ATConsole

Dependencies:   mbed-rtos VodafoneUSBModem mbed

Files at this revision

API Documentation at this revision

Comitter:
ashleymills
Date:
Wed Sep 25 08:43:19 2013 +0000
Parent:
13:1e635f84412a
Commit message:
Updated dependencies.

Changed in this revision

VodafoneUSBModem.lib Show annotated file Show diff for this revision Revisions of this file
VodafoneUSBModem_bleedingedge.lib Show diff for this revision Revisions of this file
main.cpp Show annotated file Show diff for this revision Revisions of this file
mbed-rtos.lib Show annotated file Show diff for this revision Revisions of this file
mbed.lib Show annotated file Show diff for this revision Revisions of this file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/VodafoneUSBModem.lib	Wed Sep 25 08:43:19 2013 +0000
@@ -0,0 +1,1 @@
+http://mbed.org/users/mbed_official/code/VodafoneUSBModem/#7b311719374d
--- a/VodafoneUSBModem_bleedingedge.lib	Mon Mar 11 16:43:31 2013 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,1 +0,0 @@
-http://mbed.org/users/donatien/code/VodafoneUSBModem_bleedingedge/#adfd686297d6
--- a/main.cpp	Mon Mar 11 16:43:31 2013 +0000
+++ b/main.cpp	Wed Sep 25 08:43:19 2013 +0000
@@ -5,7 +5,11 @@
 
 DigitalOut myled(LED1);
 
-void atConsoleWork(void const*) {
+int main() {
+    DBG_INIT();
+    DBG_SET_SPEED(115200);
+    DBG_SET_NEWLINE("\r\n");
+
     // create serial
     Serial term(USBTX, USBRX);
     term.baud(115200);
@@ -26,11 +30,3 @@
         Thread::wait(1);
     }
 }
-
-int main() {
-    DBG_INIT();
-    DBG_SET_NEWLINE("\r\n");
-    
-    Thread atConsoleTask(atConsoleWork, NULL, osPriorityNormal, 1024*6);
-    while(1) { Thread::wait(10000); }
-}
--- a/mbed-rtos.lib	Mon Mar 11 16:43:31 2013 +0000
+++ b/mbed-rtos.lib	Wed Sep 25 08:43:19 2013 +0000
@@ -1,1 +1,1 @@
-http://mbed.org/users/mbed_official/code/mbed-rtos/#53e6cccd8782
+http://mbed.org/users/mbed_official/code/mbed-rtos/#ee87e782d34f
--- a/mbed.lib	Mon Mar 11 16:43:31 2013 +0000
+++ b/mbed.lib	Wed Sep 25 08:43:19 2013 +0000
@@ -1,1 +1,1 @@
-http://mbed.org/users/mbed_official/code/mbed/#5e5da4a5990b
+http://mbed.org/users/mbed_official/code/mbed/#a9913a65894f