Skip to content

Commit

Permalink
Merge branch 'feat/enable_esp32c5_stub' into 'master'
Browse files Browse the repository at this point in the history
feat: Enable ESP32-C5 stub

Closes IDF-8631

See merge request espressif/esp-idf!33115
  • Loading branch information
Dzarda7 committed Sep 20, 2024
2 parents 3edbd07 + 82c8973 commit 180bc4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/esptool_py/Kconfig.projbuild
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ menu "Serial flasher config"
config ESPTOOLPY_NO_STUB
bool "Disable download stub"
default y if IDF_ENV_FPGA || IDF_ENV_BRINGUP
default y if IDF_TARGET_ESP32C5 || IDF_TARGET_ESP32C61 # TODO: IDF-8631, IDF-9241 to be removed
default y if IDF_TARGET_ESP32C61 # TODO: IDF-9241 to be removed
default n

help
Expand Down

0 comments on commit 180bc4b

Please sign in to comment.