mirror of
https://git.code.sf.net/p/openocd/code
synced 2024-11-22 04:56:28 +00:00
f0e8f7b790
The old configuration files did not work because of a missing 'at91sam9260minimal.cfg' file. Also, the config files were placed wrongly. Update them, put them to the proper location, merge the two supported boards into one, remove now superfluous include, remove defunct web page, etc.. Tested with a Calao USB-A9G20 and a hacked 'device_desc' to match. Native support for it will come next. Signed-off-by: Wolfram Sang <wsa@kernel.org> Change-Id: Iec578c8777c5a6134e132dbac17c2988c7634742 Reviewed-on: https://review.openocd.org/c/openocd/+/7522 Tested-by: jenkins Reviewed-by: Tomas Vanek <vanekt@fbl.cz>
15 lines
368 B
INI
15 lines
368 B
INI
# SPDX-License-Identifier: GPL-2.0-or-later
|
|
|
|
# CALAO Systems USB-A9260 (C01 and C02)
|
|
|
|
adapter driver ftdi
|
|
ftdi device_desc "USB-A9260"
|
|
ftdi vid_pid 0x0403 0x6001 0x0403 0x6010
|
|
ftdi layout_init 0x0c08 0x0f1b
|
|
ftdi layout_signal nTRST -data 0x0100 -noe 0x0400
|
|
ftdi layout_signal nSRST -data 0x0200 -noe 0x0800
|
|
|
|
transport select jtag
|
|
|
|
source [find target/at91sam9260.cfg]
|