File tree Expand file tree Collapse file tree 1 file changed +2
-14
lines changed
Expand file tree Collapse file tree 1 file changed +2
-14
lines changed Original file line number Diff line number Diff line change @@ -9,13 +9,9 @@ CONFIG_FREERTOS_WATCHPOINT_END_OF_STACK=y
99CONFIG_FREERTOS_TIMER_TASK_STACK_DEPTH=3120
1010CONFIG_ESP_SYSTEM_MEMPROT_FEATURE=n
1111
12- # ULP Setting for IDF 5.x
1312CONFIG_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
You can’t perform that action at this time.
0 commit comments