Re: [Openocd-development] Being careful not to brake anything is good but ...

2009-05-23 Thread Zach Welch
On Sat, 2009-05-23 at 20:16 -0700, David Brownell wrote: > On Saturday 23 May 2009, Zach Welch wrote: > > At this point, I have a system in place to make it unlikely for me to > > let any threads be forgotten, > > Some Linux groups use a new tool called "patchwork" which monitors > mailing lists f

Re: [Openocd-development] Being careful not to brake anything is good but ...

2009-05-23 Thread David Brownell
On Saturday 23 May 2009, Zach Welch wrote: > At this point, I have a system in place to make it unlikely for me to > let any threads be forgotten, Some Linux groups use a new tool called "patchwork" which monitors mailing lists for patches... http://ozlabs.org/~jk/projects/patchwork/ Purely FY

Re: [Openocd-development] Being careful not to brake anything is good but ...

2009-05-23 Thread Rick Altherr
On May 23, 2009, at 6:48 PM, Zach Welch wrote: On Sat, 2009-05-23 at 18:42 -0700, Rick Altherr wrote: On May 23, 2009, at 1:30 PM, Magnus Lundin wrote: Common people So much soul searching about a oneliner in jtag.c . Setting the current tap state with cmd_queue_cur_state = TAP_RESET is

Re: [Openocd-development] Being careful not to brake anything is good but ...

2009-05-23 Thread Zach Welch
On Sat, 2009-05-23 at 18:48 -0700, Zach Welch wrote: [snip] > At this point, I have a system in place to make it unlikely for me to > let any threads be forgotten, but I am still trying to catch all those > that are still in the air. One thing you might look at is David's > recent NAND changes ([p

Re: [Openocd-development] Being careful not to brake anything is good but ...

2009-05-23 Thread Zach Welch
On Sat, 2009-05-23 at 18:42 -0700, Rick Altherr wrote: > On May 23, 2009, at 1:30 PM, Magnus Lundin wrote: > > > Common people > > > > So much soul searching about a oneliner in jtag.c . > > > > Setting the current tap state with cmd_queue_cur_state = TAP_RESET is > > an obvious error as 5 minute

Re: [Openocd-development] Being careful not to brake anything is good but ...

2009-05-23 Thread Rick Altherr
On May 23, 2009, at 1:30 PM, Magnus Lundin wrote: Common people So much soul searching about a oneliner in jtag.c . Setting the current tap state with cmd_queue_cur_state = TAP_RESET is an obvious error as 5 minutes of code inspection in jtag.c will show you. The variable is not used in

[Openocd-development] Being careful not to brake anything is good but ...

2009-05-23 Thread Magnus Lundin
Common people So much soul searching about a oneliner in jtag.c . Setting the current tap state with cmd_queue_cur_state = TAP_RESET is an obvious error as 5 minutes of code inspection in jtag.c will show you. The variable is not used in any dr/ir scan code, It is only used in jtag_add_path_