Re: [Openocd-development] [PATCH] Driver for USB-JTAG, Altera USB-Blaster and compatibles

2009-12-26 Thread David Brownell
On Sunday 20 December 2009, Catalin Patulea wrote: > I'm not sure what to do about usb_blaster_speed. Even if I were to use > sleeps, after passing through the USB stacks, FIFOs, etc, the timing > would be grossly inaccurate. It might still be worth implementing it > that way so people can run thei

Re: [Openocd-development] Fwd: [PATCH] Driver for USB-JTAG, Altera USB-Blaster and compatibles

2009-12-26 Thread David Brownell
On Monday 21 December 2009, Catalin Patulea wrote: > > All right, we've got: > > - usb_blaster command that can toggle the GPIO pins > - documentation for said command > - usage example for hooking it up as SRST (can you sanity-check the > example? I added a wait, then set it back to 0, but perha

Re: [Openocd-development] [PATCH 2/2] Olimex SAM9-L9260 board configuration update.

2009-12-26 Thread David Brownell
On Monday 21 December 2009, Dean Glazeski wrote: > Here is the updated patch that removes the excessive semicolon additions. > Sorry it took so long.  I've been traveling. merged... ___ Openocd-development mailing list Openocd-development@lists.berlios.

[Openocd-development] [patch/fyi] ARM DPM: support adding/removing HW breakpoints

2009-12-26 Thread David Brownell
Generalize the core of watchpoint setup so that it can handle breakpoints too. Create breakpoint add/remove routines which will use that, and hook them up to target types which don't provide their own breakpoint support (nothing, yet). This suffices for hardware-only breakpoint support. The ARM1

Re: [Openocd-development] [PATCH 2/2] Olimex SAM9-L9260 board configuration update.

2009-12-26 Thread David Brownell
On Saturday 26 December 2009, Øyvind Harboe wrote: > I've looked over this patch and I'm inclined to commit it. Me too, except I'd like to see it in two parts: - bugfixing comment-at-end-of-line stuff - the real subject of $PATCH (NAND support) ___

Re: [Openocd-development] 0.4.0-rc1 - build errors (-Werror)

2009-12-26 Thread David Brownell
On Friday 25 December 2009, Freddie Chopin wrote: > On 2009-12-24 23:07, David Brownell wrote: > > A better fix would be to use "%zd" (for ssize_t, "%d" signed) > > not "%zu" (for size_t, "%u" unsigned). > > > > Can you submit a patch for all these build problems? > > It seems that MinGW for Windo

[Openocd-development] Feature request: GDB 7.0 ARM register support

2009-12-26 Thread David Brownell
In case someone's looking for a useful update to contribute in the 0.5 series ... The ARM cores currently all use a register dump protocol which includes a bunch of Floating Point Accelerator (FPA) registers. That floating point hardware has been obsolete for a long time; from what I can tell, sin

Re: [Openocd-development] [PATCH 2/2] Olimex SAM9-L9260 board configuration update.

2009-12-26 Thread Øyvind Harboe
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" t

Re: [Openocd-development] [PATCH] PARPORT code cleanup:

2009-12-26 Thread Øyvind Harboe
Pushed. Thanks! -- Ø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@li