10000 esp32/boards: Enable ULP in base sdk configuration. · rlangoy/micropython@9ca8a50 · GitHub
[go: up one dir, main page]

Skip to content

Commit 9ca8a50

Browse files
andrewleechdpgeorge
authored andcommitted
esp32/boards: Enable ULP in base sdk configuration.
Fixes issue micropython#5159.
1 parent 84958a8 commit 9ca8a50

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

ports/esp32/boards/sdkconfig.base

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ CONFIG_LWIP_PPP_CHAP_SUPPORT=y
3232
# Use 4kiB output buffer instead of default 16kiB (because IDF heap is fragmented in 4.0)
3333
CONFIG_MBEDTLS_ASYMMETRIC_CONTENT_LEN=y
3434

35+
# ULP coprocessor support
36+
CONFIG_ESP32_ULP_COPROC_ENABLED=y
37+
3538
# v3.3-only (renamed in 4.0)
3639
CONFIG_LOG_BOOTLOADER_LEVEL_WARN=y
3740
CONFIG_TASK_WDT_CHECK_IDLE_TASK_CPU0=n
@@ -41,3 +44,4 @@ CONFIG_ENABLE_STATIC_TASK_CLEAN_UP_HOOK=y
4144
CONFIG_PPP_SUPPORT=y
4245
CONFIG_PPP_PAP_SUPPORT=y
4346
CONFIG_PPP_CHAP_SUPPORT=y
47+
CONFIG_ULP_COPROC_ENABLED=y

0 commit comments

Comments
 (0)
0