You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
defdebug(ftdi: bool=typer.Option(False, "--ftdi", help="DEPRECATED (On by default) Set this flag if the device uses an FTDI chip"),
96
96
no_ftdi: bool=typer.Option(False, "--no-ftdi", help="Set this flag if the device uses an CMSIS DAP chip"),
97
+
custom: bool=typer.Option(False, "--custom", help="Set this flag if your flash.cfg has all definitions (LAUNCHPAD)."),
97
98
docker: bool=typer.Option(False, "--docker", callback=unsupported_option_cb, help="(deprecated) Use OpenOCD in the container instead of locally, requires linux")):
98
99
99
100
command= ["openocd"]
@@ -102,7 +103,7 @@ def debug(ftdi: bool = typer.Option(False, "--ftdi", help="DEPRECATED (On by def
0 commit comments