target lib wip
git-svn-id: svn://svn.berlios.de/openocd/trunk@556 b42882b7-edfa-0310-969c-e2dbd0fdcd60
This commit is contained in:
parent
b22ae9006b
commit
44fd861b75
|
@ -24,8 +24,4 @@ nobase_dist_pkglib_DATA = xscale/debug_handler.bin event/at91eb40a_reset.script
|
||||||
target/sam7x256.cfg target/str710.cfg target/str912.cfg target/nslu2.cfg target/pxa255_sst.cfg \
|
target/sam7x256.cfg target/str710.cfg target/str912.cfg target/nslu2.cfg target/pxa255_sst.cfg \
|
||||||
target/pxa255.cfg target/zy1000.cfg event/zy1000_reset.script event/at91sam9260_reset.script target/at91sam9260.cfg \
|
target/pxa255.cfg target/zy1000.cfg event/zy1000_reset.script event/at91sam9260_reset.script target/at91sam9260.cfg \
|
||||||
target/wi-9c.cfg event/wi-9c_reset.script event/pxa255_reset.script target/stm32.cfg target/xba_revA3.cfg event/xba_revA3.script \
|
target/wi-9c.cfg event/wi-9c_reset.script event/pxa255_reset.script target/stm32.cfg target/xba_revA3.cfg event/xba_revA3.script \
|
||||||
ecos/at91eb40a.elf target/lm3s6965.cfg
|
ecos/at91eb40a.elf target/lm3s6965.cfg interface/parport.cfg
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -0,0 +1,8 @@
|
||||||
|
telnet_port 4444
|
||||||
|
gdb_port 2001
|
||||||
|
|
||||||
|
interface parport
|
||||||
|
parport_port 0xc8b8
|
||||||
|
parport_cable wiggler
|
||||||
|
jtag_speed 0
|
||||||
|
|
|
@ -5,7 +5,7 @@ jtag_ntrst_delay 200
|
||||||
#use combined on interfaces or targets that can't set TRST/SRST separately
|
#use combined on interfaces or targets that can't set TRST/SRST separately
|
||||||
reset_config trst_and_srst srst_pulls_trst
|
reset_config trst_and_srst srst_pulls_trst
|
||||||
|
|
||||||
#LPCs need reset pulled while RTCK is log. 0 to activate JTAG, power-on reset is not enough
|
#LPCs need reset pulled while RTCK is low. 0 to activate JTAG, power-on reset is not enough
|
||||||
jtag_reset 1 1
|
jtag_reset 1 1
|
||||||
jtag_reset 0 0
|
jtag_reset 0 0
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,6 @@
|
||||||
|
#start slow, speed up after reset
|
||||||
|
jtag_khz 10, 16000
|
||||||
|
|
||||||
#use combined on interfaces or targets that can't set TRST/SRST separately
|
#use combined on interfaces or targets that can't set TRST/SRST separately
|
||||||
reset_config trst_and_srst srst_pulls_trst
|
reset_config trst_and_srst srst_pulls_trst
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue