Merge branch 'bugfix/fix_c3_s3_some_bugs_06_15' into 'master'

Bugfix/fix c3 s3 some bugs 06 15

See merge request espressif/esp-idf!14018
This commit is contained in:
Wang Meng Yang
2021-06-27 23:45:22 +00:00
18 changed files with 209 additions and 16 deletions

View File

@@ -383,3 +383,16 @@ config BT_CTRL_HCI_TL_EFF
default 0 if BT_CTRL_HCI_MODE_UART_H4
default 1 if BT_CTRL_HCI_M0DE_VHCI
default 1
config BT_CTRL_AGC_RECORRECT_EN
bool "Enable HW AGC recorrect"
default n
help
Enable uncoded phy AGC recorrect
config BT_CTRL_CODED_AGC_RECORRECT_EN
bool "Enable coded phy AGC recorrect"
depends on BT_CTRL_AGC_RECORRECT_EN
default n
help
Enable coded phy AGC recorrect

View File

@@ -400,3 +400,16 @@ config BT_CTRL_HCI_TL_EFF
default 0 if BT_CTRL_HCI_MODE_UART_H4
default 1 if BT_CTRL_HCI_M0DE_VHCI
default 1
config BT_CTRL_AGC_RECORRECT_EN
bool "Enable HW AGC recorrect"
default n
help
Enable uncoded phy AGC recorrect
config BT_CTRL_CODED_AGC_RECORRECT_EN
bool "Enable coded phy AGC recorrect"
depends on BT_CTRL_AGC_RECORRECT_EN
default n
help
Enable coded phy AGC recorrect