Re: [Openocd-development] target syntax

2008-11-04 Thread Øyvind Harboe
> The attached patch makes the target syntax parsing much more robust and > makes the variant optional again. Committed. Thanks! Added you to the copyright at the top of the files. Your patches accumulatively are undeniably non-trivial. -- Øyvind Harboe http://www.zylin.com/zy1000.html ARM7 AR

Re: [Openocd-development] target syntax

2008-11-03 Thread Rick Altherr
On Nov 3, 2008, at 6:20 AM, Spen wrote: Hi, I still use the old syntax in a lot of scripts, eg. target cortex_m3 little 0 just noticed that a error is produced on svn head wrong # args: should be "target [OLDSYNTAX] ?TYPE? ?ENDIAN? ?CHAIN- POSITION? ?VARIANT?" this is infact incorrect as t

Re: [Openocd-development] target syntax

2008-11-03 Thread Rick Altherr
On Nov 3, 2008, at 6:20 AM, Spen wrote: Hi, I still use the old syntax in a lot of scripts, eg. target cortex_m3 little 0 just noticed that a error is produced on svn head wrong # args: should be "target [OLDSYNTAX] ?TYPE? ?ENDIAN? ?CHAIN- POSITION? ?VARIANT?" this is infact incorrect as t

[Openocd-development] target syntax

2008-11-03 Thread Spen
Hi, I still use the old syntax in a lot of scripts, eg. target cortex_m3 little 0 just noticed that a error is produced on svn head wrong # args: should be "target [OLDSYNTAX] ?TYPE? ?ENDIAN? ?CHAIN-POSITION? ?VARIANT?" this is infact incorrect as the old syntax only had 3 required args - the va