Re: [Openocd-development] [COMMIT] jlink 8bit TLR patch

2009-06-05 Thread Duane Ellis
peter> In communication with Rolf Segger, who helpfully contacted me, Thank you Mr Segger - your participation and help is quite great, I have several oem versions of your JLINK, I have to say that your company makes good stuff. Keep up the good work. > I don't know how many versions in between

Re: [Openocd-development] [COMMIT] jlink 8bit TLR patch

2009-06-05 Thread Peter Denison
On Tue, 2 Jun 2009, Spencer Oliver wrote: > I have committed the attached patch to svn. > > - hack added to fix a issue with v5/6 jlink > v5/6 jlink seems to have an issue if the first tap move is not divisible by > 8, so we send a TLR on first power up > > Cheers > Spen Much better than my hack,

[Openocd-development] [patch] evb_lm3s811 docs

2009-06-05 Thread David Brownell
Clarify docs for the evb_lm3s811 layout: works in two modes, not just one. --- doc/openocd.texi |5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) Clarify docs for the evb_lm3s811 layout: works in two modes, not just one. --- doc/openocd.texi |5 +++-- 1 file changed, 3 insertio

Re: [Openocd-development] evb_lm3s811 ... don't all those EVBs use thesame JTAG glue?

2009-06-05 Thread David Brownell
On Thursday 04 June 2009, Spencer Oliver wrote: > > The name evb_lm3s811 is probably a little confusing. > Luminary seem to use the same interface for all their dev boards, the > name should probably be something more generic. As I suspected. But, for the moment, not on my list of things to cha

Re: [Openocd-development] [patch] target/at91rm9200.cfg cleanup

2009-06-05 Thread Øyvind Harboe
Committed. Thanks! -- Øyvind Harboe Embedded software and hardware consulting services http://consulting.zylin.com ___ Openocd-development mailing list Openocd-development@lists.berlios.de https://lists.berlios.de/mailman/listinfo/openocd-development

[Openocd-development] [patch] target/at91rm9200.cfg cleanup

2009-06-05 Thread David Brownell
Use "echo" for script output not "puts" (which gets lost). Minor cleanup and comment addittion. Use "echo" for script output not "puts" (which gets lost). Minor cleanup and comment addittion. --- a/tcl/target/at91rm9200.cfg +++ b/tcl/target/at91rm9200.cfg @@ -1,3 +1,5 @@ +# Atmel AT91rm9200 +# h

[Openocd-development] [patch] openocd.texi - final commands (ch12/cpu config)

2009-06-05 Thread David Brownell
Rework chapter 12 (CPU configuration) to use @deffn, match the code more closely, and present things more clearly. Includes the *current* list of targets. Whew ... this should be the last set of "reference matter" changes, I think all the commands (except the JTAG adapter ones mentioned earlier)