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
9
9
CONFIG_FREERTOS_TIMER_TASK_STACK_DEPTH=3120
10
10
CONFIG_ESP_SYSTEM_MEMPROT_FEATURE=n
11
11
12
- # ULP Setting for IDF 5.x
13
12
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
19
15
20
16
#
21
17
# Bluetooth
@@ -32,11 +28,3 @@ CONFIG_BT_NIMBLE_MAX_CONNECTIONS=1
32
28
# CONFIG_BT_NIMBLE_LL_CFG_FEAT_LE_2M_PHY is not set
33
29
# CONFIG_BT_NIMBLE_LL_CFG_FEAT_LE_CODED_PHY is not set
34
30
# 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