Skip to content

Commit 0b79b47

Browse files
LucasTamborkartben
authored andcommitted
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>
1 parent cd3c660 commit 0b79b47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

soc/espressif/common/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ endif()
1818

1919
message("-- Espressif HAL path: ${ESP_IDF_PATH}")
2020

21-
if(CONFIG_ESP_SIMPLE_BOOT OR CONFIG_MCUBOOT)
21+
if((CONFIG_ESP_SIMPLE_BOOT OR CONFIG_MCUBOOT) AND NOT CONFIG_SOC_ESP32C6_LPCORE)
2222
if(CONFIG_BUILD_OUTPUT_BIN)
2323
set(ESPTOOL_PY ${ESP_IDF_PATH}/tools/esptool_py/esptool.py)
2424
message("-- Use the esptool.py: ${ESPTOOL_PY}")

0 commit comments

Comments
 (0)