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
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
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.
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
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)
___
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
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
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
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