Skip to content

Commit 9d8008a

Browse files
Move some config to another file
1 parent 524ec73 commit 9d8008a

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

configs/defconfig.common

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
CONFIG_PM_ENABLE=y
2+
CONFIG_FREERTOS_USE_TICKLESS_IDLE=y
3+
CONFIG_ESP_SLEEP_GPIO_RESET_WORKAROUND=y
4+
CONFIG_PM_SLP_DISABLE_GPIO=y
5+
CONFIG_PM_SLP_IRAM_OPT=y
6+
CONFIG_BT_CTRL_MODEM_SLEEP=y
7+
CONFIG_BT_CTRL_MODEM_SLEEP_MODE_1=y
8+
CONFIG_BT_CTRL_LPCLK_SEL_EXT_32K_XTAL=y

configs/defconfig.esp32s3

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1 @@
1-
CONFIG_PM_ENABLE=y
2-
CONFIG_FREERTOS_USE_TICKLESS_IDLE=y
3-
CONFIG_ESP_SLEEP_GPIO_RESET_WORKAROUND=y
4-
CONFIG_PM_SLP_DISABLE_GPIO=y
5-
CONFIG_PM_SLP_IRAM_OPT=y
6-
CONFIG_ESP32S3_RTC_CLK_SRC_EXT_CRYS=y
7-
CONFIG_BT_CTRL_MODEM_SLEEP=y
8-
CONFIG_BT_CTRL_MODEM_SLEEP_MODE_1=y
9-
CONFIG_BT_CTRL_LPCLK_SEL_EXT_32K_XTAL=y
1+
CONFIG_ESP32S3_RTC_CLK_SRC_EXT_CRYS=y

0 commit comments

Comments
 (0)