I've looked over this patch and I'm inclined to commit it. W.r.t. formatting there are two nits:
- you seem to be using tabs = 4 spaces, whereas the committed code uses tab's. - You are using Tcl correctly in adding a ; before the # comments at the end of the line. OpenOCD has a special "hack" to support # as the comment char at the end of the line. See example from tclsh below: % puts abc abc % puts abc # asdlfj bad argument "asdlfj": should be "nonewline" % puts abc ; # asdlj abc -- Øyvind Harboe US toll free 1-866-980-3434 / International +47 51 63 25 00 http://www.zylin.com/zy1000.html ARM7 ARM9 ARM11 XScale Cortex JTAG debugger and flash programmer _______________________________________________ Openocd-development mailing list Openocd-development@lists.berlios.de https://lists.berlios.de/mailman/listinfo/openocd-development