tcl: board: Add NXP Freedom FRDM-LS1012A config
An update for the K20 CMSIS-DAP firmware can be found here: https://community.nxp.com/thread/387080?commentID=840141#comment-840141 Change-Id: I149d7f8610aa56daf1aeb95f14ee1bf88f7cb647 Signed-off-by: Andreas Färber <afaerber@suse.de> Reviewed-on: http://openocd.zylin.com/4595 Tested-by: jenkins Reviewed-by: Matthias Welwarsky <matthias@welwarsky.de>bscan_tunnel
parent
e7a4aa3534
commit
ce28a0c8c8
|
@ -0,0 +1,15 @@
|
|||
#
|
||||
# NXP FRDM-LS1012A (Freedom)
|
||||
#
|
||||
|
||||
#
|
||||
# NXP Kinetis K20
|
||||
#
|
||||
source [find interface/cmsis-dap.cfg]
|
||||
transport select jtag
|
||||
|
||||
# Also offers a 10-pin 0.05" CoreSight JTAG connector.
|
||||
|
||||
source [find target/ls1012a.cfg]
|
||||
|
||||
reset_config srst_only
|
Loading…
Reference in New Issue