Add CMSIS-DAP as available debug probe

Resolve #771
This commit is contained in:
Valerii Koval
2022-04-25 13:36:01 +03:00
parent 6ef0330d7f
commit ce4c273ed2
+3
View File
@@ -161,6 +161,7 @@ class Espressif32Platform(PlatformBase):
debug = board.manifest.get("debug", {})
non_debug_protocols = ["esptool", "espota", "mbctool"]
supported_debug_tools = [
"cmsis-dap",
"esp-prog",
"iot-bus-jtag",
"jlink",
@@ -190,6 +191,8 @@ class Espressif32Platform(PlatformBase):
if link == "jlink":
openocd_interface = link
elif link == "cmsis-dap":
openocd_interface = link
elif link in ("esp-prog", "ftdi"):
if board.id == "esp32-s2-kaluga-1":
openocd_interface = "ftdi/esp32s2_kaluga_v1"