mirror of
https://github.com/espressif/esp-idf.git
synced 2025-07-31 19:24:33 +02:00
esp32s2beta: esptool support
This commit is contained in:
committed by
suda-morris
parent
84b2f9f14d
commit
b2e8d30414
Submodule components/esptool_py/esptool updated: cd38666103...9c41a57955
@@ -2,7 +2,7 @@
|
||||
#
|
||||
# Many of these are read when generating flash_app_args & flash_project_args
|
||||
idf_build_get_property(python PYTHON)
|
||||
set(ESPTOOLPY ${python} "${CMAKE_CURRENT_LIST_DIR}/esptool/esptool.py" --chip esp32)
|
||||
set(ESPTOOLPY ${python} "${CMAKE_CURRENT_LIST_DIR}/esptool/esptool.py" --chip ${IDF_TARGET})
|
||||
set(ESPSECUREPY ${python} "${CMAKE_CURRENT_LIST_DIR}/esptool/espsecure.py")
|
||||
set(ESPEFUSEPY ${python} "${CMAKE_CURRENT_LIST_DIR}/esptool/espefuse.py")
|
||||
|
||||
|
Reference in New Issue
Block a user