Csr location demo application shows location and satellite information, which supports H13467 + ST F103RB/NXP LCP1549 boards now.

Dependencies:   CsrLocation mbed GPSProvider

Fork of CsrLocationDemo by Qualcomm Technologies International, Ltd.

Revision:
1:e6c96c984e2b
Parent:
0:789f6b6f710d
Child:
2:b70e3a839116
--- a/CsrLocationDemo.cpp	Mon Mar 24 08:26:27 2014 +0000
+++ b/CsrLocationDemo.cpp	Tue Mar 25 05:27:09 2014 +0000
@@ -39,7 +39,7 @@
 
 
 static Serial			sSerialDebug(USBTX, USBRX);
-static Serial			sSerialLoc(p9, p10);;
+static RawSerial        sSerialLoc(p9, p10);;
 static DigitalOut		sPinOnoff(p5);
 static DigitalOut		sPinReset(p6);
 static DigitalOut		sLedLocOn(LED1);
@@ -155,7 +155,6 @@
             break;
         }
     }
-    delete pCsrLoc;
 }
 
 static void _AppShowCmd(void)