targets: modify esp32, esp32s3, esp32c3, & esp8266 targets to use built-in esp32flash

Signed-off-by: deadprogram <ron@hybridgroup.com>
This commit is contained in:
deadprogram
2026-02-27 12:21:11 +01:00
parent bfafef8df1
commit 8fbaffe56e
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -13,7 +13,7 @@
"src/device/esp/esp32c3.S"
],
"binary-format": "esp32c3",
"flash-command": "esptool.py --chip=esp32c3 --port {port} write_flash 0x0 {bin}",
"flash-method": "esp32flash",
"serial-port": ["303a:1001"],
"openocd-interface": "esp_usb_jtag",
"openocd-target": "esp32c3",