soc: espressif: Filter LP Core from esptool command
Filter LP Core from esptool post build commands Signed-off-by: Lucas Tamborrino <lucas.tamborrino@espressif.com>
This commit is contained in:
parent
cd3c6604ee
commit
0b79b47811
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ endif()
|
|||
|
||||
message("-- Espressif HAL path: ${ESP_IDF_PATH}")
|
||||
|
||||
if(CONFIG_ESP_SIMPLE_BOOT OR CONFIG_MCUBOOT)
|
||||
if((CONFIG_ESP_SIMPLE_BOOT OR CONFIG_MCUBOOT) AND NOT CONFIG_SOC_ESP32C6_LPCORE)
|
||||
if(CONFIG_BUILD_OUTPUT_BIN)
|
||||
set(ESPTOOL_PY ${ESP_IDF_PATH}/tools/esptool_py/esptool.py)
|
||||
message("-- Use the esptool.py: ${ESPTOOL_PY}")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue