Merge branch 'feature/esptool_allow_no_stub' into 'master'

Allow esptool's download stub to be disabled by other options and applications

See merge request espressif/esp-idf!10114
This commit is contained in:
Angus Gratton
2020-09-26 01:25:53 +08:00
4 changed files with 11 additions and 9 deletions

View File

@@ -160,7 +160,7 @@ else()
list(APPEND esptool_flash_main_args "--after=${CONFIG_ESPTOOLPY_AFTER}")
endif()
if(NOT CONFIG_ESPTOOLPY_WITH_STUB)
if(CONFIG_ESPTOOLPY_NO_STUB)
list(APPEND esptool_flash_main_args "--no-stub")
endif()