From 075a475d20c1508299b64dab61fec3d6da6627e6 Mon Sep 17 00:00:00 2001 From: "radim.karnis" Date: Mon, 21 Feb 2022 10:50:56 +0100 Subject: [PATCH] esp32c2: Enable stub flasher --- Kconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/Kconfig b/Kconfig index 17ca73813b..1ea412ef6c 100644 --- a/Kconfig +++ b/Kconfig @@ -91,7 +91,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 # remove if ESPTOOL-303 config IDF_TARGET_LINUX bool