esptool: Add support for ESP32-S2 Secure Download Mode

* Pass --no-stub from build system if configured to enable ESP32-S2 Secure Download Mode
* Update esptool submodule
This commit is contained in:
Angus Gratton
2020-04-25 16:44:27 +10:00
committed by Angus Gratton
parent f64ae4fa99
commit d45eabe676
5 changed files with 16 additions and 3 deletions
+1 -1
View File
@@ -16,7 +16,7 @@
"extra_esptool_args" : {
"after" : "${ESPTOOLPY_AFTER}",
"before" : "${ESPTOOLPY_BEFORE}",
"stub" : "${ESPTOOLPY_WITH_STUB}",
"stub" : ${ESPTOOLPY_WITH_STUB},
"chip" : "${ESPTOOLPY_CHIP}"
}
}