Re: [Openocd-development] [patch 3/3] "-disabled" means after TLR.

2009-06-13 Thread David Brownell
On Saturday 13 June 2009, Zach Welch wrote: > > > Plus, you will motivate me to finish the "import series from e-mail" > > > portions of my patch handling scripts, if you start producing series of > > > patches with a dozen patches each.  Or do you think my recent practices > > > have taken this id

Re: [Openocd-development] [patch 3/3] "-disabled" means after TLR.

2009-06-13 Thread David Brownell
> > > Why did you move the declarations of jtag_tap_{init,free} to the bottom > > > of jtag.h? > > > > Lack of reason to put them anywhere else in that file. They > > clearly didn't belong as externs in that ".c" file, though. > > Better than exposing them in a public API. I had thought about

Re: [Openocd-development] [patch 3/3] "-disabled" means after TLR.

2009-06-13 Thread Zach Welch
On Sat, 2009-06-13 at 01:46 -0700, David Brownell wrote: > On Saturday 13 June 2009, Zach Welch wrote: > > On Fri, 2009-06-12 at 21:42 -0700, David Brownell wrote: > > > Doc update: say "jtag newtap ... -disable" records the > > > state after exiting the RESET state, matching the only > > > implem

Re: [Openocd-development] [patch 3/3] "-disabled" means after TLR.

2009-06-13 Thread David Brownell
On Saturday 13 June 2009, Zach Welch wrote: > On Fri, 2009-06-12 at 21:42 -0700, David Brownell wrote: > > Doc update: say "jtag newtap ... -disable" records the > > state after exiting the RESET state, matching the only > > implementation we're working with so far (TI ICEpick-C). > > > > Matchin

Re: [Openocd-development] [patch 3/3] "-disabled" means after TLR.

2009-06-13 Thread Zach Welch
On Fri, 2009-06-12 at 21:42 -0700, David Brownell wrote: > Doc update: say "jtag newtap ... -disable" records the > state after exiting the RESET state, matching the only > implementation we're working with so far (TI ICEpick-C). > > Matching code updates, including a few minor cleanups > mostly

[Openocd-development] [patch 3/3] "-disabled" means after TLR.

2009-06-12 Thread David Brownell
Doc update: say "jtag newtap ... -disable" records the state after exiting the RESET state, matching the only implementation we're working with so far (TI ICEpick-C). Matching code updates, including a few minor cleanups mostly related to the JTAG event callback mechanism: - a memory leak in jt