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

Dependents:   CsrLocationDemo CsrLocationDemo

Fork of CsrLocation by jie zhao

Files at this revision

API Documentation at this revision

Comitter:
zhjcpi
Date:
Tue Oct 28 12:20:42 2014 +0000
Parent:
10:4c7c2901d7b0
Child:
12:5fb829ce6b82
Commit message:
Add support the ST Nucleo F401RE and update the mbed library to the latest version.

Changed in this revision

CsrLocation.h Show annotated file Show diff for this revision Revisions of this file
--- a/CsrLocation.h	Mon Oct 13 08:45:34 2014 +0000
+++ b/CsrLocation.h	Tue Oct 28 12:20:42 2014 +0000
@@ -28,7 +28,7 @@
 #define LOC_LED2                    LED2
 #define DBG_SERIAL_TYPE             RawSerial
 #define LOC_SERIAL_TYPE             RawSerial
-#elif defined(TARGET_LPC1549) || defined(TARGET_NUCLEO_F103RB)
+#elif defined(TARGET_LPC1549) || defined(TARGET_NUCLEO_F103RB) || defined(TARGET_NUCLEO_F401RE)
 #define PINMAP_UART_DEBUG_TX        D1
 #define PINMAP_UART_DEBUG_RX        D0
 #define PINMAP_UART_LOC_TX          D8