Skip to content

Commit b13dd32

Browse files
Build with external 32khz crystal
1 parent 8cfe040 commit b13dd32

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

configs/defconfig.esp32s3

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
CONFIG_SPIRAM_TRY_ALLOCATE_WIFI_LWIP=y
22
CONFIG_ESP32S3_DEFAULT_CPU_FREQ_240=y
3-
CONFIG_ESP32S3_SPIRAM_SUPPORT=y
3+
CONFIG_ESP32S3_SPIRAM_SUPPORT=n
44
CONFIG_ESP32S3_RTC_CLK_CAL_CYCLES=576
55
CONFIG_ESP32S3_UNIVERSAL_MAC_ADDRESSES_TWO=y
66
# CONFIG_ESP_SLEEP_GPIO_RESET_WORKAROUND is not set
@@ -13,4 +13,10 @@ CONFIG_FREERTOS_WATCHPOINT_END_OF_STACK=y
1313
CONFIG_FREERTOS_TIMER_TASK_STACK_DEPTH=3120
1414
CONFIG_ESP_SLEEP_GPIO_RESET_WORKAROUND=y
1515
CONFIG_PM_SLP_DISABLE_GPIO=y
16-
CONFIG_PM_SLP_IRAM_OPT=y
16+
CONFIG_PM_SLP_IRAM_OPT=y
17+
18+
19+
CONFIG_ESP32S3_RTC_CLK_SRC_EXT_CRYS=y
20+
CONFIG_BT_CTRL_MODEM_SLEEP=y
21+
CONFIG_BT_CTRL_MODEM_SLEEP_MODE_1=y
22+
CONFIG_BT_CTRL_LPCLK_SEL_EXT_32K_XTAL=y

0 commit comments

Comments
 (0)