mirror of
https://github.com/espressif/esp-idf.git
synced 2026-09-22 13:01:16 +03:00
24 lines
445 B
Plaintext
24 lines
445 B
Plaintext
CONFIG_IDF_TARGET="esp32c61"
|
|
|
|
# Bluetooth Low Power Config
|
|
CONFIG_BT_LE_SLEEP_ENABLE=y
|
|
CONFIG_BT_LE_LP_CLK_SRC_MAIN_XTAL=y
|
|
|
|
#
|
|
# Power Management
|
|
#
|
|
CONFIG_PM_ENABLE=y
|
|
CONFIG_PM_DFS_INIT_AUTO=y
|
|
CONFIG_PM_POWER_DOWN_CPU_IN_LIGHT_SLEEP=y
|
|
# end of Power Management
|
|
|
|
CONFIG_FREERTOS_USE_TICKLESS_IDLE=y
|
|
CONFIG_ESP_MODEM_CLOCK_ENABLE_CHECKING=y
|
|
|
|
#
|
|
# Sleep Config
|
|
#
|
|
CONFIG_PM_SLP_IRAM_OPT=y
|
|
CONFIG_ESP_SLEEP_CACHE_SAFE_ASSERTION=y
|
|
# end of Sleep Config
|