Freddie Chopin <freddie_chopin@op.pl> move files about to where they belong
git-svn-id: svn://svn.berlios.de/openocd/trunk@1798 b42882b7-edfa-0310-969c-e2dbd0fdcd60
This commit is contained in:
parent
ea3ddc7e4f
commit
72f5449e4b
|
@ -1,5 +1,5 @@
|
|||
# iMote2
|
||||
#
|
||||
# Crossbow Technology iMote2
|
||||
|
||||
if { [info exists CHIPNAME] } {
|
||||
set _CHIPNAME $CHIPNAME
|
||||
} else {
|
|
@ -1,4 +1,3 @@
|
|||
# FIXME: THIS IS A *BOARD* not a CHIP configuration.
|
||||
######################################
|
||||
# Target: DIGI ConnectCore Wi-9C
|
||||
######################################
|
|
@ -1,4 +1,8 @@
|
|||
#Hitex STR9 Comstick
|
||||
# Hitex STR9-comStick
|
||||
# http://www.hitex.com/index.php?id=383
|
||||
# This works for the STR9-comStick revisions STR912CS-A1 and STR912CS-A2.
|
||||
|
||||
source [find interface/hitex_str9-comstick.cfg]
|
||||
|
||||
# set jtag speed
|
||||
jtag_khz 3000
|
|
@ -1,11 +0,0 @@
|
|||
#
|
||||
# Hitex STR9-comStick
|
||||
#
|
||||
# http://www.hitex.com/index.php?id=383
|
||||
#
|
||||
|
||||
# This works for the STR9-comStick revisions STR912CS-A1 and STR912CS-A2.
|
||||
|
||||
source [find interface/str9-comstick.cfg]
|
||||
source [find target/str9comstick.cfg]
|
||||
|
Loading…
Reference in New Issue