mirror of
https://github.com/espressif/esp-idf
synced 2025-03-11 10:09:08 -04:00
Merge branch 'feat/support_32k_osc_ble_sleep_clk_v5.2' into 'release/v5.2'
feat(ble): Support using 32k oscillator as Bluetooth sleep clock(v5.2) See merge request espressif/esp-idf!33997
This commit is contained in:
commit
ff4218773d
@ -262,10 +262,10 @@ menu "MODEM SLEEP Options"
|
|||||||
the bluetooth low power clock source.
|
the bluetooth low power clock source.
|
||||||
|
|
||||||
config BTDM_CTRL_LPCLK_SEL_EXT_32K_XTAL
|
config BTDM_CTRL_LPCLK_SEL_EXT_32K_XTAL
|
||||||
bool "External 32kHz crystal"
|
bool "External 32kHz crystal/oscillator"
|
||||||
depends on RTC_CLK_SRC_EXT_CRYS
|
depends on RTC_CLK_SRC_EXT_CRYS || RTC_CLK_SRC_EXT_OSC
|
||||||
help
|
help
|
||||||
External 32kHz crystal has a nominal frequency of 32.768kHz and provides good frequency
|
External 32kHz crystal/oscillator has a nominal frequency of 32.768kHz and provides good frequency
|
||||||
stability. If used as Bluetooth low power clock, External 32kHz can support Bluetooth
|
stability. If used as Bluetooth low power clock, External 32kHz can support Bluetooth
|
||||||
modem sleep to be used with both DFS and light sleep.
|
modem sleep to be used with both DFS and light sleep.
|
||||||
endchoice
|
endchoice
|
||||||
|
@ -402,10 +402,10 @@ menu "MODEM SLEEP Options"
|
|||||||
bluetooth can work under light sleep enabled. Main crystal has a relatively better performance
|
bluetooth can work under light sleep enabled. Main crystal has a relatively better performance
|
||||||
than other bluetooth low power clock sources.
|
than other bluetooth low power clock sources.
|
||||||
config BT_CTRL_LPCLK_SEL_EXT_32K_XTAL
|
config BT_CTRL_LPCLK_SEL_EXT_32K_XTAL
|
||||||
bool "External 32kHz crystal"
|
bool "External 32kHz crystal/oscillator"
|
||||||
depends on RTC_CLK_SRC_EXT_CRYS
|
depends on RTC_CLK_SRC_EXT_CRYS || RTC_CLK_SRC_EXT_OSC
|
||||||
help
|
help
|
||||||
External 32kHz crystal has a nominal frequency of 32.768kHz and provides good frequency
|
External 32kHz crystal/oscillator has a nominal frequency of 32.768kHz and provides good frequency
|
||||||
stability. If used as Bluetooth low power clock, External 32kHz can support Bluetooth
|
stability. If used as Bluetooth low power clock, External 32kHz can support Bluetooth
|
||||||
modem sleep to be used with both DFS and light sleep.
|
modem sleep to be used with both DFS and light sleep.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user