openocd/tcl/board/twr-vf65gs10_cmsisdap.cfg
Matthias Welwarsky 0c2de8b3d0 board: add configuration for freescale twr-vf65gs10 system module
This patch contains configuration for the twr-vf65gs10 system module
of the Freescale (NXP) tower system. It provides support for both the
CMSIS-DAP available via USB and the Cortex+ETM connector
on J5. The configuration also contains DDR and clock init code
hooked into the reset-init event handler.

Change-Id: I68303e0038e137dcadc57525e662428769fb69f2
Signed-off-by: Matthias Welwarsky <matthias.welwarsky@sysgo.com>
Reviewed-on: http://openocd.zylin.com/3564
Tested-by: jenkins
Reviewed-by: Andreas Fritiofson <andreas.fritiofson@gmail.com>
Reviewed-by: Paul Fertser <fercerpav@gmail.com>
2016-12-09 14:34:39 +00:00

15 lines
365 B
INI

#
# Board configuration file for the Freescale VF65GS10 tower board
#
# CMSIS-DAP via USB-OTG connector
#
source [find interface/cmsis-dap.cfg]
# only SWD is supported by the CMSIS-DAP on this board
transport select swd
# Source generic part of twr-vf65gs10 configuration
source [find board/twr-vf65gs10.cfg]
# override reset configuration
reset_config srst_only