Skip to content

Commit 2b9e40d

Browse files
authored
Update defconfig.esp32s3
1 parent 7f05b07 commit 2b9e40d

File tree

1 file changed

+2
-14
lines changed

1 file changed

+2
-14
lines changed

configs/defconfig.esp32s3

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,9 @@ CONFIG_FREERTOS_WATCHPOINT_END_OF_STACK=y
99
CONFIG_FREERTOS_TIMER_TASK_STACK_DEPTH=3120
1010
CONFIG_ESP_SYSTEM_MEMPROT_FEATURE=n
1111

12-
# ULP Setting for IDF 5.x
1312
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
13+
CONFIG_ULP_COPROC_TYPE_RISCV=y
14+
CONFIG_ULP_COPROC_RESERVE_MEM=4096
1915

2016
#
2117
# Bluetooth
@@ -32,11 +28,3 @@ CONFIG_BT_NIMBLE_MAX_CONNECTIONS=1
3228
# CONFIG_BT_NIMBLE_LL_CFG_FEAT_LE_2M_PHY is not set
3329
# CONFIG_BT_NIMBLE_LL_CFG_FEAT_LE_CODED_PHY is not set
3430
# CONFIG_BT_NIMBLE_50_FEATURE_SUPPORT is not set
35-
36-
#
37-
# PPP
38-
#
39-
CONFIG_LWIP_PPP_SUPPORT=y
40-
CONFIG_LWIP_PPP_NOTIFY_PHASE_SUPPORT=y
41-
CONFIG_LWIP_PPP_PAP_SUPPORT=y
42-
CONFIG_LWIP_PPP_ENABLE_IPV6=n

0 commit comments

Comments
 (0)