Re: [Openocd-development] Buspirate fixes

2011-02-08 Thread Øyvind Harboe
Hi, could you rebase to master branch? Thanks! git am <~/Desktop/0001-Fix-command-parsing-fix-errors-to-have-more-sense.patch Applying: Fix command parsing, fix errors to have more sense. /home/oyvind/workspace/openocd/.git/rebase-apply/patch:36: trailing whitespace. else error: patch f

Re: [Openocd-development] Buspirate fixes

2011-02-06 Thread Øyvind Harboe
any objections to committing? > When exactly did the script parsing change ? For some reason in-line > comments are parsed as part of the command and change argument count. Tcl only allow comments to start at the beginning of the line and '#' is the only allowed char. ';' means new statement in T

[Openocd-development] Buspirate fixes

2011-02-03 Thread Michal Demin
Hi, Attached is patch that fixes command parsing in buspirate driver. Also changes some error strings to give more sense. When exactly did the script parsing change ? For some reason in-line comments are parsed as part of the command and change argument count. Michal Demin 0001-Fix-command-p