Tim Hudson contributed at91sam9260 target config files + some interface definitions.

git-svn-id: svn://svn.berlios.de/openocd/trunk@609 b42882b7-edfa-0310-969c-e2dbd0fdcd60
This commit is contained in:
oharboe
2008-04-23 09:53:23 +00:00
parent 70bef9e2e0
commit f8701ea700
5 changed files with 60 additions and 2 deletions

View File

@@ -0,0 +1,11 @@
#
# Calao Systems USB-A9260-C01
#
# http://www.calao-systems.com/
#
interface ft2232
ft2232_layout jtagkey
ft2232_device_desc "USB-A9260"
ft2232_vid_pid 0x0403 0x6010
script interface/calao-usb-a9260.cfg
script target/at91sam9260minimal.cfg

View File

@@ -0,0 +1,11 @@
#
# Calao Systems USB-A9260-C02
#
# http://www.calao-systems.com/
#
interface ft2232
ft2232_layout jtagkey
ft2232_device_desc "USB-A9260 A"
ft2232_vid_pid 0x0403 0x6001
script interface/calao-usb-a9260.cfg
script target/at91sam9260minimal.cfg

View File

@@ -0,0 +1,15 @@
#
# Calao Systems USB-A9260 common -C01 -C02 setup
#
# http://www.calao-systems.com/
#
# See calao-usb-a9260-c01.cfg and calao-usb-a9260-c02.cfg
#
# note: you must have an openocd version where jtag_speed sets two values
# trunk ver 606 contains the fix for this particular issue which can
# be seen if jtag_speed does not set two separate values
#
jtag_speed 1200 0
jtag_nsrst_delay 200
jtag_ntrst_delay 200