mirror of
git://git.code.sf.net/p/openocd/code
synced 2025-07-21 00:42:15 +10:00
Some text file is missing newline at EOF. Add it. Change-Id: Ieebc790096f40961283c644642e56fde975e957f Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com> Reviewed-on: http://openocd.zylin.com/5167 Tested-by: jenkins
16 lines
366 B
INI
16 lines
366 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
|