[Openocd-development] Another FreeRTOS fix

2011-08-26 Thread Evan Hunter
Hi all, My last patch for FreeRTOS was not quite correct - it had an off-by-one error. Attached patch fixes it. Regards, Evan Hunter 0001-Fix-off-by-one-bug-in-FreeRTOS.PATCH Description: 0001-Fix-off-by-one-bug-in-FreeRTOS.PATCH ___

Re: [Openocd-development] arm-none-eabi-gdb 7.3 error: Remote 'g' packet reply is too long

2011-08-26 Thread Tobias Ringström
On 08/25/2011 02:17 PM, Øyvind Harboe wrote: On Thu, Aug 25, 2011 at 2:16 PM, j. m. norrisu17...@att.net wrote: Would it make sense for someone to collect a 'wish list' of 'architectures and registers' and then prioritize it? Ultimately we need patches :-) It doesn't matter if we want

Re: [Openocd-development] arm-none-eabi-gdb 7.3 error: Remote 'g' packet reply is too long

2011-08-26 Thread Øyvind Harboe
I investigated a bit, and openocd needs to provide an XML target description (qXfer:features:read) to GDB that supports it (qSupported:xmlRegisters). I'd prefer a patch that just fixes it once and for all, but in lieu of that and as a start perhaps a patch w/the .xml file and openocd.texi

[Openocd-development] Errors encountered programming an FPGA using 13MB SVF file

2011-08-26 Thread Sam Jansen
Hello, In attempting to use openocd with an Amontec JTAG key to program a Xilinx FPGA, I encountered a series of issues I though others might be interested in. I don't have sensible proposed solutions for any of the problems I encountered, but perhaps someone on this mailing list is

Re: [Openocd-development] Errors encountered programming an FPGA using 13MB SVF file

2011-08-26 Thread Andreas Fritiofson
On Fri, Aug 26, 2011 at 7:10 PM, Sam Jansen sam.jan...@starleaf.com wrote: ** Hello, In attempting to use openocd with an Amontec JTAG key to program a Xilinx FPGA, I encountered a series of issues I though others might be interested in. I don't have sensible proposed solutions for any of

Re: [Openocd-development] Errors encountered programming an FPGA using 13MB SVF file

2011-08-26 Thread Sam Jansen
On 26/08/11 19:18, Andreas Fritiofson wrote: On Fri, Aug 26, 2011 at 7:10 PM, Sam Jansen sam.jan...@starleaf.com mailto:sam.jan...@starleaf.com wrote: Hello, In attempting to use openocd with an Amontec JTAG key to program a Xilinx FPGA, I encountered a series of issues I

Re: [Openocd-development] Errors encountered programming an FPGA using 13MB SVF file

2011-08-26 Thread Tomek CEDRO
On Fri, Aug 26, 2011 at 5:10 PM, Sam Jansen sam.jan...@starleaf.com wrote: In attempting to use openocd with an Amontec JTAG key to program a Xilinx FPGA, I encountered a series of issues I though others might be interested in. I don't have sensible proposed solutions for any of the problems I

Re: [Openocd-development] Errors encountered programming an FPGA using 13MB SVF file

2011-08-26 Thread Andreas Fritiofson
On Fri, Aug 26, 2011 at 8:51 PM, Sam Jansen sam.jan...@starleaf.com wrote: ** On 26/08/11 19:18, Andreas Fritiofson wrote: On Fri, Aug 26, 2011 at 7:10 PM, Sam Jansen sam.jan...@starleaf.comwrote: At this stage I got the libftdi driver giving the same error message as the libftd2xx

[Openocd-development] GDB notification of processor reset

2011-08-26 Thread Evan Hunter
Hi All, I've noticed that if my processor gets reset whilst debugging a program, GDB knows nothing about it. I would have thought GDB should stop, in a similar way as hitting a breakpoint. Is there currently any way of making this happen? I'm using a Cortex-M3 (STM32f1xx) Regards,

Re: [Openocd-development] Coding style

2011-08-26 Thread Michel Catudal
Le 25/08/2011 15:18, Jie Zhang a écrit : Hi, There are a lot of coding style mismatch in the current OpenOCD code. I'd like suggest setting a rule that asks fixing all coding style issues before a patch is merged. And there are still something missing on