Merge cherrypicks of ['googleplex-android-review.googlesource.com/27837277', 'googleplex-android-review.googlesource.com/27949018'] into 24Q3-release.
Change-Id: I918f0b7cf59071b9e785ca05fc13683108d7366f
This commit is contained in:
commit
3afcd04f87
5 changed files with 5 additions and 2 deletions
Binary file not shown.
Binary file not shown.
|
@ -110,6 +110,8 @@ navicUsedInUSPolicy=2
|
||||||
# DFS: 0 = Disabled (default), 1 = Enabled
|
# DFS: 0 = Disabled (default), 1 = Enabled
|
||||||
Chip_Configuration_FeatureCfg_DVS = 1
|
Chip_Configuration_FeatureCfg_DVS = 1
|
||||||
Chip_Configuration_FeatureCfg_DFS = 1
|
Chip_Configuration_FeatureCfg_DFS = 1
|
||||||
|
# MTPL: 0 = Disabled, 1 = Enabled (default)
|
||||||
|
Chip_Configuration_FeatureCfg_MTPL = 0
|
||||||
|
|
||||||
# This is a bitfield that will disable incoming interrupts for mailboxes
|
# This is a bitfield that will disable incoming interrupts for mailboxes
|
||||||
# AP = 0x1
|
# AP = 0x1
|
||||||
|
@ -118,7 +120,7 @@ Chip_Configuration_FeatureCfg_DFS = 1
|
||||||
# CHUB = 0x8
|
# CHUB = 0x8
|
||||||
# The CHUB on the neus continually triggers a bit so this is to prevent
|
# The CHUB on the neus continually triggers a bit so this is to prevent
|
||||||
# it from continually waking the gnss.
|
# it from continually waking the gnss.
|
||||||
mailboxDisabled=0x8
|
mailboxDisabled=0x0
|
||||||
|
|
||||||
### Specify RFIC ID for K40 ###
|
### Specify RFIC ID for K40 ###
|
||||||
# 55200001 = S5520 EVT1
|
# 55200001 = S5520 EVT1
|
||||||
|
|
|
@ -34,7 +34,8 @@ qzssUsedInUSPolicy=2
|
||||||
navicUsedInUSPolicy=2
|
navicUsedInUSPolicy=2
|
||||||
Chip_Configuration_FeatureCfg_DVS = 1
|
Chip_Configuration_FeatureCfg_DVS = 1
|
||||||
Chip_Configuration_FeatureCfg_DFS = 1
|
Chip_Configuration_FeatureCfg_DFS = 1
|
||||||
mailboxDisabled=0x8
|
Chip_Configuration_FeatureCfg_MTPL = 0
|
||||||
|
mailboxDisabled=0x0
|
||||||
gnss_rfic_chip_id=55200001
|
gnss_rfic_chip_id=55200001
|
||||||
UseRtcForAiding=1
|
UseRtcForAiding=1
|
||||||
rtc_min_num_of_fixes=10
|
rtc_min_num_of_fixes=10
|
||||||
|
|
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue