esp32s2beta: esptool support

This commit is contained in:
Angus Gratton 2019-06-07 18:00:55 +10:00 committed by suda-morris
parent 84b2f9f14d
commit b2e8d30414
2 changed files with 2 additions and 2 deletions

@ -1 +1 @@
Subproject commit cd386661033d25521b1312cf7fa4699ff4719f77
Subproject commit 9c41a57955b3c4b3873d653ac0d87c0900b135ff

View File

@ -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")