mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
esp32s2beta: esptool support
This commit is contained in:
parent
84b2f9f14d
commit
b2e8d30414
@ -1 +1 @@
|
||||
Subproject commit cd386661033d25521b1312cf7fa4699ff4719f77
|
||||
Subproject commit 9c41a57955b3c4b3873d653ac0d87c0900b135ff
|
@ -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")
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user