Skip to content

Commit cca778e

Browse files
committed
Temporarily disable the esp_usb_jtag debug interface
1 parent a30dadb commit cca778e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

platform.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,6 @@ def _add_dynamic_options(self, board):
169169
supported_debug_tools = [
170170
"cmsis-dap",
171171
"esp-prog",
172-
"esp_usb_jtag",
173172
"iot-bus-jtag",
174173
"jlink",
175174
"minimodule",
@@ -196,7 +195,7 @@ def _add_dynamic_options(self, board):
196195
if link in non_debug_protocols or link in debug["tools"]:
197196
continue
198197

199-
if link in ("jlink", "cmsis-dap", "esp_usb_jtag"):
198+
if link in ("jlink", "cmsis-dap"):
200199
openocd_interface = link
201200
elif link in ("esp-prog", "ftdi"):
202201
if board.id == "esp32-s2-kaluga-1":

0 commit comments

Comments
 (0)