We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd3c660 commit 0b79b47Copy full SHA for 0b79b47
soc/espressif/common/CMakeLists.txt
@@ -18,7 +18,7 @@ endif()
18
19
message("-- Espressif HAL path: ${ESP_IDF_PATH}")
20
21
-if(CONFIG_ESP_SIMPLE_BOOT OR CONFIG_MCUBOOT)
+if((CONFIG_ESP_SIMPLE_BOOT OR CONFIG_MCUBOOT) AND NOT CONFIG_SOC_ESP32C6_LPCORE)
22
if(CONFIG_BUILD_OUTPUT_BIN)
23
set(ESPTOOL_PY ${ESP_IDF_PATH}/tools/esptool_py/esptool.py)
24
message("-- Use the esptool.py: ${ESPTOOL_PY}")
0 commit comments