On 2010-08-15, at 10:49 AM, Øyvind Harboe wrote:
> Looks like a good start to me.
>
> Any objections to committing at this point so it can serve
> as a starting point for collaboration?
No objections, quite contrary :)
>
> Some comments:
>
> - I believe error propagation is missing in some
Here is initial version of AVR32 support for openocd:
http://people.freebsd.org/~gonzo/openocd/avr32.diff
So far it supports:
- halt/resume
- registers inspection
- memory inspection/modification
I'm still getting up to speed with OpenOCD internals and AVR32 so code is a
little
bit messy and I'd
On 2010-08-10, at 6:17 AM, David Brownell wrote:
>
>>> I'd think serial numbers would suffice, and
>>> be much more usable/stable.
>>>
>> I think a USB device is not required to have
>> a serial number,
>
> But FTDI devices *DO* ... all I've seen. In fact
> the current FT232 usb-to-seria
Attached patch introduces ft2232_index command that allows to
set specific FT2232 device if there are several of them in the system.
Comes handy when you have two JTAG adapters or JTAG adapter and
USB/serial post converter
ft2232_index.patch
Description: Binary data
_
Attached patch unbreaks build on MacOS X (I guess
on *BSD too):
- stdlib.h should be included instead of malloc.h for
better portability
- Eliminate "r could be used uninitialized" gcc warning
--
gonzo
Index: src/helper/membuf.c
Attached patch adds simple watchpoint support
for MIPS32/EJTAG (no value comparation yet).
--
gonzo
Index: src/target/mips_ejtag.h
===
--- src/target/mips_ejtag.h (revision 2400)
+++ src/target/mips_ejtag.h (working copy)
@@ -96,6 +
Resume command works only if resume address is provided. Attached patch
fixes this problem
--
gonzo
Index: src/target/target.c
===
--- src/target/target.c (revision 2347)
+++ src/target/target.c (working copy)
@@ -1996,6 +1996,7 @@
Hi
I'm trying to use openocd for debugging MIPS target but it seems
that EJTAG support still lacks some features and has some bugs.
I fixed several but it's still work in progress. Attached is the first
(and very small) patch that fixes restoring CPU context for "resume"
command.
--
gonzo
dif