gps: Update GNSS official release 4.15.1_8_R2 + config for CT3
Add Chip_Configuration_FeatureCfg_SDL_BYASS = 1 to switch gnss restart behavior Bug: 338152369 Test: Test: Verify CTS/VTS, sanity test, stress test, SST in b/340060035 Change-Id: I1fc0d9c35517ed8afa5a13937f48119635b22463
This commit is contained in:
parent
a14bba34b9
commit
6131975e2b
2 changed files with 3 additions and 0 deletions
|
@ -34,6 +34,7 @@ navicUsedInUSPolicy=2
|
|||
Chip_Configuration_FeatureCfg_DVS = 1
|
||||
Chip_Configuration_FeatureCfg_DFS = 1
|
||||
Chip_Configuration_FeatureCfg_MTPL = 0
|
||||
Chip_Configuration_FeatureCfg_SDL_BYASS = 1
|
||||
mailboxDisabled=0x0
|
||||
gnss_rfic_chip_id=55400000
|
||||
UseRtcForAiding=1
|
||||
|
|
|
@ -124,6 +124,8 @@ Chip_Configuration_FeatureCfg_DVS = 1
|
|||
Chip_Configuration_FeatureCfg_DFS = 1
|
||||
# Disable MTPL
|
||||
Chip_Configuration_FeatureCfg_MTPL = 0
|
||||
# MCW Link failure behavior: 0 = SW Assert (default), 1 = GNSS restart (hot start)
|
||||
Chip_Configuration_FeatureCfg_SDL_BYASS = 1
|
||||
|
||||
# This is a bitfield that will disable incoming interrupts for mailboxes
|
||||
# AP = 0x1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue