File: disable-jlink-plugin

package info (click to toggle)
pyocd 0.36.0-2.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 341,308 kB
  • sloc: xml: 3,682,260; python: 59,213; ansic: 112; makefile: 87; asm: 25; sh: 14
file content (13 lines) | stat: -rw-r--r-- 538 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
Index: pyocd/setup.cfg
===================================================================
--- pyocd.orig/setup.cfg
+++ pyocd/setup.cfg
@@ -92,7 +92,7 @@ console_scripts =
 
 pyocd.probe =
     cmsisdap = pyocd.probe.cmsis_dap_probe:CMSISDAPProbePlugin
-    jlink = pyocd.probe.jlink_probe:JLinkProbePlugin
+#    jlink = pyocd.probe.jlink_probe:JLinkProbePlugin
     picoprobe = pyocd.probe.picoprobe:PicoprobePlugin
     remote = pyocd.probe.tcp_client_probe:TCPClientProbePlugin
     stlink = pyocd.probe.stlink_probe:StlinkProbePlugin