gps: Update release 4.15.1_13_240603_R2 config to enable PDR on P24
Add NavOptions=0x2443 to enable PDR Add Chip_Configuration_mems_data_Configuration=0x27 to support Step counter and Magnetometer Test: VTS/CTS, sanity test/Sress test/SST Change-Id: I48dcd5f4f46e152e80571e09a290ff17d52ffaf9
This commit is contained in:
parent
6fa83b2f0b
commit
d30d3fc1b7
10 changed files with 56 additions and 13 deletions
|
@ -52,7 +52,7 @@ GlueLayer_isReqUBPFromPressureSensor=1
|
|||
GlueLayer_IsRilCIDReqEnable=0
|
||||
GlueLayer_IsMemsEnable=1
|
||||
GlueLayer_MeasCorrCap=7
|
||||
Chip_Configuration_mems_data_Configuration=0x5
|
||||
Chip_Configuration_mems_data_Configuration=0x27
|
||||
Chip_Configuration_FeatureCfg_ANDRD_MEAS_CORR_ENABLE=1
|
||||
CP_LocTech_PrimaryConst=0
|
||||
CP_LocTech_Constraints=1
|
||||
|
@ -70,6 +70,7 @@ isForceHighAccuracyMode=1
|
|||
cp_partial_reset_disable=1
|
||||
isUseUncalAccel=1
|
||||
isUseUncalMagn=0
|
||||
NavOptions=0x2443
|
||||
|
||||
GNSS_CARRIER_CONFIG_BEGIN
|
||||
GNSS_CARRIER_ID=0
|
||||
|
|
|
@ -180,7 +180,7 @@ GlueLayer_isReqUBPFromPressureSensor=1
|
|||
GlueLayer_IsRilCIDReqEnable=0
|
||||
GlueLayer_IsMemsEnable=1
|
||||
GlueLayer_MeasCorrCap=7
|
||||
Chip_Configuration_mems_data_Configuration=0x5
|
||||
Chip_Configuration_mems_data_Configuration=0x27
|
||||
Chip_Configuration_FeatureCfg_ANDRD_MEAS_CORR_ENABLE=1
|
||||
CP_LocTech_PrimaryConst=0
|
||||
CP_LocTech_Constraints=1
|
||||
|
@ -211,6 +211,13 @@ cp_partial_reset_disable=1
|
|||
isUseUncalAccel=1
|
||||
isUseUncalMagn=0
|
||||
|
||||
# 0x0001: Enable StaticNavMode
|
||||
# 0x0002: Enable TunnelDetection
|
||||
# 0x0040: Self-detection Algorithm works
|
||||
# 0x0400: Enable MEMS S5
|
||||
# 0x2000: Enable MEMS PGMF (Pedestrian GNSS + MEMS Fusion)
|
||||
NavOptions=0x2443
|
||||
|
||||
GNSS_CARRIER_CONFIG_BEGIN
|
||||
# DEFAULT
|
||||
GNSS_CARRIER_ID=0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue