partition_table requires esptool_py for esptool_py_flash_target

Closes https://github.com/espressif/esp-idf/pull/6672
Closes https://github.com/espressif/esp-idf/issues/6670
This commit is contained in:
Matt Arcidy 2021-03-06 16:24:17 -08:00 committed by Angus Gratton
parent ffe5e45c77
commit 3942b61a1e

View File

@ -1,4 +1,4 @@
idf_component_register()
idf_component_register(PRIV_REQUIRES esptool_py)
if(BOOTLOADER_BUILD)
return()