Skip to content

Commit 7197362

Browse files
committed
Add keys for D9 QZS
1 parent 0e99d30 commit 7197362

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

keys/u-blox_config_keys_sorted.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@
9090
0x10720004
9191
0x10730001
9292
0x10730002
93+
0x10730003
9394
0x10730004
9495
0x10730005
9596
0x10740001
@@ -104,6 +105,7 @@
104105
0x10760004
105106
0x10770001
106107
0x10770002
108+
0x10770003
107109
0x10770004
108110
0x10770005
109111
0x10780001

src/u-blox_config_keys.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1250,6 +1250,7 @@ const uint32_t UBLOX_CFG_UART1_REMAP = UBX_CFG_L | 0x10520006; // UART1 Rema
12501250
//-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
12511251
const uint32_t UBLOX_CFG_UART1INPROT_UBX = UBX_CFG_L | 0x10730001; // Flag to indicate if UBX should be an input protocol on UART1
12521252
const uint32_t UBLOX_CFG_UART1INPROT_NMEA = UBX_CFG_L | 0x10730002; // Flag to indicate if NMEA should be an input protocol on UART1
1253+
const uint32_t UBLOX_CFG_UART1INPROT_RTCM2X = UBX_CFG_L | 0x10730003; // Flag to indicate if RTCM2X should be an input protocol on UART1
12531254
const uint32_t UBLOX_CFG_UART1INPROT_RTCM3X = UBX_CFG_L | 0x10730004; // Flag to indicate if RTCM3X should be an input protocol on UART1
12541255
const uint32_t UBLOX_CFG_UART1INPROT_SPARTN = UBX_CFG_L | 0x10730005; // Flag to indicate if SPARTN should be an input protocol on UART1
12551256

@@ -1305,6 +1306,7 @@ const uint32_t UBLOX_CFG_USB_SERIAL_NO_STR3 = UBX_CFG_X8 | 0x50650018; // Serial
13051306
//-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
13061307
const uint32_t UBLOX_CFG_USBINPROT_UBX = UBX_CFG_L | 0x10770001; // Flag to indicate if UBX should be an input protocol on USB
13071308
const uint32_t UBLOX_CFG_USBINPROT_NMEA = UBX_CFG_L | 0x10770002; // Flag to indicate if NMEA should be an input protocol on USB
1309+
const uint32_t UBLOX_CFG_USBINPROT_RTCM2X = UBX_CFG_L | 0x10770003; // Flag to indicate if RTCM2X should be an input protocol on USB
13081310
const uint32_t UBLOX_CFG_USBINPROT_RTCM3X = UBX_CFG_L | 0x10770004; // Flag to indicate if RTCM3X should be an input protocol on USB
13091311
const uint32_t UBLOX_CFG_USBINPROT_SPARTN = UBX_CFG_L | 0x10770005; // Flag to indicate if SPARTN should be an input protocol on USB
13101312

0 commit comments

Comments
 (0)