From 035940433068ea476c078920771903f1281fc3d6 Mon Sep 17 00:00:00 2001 From: laokaiyao Date: Fri, 16 May 2025 16:21:47 +0800 Subject: [PATCH] feat(esp32c5): enable stub for esp32c5 eco2 --- Kconfig | 2 -- 1 file changed, 2 deletions(-) diff --git a/Kconfig b/Kconfig index baacff3cde..599e23e2db 100644 --- a/Kconfig +++ b/Kconfig @@ -118,8 +118,6 @@ mainmenu "Espressif IoT Development Framework Configuration" default "y" if IDF_TARGET="esp32c5" select FREERTOS_UNICORE select IDF_TARGET_ARCH_RISCV - # TODO: [ESPTOOL-1044] remove when stub supported - select IDF_ENV_BRINGUP config IDF_TARGET_ESP32P4 bool