Skip to content

Commit 180bc4b

Browse files
committed
Merge branch 'feat/enable_esp32c5_stub' into 'master'
feat: Enable ESP32-C5 stub Closes IDF-8631 See merge request espressif/esp-idf!33115
2 parents 3edbd07 + 82c8973 commit 180bc4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/esptool_py/Kconfig.projbuild

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ menu "Serial flasher config"
44
config ESPTOOLPY_NO_STUB
55
bool "Disable download stub"
66
default y if IDF_ENV_FPGA || IDF_ENV_BRINGUP
7-
default y if IDF_TARGET_ESP32C5 || IDF_TARGET_ESP32C61 # TODO: IDF-8631, IDF-9241 to be removed
7+
default y if IDF_TARGET_ESP32C61 # TODO: IDF-9241 to be removed
88
default n
99

1010
help

0 commit comments

Comments
 (0)