forked from auracaster/openocd
jtag/drivers: Add Cypress KitProg driver
This patch adds a driver for the SWD-only Cypress KitProg programmer/debugger. Change-Id: I3a9a8011a762781d560ebb305597e782a4f9a8e5 Signed-off-by: Forest Crossman <cyrozap@gmail.com> Reviewed-on: http://openocd.zylin.com/3221 Tested-by: jenkins Reviewed-by: Tomas Vanek <vanekt@fbl.cz>
This commit is contained in:
committed by
Paul Fertser
parent
16655c1dd5
commit
f6449a7cba
12
tcl/interface/kitprog.cfg
Normal file
12
tcl/interface/kitprog.cfg
Normal file
@@ -0,0 +1,12 @@
|
||||
#
|
||||
# Cypress Semiconductor KitProg
|
||||
#
|
||||
# Note: This is the driver for the proprietary KitPtog protocol. If the
|
||||
# KitProg is in CMSIS-DAP mode, you should either use the cmsis-dap
|
||||
# interface driver or switch the KitProg to KitProg mode.
|
||||
#
|
||||
|
||||
interface kitprog
|
||||
|
||||
# Optionally specify the serial number of the KitProg you want to use.
|
||||
#kitprog_serial 1926402735485200
|
||||
Reference in New Issue
Block a user