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

History

Support Freescale FDRM platform. default tip

2014-11-27, by zhjcpi [Thu, 27 Nov 2014 10:28:35 +0000] rev 20

Support Freescale FDRM platform.
; Location uart cannot use D8/D2, it is changed to D1/D0.
; Trigger on/off before open UART. Otherwise, FDRM will halt when doing the second start(start,then stop, then start again).


add comments for utcTime field.

2014-11-19, by zhjcpi [Wed, 19 Nov 2014 01:34:48 +0000] rev 19

add comments for utcTime field.


define utcTime as uint_64_t instead of float.

2014-11-18, by zhjcpi [Tue, 18 Nov 2014 09:03:17 +0000] rev 18

define utcTime as uint_64_t instead of float.


Seperate UTC time and GPS time into 2 independent fields.

2014-11-18, by zhjcpi [Tue, 18 Nov 2014 02:43:19 +0000] rev 17

Seperate UTC time and GPS time into 2 independent fields.


merge

2014-11-07, by rgrover1 [Fri, 07 Nov 2014 08:27:19 +0000] rev 16

merge


mostly white space diffs.

2014-11-05, by rgrover1 [Wed, 05 Nov 2014 13:23:21 +0000] rev 15

mostly white space diffs.


- Fix the sleep issue by processing all the received UART data in one process procedure

2014-11-05, by zhjcpi [Wed, 05 Nov 2014 02:26:49 +0000] rev 14

- Fix the sleep issue by processing all the received UART data in one process procedure
; - Extend the static buffer size in _CsrLocProcessRawOspPkt() from 256 to 512 in case overflow when we add more OSP messages in the future
;


minor updates to Jie's work

2014-11-04, by rgrover1 [Tue, 04 Nov 2014 14:23:45 +0000] rev 13

minor updates to Jie's work


Fit into GPSProvider interface.

2014-11-04, by zhjcpi [Tue, 04 Nov 2014 08:41:25 +0000] rev 12

Fit into GPSProvider interface.


Add support the ST Nucleo F401RE and update the mbed library to the latest version.

2014-10-28, by zhjcpi [Tue, 28 Oct 2014 12:20:42 +0000] rev 11

Add support the ST Nucleo F401RE and update the mbed library to the latest version.