From 5ed34ea3c236cbc3e8c7db688453c3de0a4d7669 Mon Sep 17 00:00:00 2001 From: Roland Dobai Date: Wed, 11 May 2022 16:33:55 +0200 Subject: [PATCH] Tools: Add support for ESP32-C2 ECO1 flasher stub requires esptool v3.3.1 or newer --- Kconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/Kconfig b/Kconfig index 07e679e19e..9e9626a8e9 100644 --- a/Kconfig +++ b/Kconfig @@ -90,7 +90,6 @@ mainmenu "Espressif IoT Development Framework Configuration" default "y" if IDF_TARGET="esp32c2" select FREERTOS_UNICORE select IDF_TARGET_ARCH_RISCV - select ESPTOOLPY_NO_STUB # TODO: ESPTOOL-440 config IDF_TARGET_LINUX bool