Skip to content

Commit e48fd3a

Browse files
authored
Merge pull request #77 from sparkfun/release_candidate
v3.1.10
2 parents 5f5c0da + a205f7d commit e48fd3a

9 files changed

+1619
-632
lines changed

Utils/UBX_Integrity_Checker.py

Lines changed: 676 additions & 631 deletions
Large diffs are not rendered by default.

keys/u-blox-20-HPG-2.00_InterfaceDescription_UBXDOC-304424225-19888_keys_sorted.txt

Lines changed: 555 additions & 0 deletions
Large diffs are not rendered by default.

keys/u-blox_config_keys_sorted.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,11 @@
4747
0x10310007
4848
0x10310009
4949
0x1031000a
50+
0x1031000b
5051
0x1031000d
5152
0x1031000e
5253
0x1031000f
54+
0x10310010
5355
0x10310012
5456
0x10310014
5557
0x10310015
@@ -159,6 +161,9 @@
159161
0x10a30034
160162
0x10a30035
161163
0x10a30047
164+
0x10a3006a
165+
0x10a3006b
166+
0x10a3006c
162167
0x10b10014
163168
0x10b10016
164169
0x10b10019
@@ -206,6 +211,7 @@
206211
0x201100aa
207212
0x201100ab
208213
0x201100c4
214+
0x201100c5
209215
0x201100d6
210216
0x20140011
211217
0x20210003
@@ -219,6 +225,8 @@
219225
0x20240013
220226
0x20240014
221227
0x20250038
228+
0x2031003a
229+
0x20340009
222230
0x20350007
223231
0x20370020
224232
0x20370030

keywords.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ NMEA_GGA_data_t KEYWORD1
8484
NMEA_VTG_data_t KEYWORD1
8585
NMEA_RMC_data_t KEYWORD1
8686
NMEA_ZDA_data_t KEYWORD1
87+
NMEA_GST_data_t KEYWORD1
8788

8889
RTCM_1005_data_t KEYWORD1
8990
RTCM_1006_data_t KEYWORD1
@@ -796,6 +797,11 @@ setNMEAGPZDAcallbackPtr KEYWORD2
796797
getLatestNMEAGNZDA KEYWORD2
797798
setNMEAGNZDAcallbackPtr KEYWORD2
798799

800+
getLatestNMEAGPGST KEYWORD2
801+
setNMEAGPGSTcallbackPtr KEYWORD2
802+
getLatestNMEAGGST KEYWORD2
803+
setNMEAGNGSTcallbackPtr KEYWORD2
804+
799805
extractLongLong KEYWORD2
800806
extractSignedLongLong KEYWORD2
801807
extractLong KEYWORD2

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=SparkFun u-blox GNSS v3
2-
version=3.1.9
2+
version=3.1.10
33
author=SparkFun Electronics <[email protected]>
44
maintainer=SparkFun Electronics <sparkfun.com>
55
sentence=Library for I2C, Serial and SPI Communication with u-blox GNSS modules<br/><br/>

0 commit comments

Comments
 (0)