We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f58e2c commit cd3323eCopy full SHA for cd3323e
configs/defconfig.esp32s2
@@ -7,3 +7,11 @@ CONFIG_ESP32S2_KEEP_USB_ALIVE=y
7
# CONFIG_USE_MULTINET is not set
8
CONFIG_FREERTOS_WATCHPOINT_END_OF_STACK=y
9
CONFIG_ESP_SYSTEM_MEMPROT_FEATURE=n
10
+
11
+# ULP Setting for IDF 5.x
12
+CONFIG_ULP_COPROC_ENABLED=y
13
+# end of ULP COPROC_ENABLE
14
+# Choose FSM or RISCV exclusively! Never both.
15
+CONFIG_ULP_COPROC_TYPE_FSM=y
16
+# CONFIG_ULP_COPROC_TYPE_RISCV=y
17
+CONFIG_ULP_COPROC_RESERVE_MEM=512
0 commit comments