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
>
> personally i did find writing
> working_area 0 0x20000000 0x2000 nobackup
> easier than
> [new_target_name] configure -work-area-virt 0 -work-area-phys 0x20000000
> -work-area-size 0x2000 -work-area-backup 0
>
> for the average user is this really an improvement?
> i thought the original idea was to hide this but give the user the ability
> to use tcl if they so wished.

My current thinking is that the low level Tcl should allow synthesizing
friendly commands on top.

Rick was talking about writing an obsolete.tcl to show how old commands
could be implemented.

One would then add -f neat.cfg on the command line to get another list
of commands.

I've also been thinking about moving telnet tcl parser into tcl such that
an alternative telnet GUI can be implemented, e.g. BDI compatible :-)


-- 
Ø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/openocd-development

Reply via email to