Re: [Openocd-development] Patch to remove deprecated commands

2008-12-01 Thread Rick Altherr
I read through this tonight. Excellent work! The organization is exactly what I was planning to do. The only suggestion I have is to remove all the references to removed or deprecated syntax except for the appendix. Otherwise it just confuses the issue. A first time user shouldn't be e

Re: [Openocd-development] Patch to remove deprecated commands

2008-11-29 Thread Øyvind Harboe
I think it is great that you undertake this work. I haven't read through the changes, but we always have SVN if there is something we need to copy or delete. I'll try to get some reading done, but it looks like a giant leap forward to me. -- Øyvind Harboe http://www.zylin.com/zy1000.html ARM7 A

Re: [Openocd-development] Patch to remove deprecated commands

2008-11-28 Thread Duane Ellis
oyvind> [commit - of earlier stuff] spen> The docs still talk about the old commands - chapter 4.7 duane> FYI - I am in the process of updating docs... And removing the "jtag_device" command - replacing it with "jtag newtap". I will try to address some of these issues. I have a *MASSIVE* update

Re: [Openocd-development] Patch to remove deprecated commands

2008-11-27 Thread Rick Altherr
On Nov 27, 2008, at 7:37 AM, Spen wrote: Subject: Re: [Openocd-development] Patch to remove deprecated commands Committed. Thanks! The docs still talk about the old commands - chapter 4.7 I mentioned that I hadn't updated all the docs yet. That is part of a larger docs u

Re: [Openocd-development] Patch to remove deprecated commands

2008-11-27 Thread Duane Ellis
oyvind> [commit - of earlier stuff] spen>The docs still talk about the old commands - chapter 4.7 FYI - I am in the process of updating docs... And removing the "jtag_device" command - replacing it with "jtag newtap". I will try to address some of these issues. -Duane. ___

Re: [Openocd-development] Patch to remove deprecated commands

2008-11-27 Thread Øyvind Harboe
On Thu, Nov 27, 2008 at 4:37 PM, Spen <[EMAIL PROTECTED]> wrote: >> Subject: Re: [Openocd-development] Patch to remove deprecated commands >> >> Committed. >> >> Thanks! >> > > The docs still talk about the old commands - chapter 4.7 > > per

Re: [Openocd-development] Patch to remove deprecated commands

2008-11-27 Thread Spen
> Subject: Re: [Openocd-development] Patch to remove deprecated commands > > Committed. > > Thanks! > The docs still talk about the old commands - chapter 4.7 personally i did find writing working_area 0 0x2000 0x2000 nobackup easier than [new_target_name] configure

Re: [Openocd-development] Patch to remove deprecated commands

2008-11-27 Thread Øyvind Harboe
Committed. Thanks! -- Øyvind Harboe http://www.zylin.com/zy1000.html ARM7 ARM9 XScale Cortex JTAG debugger and flash programmer ___ Openocd-development mailing list Openocd-development@lists.berlios.de https://lists.berlios.de/mailman/listinfo/openoc

Re: [Openocd-development] Patch to remove deprecated commands

2008-11-26 Thread Øyvind Harboe
> Where does this leave the original patch to remove obsolete syntax then? I'll commit it if we have no protests by tomorrow afternoon. -- Øyvind Harboe http://www.zylin.com/zy1000.html ARM7 ARM9 XScale Cortex JTAG debugger and flash programmer ___ O

Re: [Openocd-development] Patch to remove deprecated commands

2008-11-26 Thread Rick Altherr
On Nov 26, 2008, at 9:41 AM, Øyvind Harboe wrote: Does that mean that you wish to have a tcl script (perhaps named obsolete.tcl) that implements the obsolete syntax using the new syntax? I guess what I'm saying is that if someone submits such a patch, I'll certainly commit it. However, I d

Re: [Openocd-development] Patch to remove deprecated commands

2008-11-26 Thread Øyvind Harboe
> Does that mean that you wish to have a tcl script (perhaps named > obsolete.tcl) that implements the obsolete syntax using the new syntax? I guess what I'm saying is that if someone submits such a patch, I'll certainly commit it. However, I don't suggest documenting or promoting it. Much. It is

Re: [Openocd-development] Patch to remove deprecated commands

2008-11-26 Thread Duane Ellis
rick> Are there other syntax changes that should be made before 1.0? If so, what are they? My changes to support enable/disable jtag taps is a non-trivial change. I have it working - I'm testing things as I work through them. BY WORKS: I mean - jtag identifies. I can type halt, reset, .

Re: [Openocd-development] Patch to remove deprecated commands

2008-11-26 Thread Rick Altherr
On Nov 25, 2008, at 11:23 PM, Øyvind Harboe wrote: On Wed, Nov 26, 2008 at 6:05 AM, Rick Altherr <[EMAIL PROTECTED]> wrote: The attached patch removes all of the deprecated commands that I could find. I also added any previously unlisted deprecated commands to the appendix. This does not u

Re: [Openocd-development] Patch to remove deprecated commands

2008-11-25 Thread Øyvind Harboe
On Wed, Nov 26, 2008 at 6:05 AM, Rick Altherr <[EMAIL PROTECTED]> wrote: > The attached patch removes all of the deprecated commands that I could find. > I also added any previously unlisted deprecated commands to the appendix. > This does not update all of the documentation to move away from the

[Openocd-development] Patch to remove deprecated commands

2008-11-25 Thread Rick Altherr
The attached patch removes all of the deprecated commands that I could find. I also added any previously unlisted deprecated commands to the appendix. This does not update all of the documentation to move away from the now obsolete commands. I plan a larger change to the documentation th