mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-03 04:34:31 +02:00
feat(wifi): set phy pll track disable default
This commit is contained in:
committed by
Zhang Wen Xu
parent
3049eb1303
commit
9d90f3090a
@@ -178,11 +178,11 @@ menu "PHY"
|
|||||||
help
|
help
|
||||||
If enabled, there will be some logs while pll tracking
|
If enabled, there will be some logs while pll tracking
|
||||||
|
|
||||||
menuconfig ESP_PHY_DEBUG
|
menuconfig ESP_PHY_DEBUG
|
||||||
bool "Enable PHY Debug"
|
bool "Enable PHY Debug"
|
||||||
default n
|
default n
|
||||||
help
|
help
|
||||||
Enabling this option allows different kinds of phy debugging features.
|
Enabling this option allows different kinds of phy debugging features.
|
||||||
|
|
||||||
config ESP_PHY_DISABLE_PLL_TRACK
|
config ESP_PHY_DISABLE_PLL_TRACK
|
||||||
bool "Disable phy pll track(only for experimental)"
|
bool "Disable phy pll track(only for experimental)"
|
||||||
|
@@ -13,3 +13,9 @@ CONFIG_LWIP_TCPIP_TASK_PRIO=23
|
|||||||
CONFIG_IPERF_TRAFFIC_TASK_PRIORITY=23
|
CONFIG_IPERF_TRAFFIC_TASK_PRIORITY=23
|
||||||
CONFIG_IPERF_REPORT_TASK_PRIORITY=24
|
CONFIG_IPERF_REPORT_TASK_PRIORITY=24
|
||||||
CONFIG_COMPILER_OPTIMIZATION_PERF=y
|
CONFIG_COMPILER_OPTIMIZATION_PERF=y
|
||||||
|
|
||||||
|
CONFIG_PARTITION_TABLE_SINGLE_APP_LARGE=y
|
||||||
|
|
||||||
|
# These two configurations disable the phy pll track feature, only used for experimental
|
||||||
|
CONFIG_ESP_PHY_DEBUG=y
|
||||||
|
CONFIG_ESP_PHY_DISABLE_PLL_TRACK=y
|
||||||
|
Reference in New Issue
Block a user