mirror of
https://github.com/espressif/esp-idf
synced 2025-04-03 05:10:11 -04:00
14 lines
322 B
Plaintext
14 lines
322 B
Plaintext
CONFIG_IDF_TARGET="esp32c3"
|
|
|
|
# MODEM SLEEP Options
|
|
CONFIG_BT_CTRL_MODEM_SLEEP=y
|
|
CONFIG_BT_CTRL_MODEM_SLEEP_MODE_1=y
|
|
# Bluetooth low power clock
|
|
CONFIG_BT_CTRL_LPCLK_SEL_EXT_32K_XTAL=y
|
|
|
|
# RTC clock source
|
|
CONFIG_RTC_CLK_SRC_EXT_CRYS=y
|
|
|
|
# Enable power down of MAC and baseband in light sleep mode
|
|
CONFIG_ESP_PHY_MAC_BB_PD=y
|