Skip to content

Commit efb8f10

Browse files
authored
Update defconfig.esp32s3
1 parent 915b0b8 commit efb8f10

File tree

1 file changed

+8
-12
lines changed

1 file changed

+8
-12
lines changed

configs/defconfig.esp32s3

Lines changed: 8 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,21 @@
1-
# CONFIG_IDF_EXPERIMENTAL_FEATURES=y
2-
3-
CONFIG_ULP_COPROC_ENABLED=y
4-
CONFIG_ULP_COPROC_TYPE_RISCV=y
5-
CONFIG_ULP_COPROC_RESERVE_MEM=4096
6-
1+
CONFIG_SPIRAM_TRY_ALLOCATE_WIFI_LWIP=y
72
CONFIG_ESP_DEFAULT_CPU_FREQ_MHZ_240=y
83
CONFIG_SPIRAM=y
9-
CONFIG_SPIRAM_TRY_ALLOCATE_WIFI_LWIP=y
104
CONFIG_RTC_CLK_CAL_CYCLES=576
115
CONFIG_ESP32S3_UNIVERSAL_MAC_ADDRESSES_TWO=y
126
# CONFIG_ESP_SLEEP_GPIO_RESET_WORKAROUND is not set
137
# CONFIG_ESP_TASK_WDT_CHECK_IDLE_TASK_CPU1 is not set
148
CONFIG_FREERTOS_WATCHPOINT_END_OF_STACK=y
159
CONFIG_FREERTOS_TIMER_TASK_STACK_DEPTH=3120
1610
CONFIG_ESP_SYSTEM_MEMPROT_FEATURE=n
17-
CONFIG_BOOTLOADER_FLASH_DC_AWARE=y
1811

19-
#
20-
# S3 Display shift fix -> https://espressif-docs.readthedocs-hosted.com/projects/esp-faq/en/latest/software-framework/peripherals/lcd.html
21-
#
22-
CONFIG_LCD_RGB_RESTART_IN_VSYNC=y
12+
# ULP Setting for IDF 5.x
13+
CONFIG_ULP_COPROC_ENABLED=y
14+
# end of ULP COPROC_ENABLE
15+
# Choose FSM or RISCV exclusively! Never both.
16+
CONFIG_ULP_COPROC_TYPE_FSM=y
17+
# CONFIG_ULP_COPROC_TYPE_RISCV=y
18+
CONFIG_ULP_COPROC_RESERVE_MEM=512
2319

2420
#
2521
# Bluetooth

0 commit comments

Comments
 (0)