@@ -161,6 +161,7 @@ class Espressif32Platform(PlatformBase):
|
|||||||
debug = board.manifest.get("debug", {})
|
debug = board.manifest.get("debug", {})
|
||||||
non_debug_protocols = ["esptool", "espota", "mbctool"]
|
non_debug_protocols = ["esptool", "espota", "mbctool"]
|
||||||
supported_debug_tools = [
|
supported_debug_tools = [
|
||||||
|
"cmsis-dap",
|
||||||
"esp-prog",
|
"esp-prog",
|
||||||
"iot-bus-jtag",
|
"iot-bus-jtag",
|
||||||
"jlink",
|
"jlink",
|
||||||
@@ -190,6 +191,8 @@ class Espressif32Platform(PlatformBase):
|
|||||||
|
|
||||||
if link == "jlink":
|
if link == "jlink":
|
||||||
openocd_interface = link
|
openocd_interface = link
|
||||||
|
elif link == "cmsis-dap":
|
||||||
|
openocd_interface = link
|
||||||
elif link in ("esp-prog", "ftdi"):
|
elif link in ("esp-prog", "ftdi"):
|
||||||
if board.id == "esp32-s2-kaluga-1":
|
if board.id == "esp32-s2-kaluga-1":
|
||||||
openocd_interface = "ftdi/esp32s2_kaluga_v1"
|
openocd_interface = "ftdi/esp32s2_kaluga_v1"
|
||||||
|
|||||||
Reference in New Issue
Block a user