Re: [Openocd-development] Fwd: [PATCH] Start porting of usb jtag drivers to libusb-1.0 instead of libusb.0.1

2011-10-13 Thread Mauro Gamba
Thanks for your suggestions. I'll work in that direction. On 11 October 2011 07:47, Xiaofan Chen xiaof...@gmail.com wrote: On Tue, Oct 11, 2011 at 10:22 AM, Xiaofan Chen xiaof...@gmail.com wrote: On Tue, Oct 11, 2011 at 6:37 AM, Peter Stuge pe...@stuge.se wrote: I'm thinking a little about how

Re: [Openocd-development] OpenOCD Gerrit Review

2011-10-13 Thread Øyvind Harboe
Hi Jean-Christophe, the whole point of Gerrit is that the contributors can manage patches instead of the maintainers. We even want/plan to have automated checks on checkpatch.pl and building the patch checking for warnings so maintainers can ignore patches that don't pass those tests. The

[Openocd-development] Info about RTOS support

2011-10-13 Thread Jonathan Dumaresq
Hi, I have seem on the ml that FreeRTOS is now supported in openocd. I wonder if there is some documentation about this ? I use eclipse to code and debug. I would like to use this feature. I'm using an STM32 part. From what I see, it is supported. Regards Jonathan Dumaresq

Re: [Openocd-development] Info about RTOS support

2011-10-13 Thread Øyvind Harboe
There is some in the OpenOCD manual, but we would very much welcome patches for more! Did you check out the documentation you could find in the OpenOCD manual? -- Øyvind Harboe - Can Zylin Consulting help on your project? US toll free 1-866-980-3434 http://www.zylin.com/

Re: [Openocd-development] Info about RTOS support

2011-10-13 Thread Jonathan Dumaresq
Hi, Øyvind Harboe wrote: There is some in the OpenOCD manual, but we would very much welcome patches for more! Did you check out the documentation you could find in the OpenOCD manual? I checked on the http://openocd.sourceforge.net/doc//pdf/openocd.pdf. I did a find on rtos keyword, and

Re: [Openocd-development] Info about RTOS support

2011-10-13 Thread Øyvind Harboe
I checked on the http://openocd.sourceforge.net/doc//pdf/openocd.pdf. I did a find on rtos keyword, and find nothing about this. Perhaps that pdf is old, try openocd.texi from HEAD of master. -- Øyvind Harboe - Can Zylin Consulting help on your project? US toll free 1-866-980-3434

[Openocd-development] Docs not building

2011-10-13 Thread Akos Vandra
Hi! I tried building the docs from the HEAD (did a git pull, I guess that's the counterpart for svn update), but it gives an error. I might be missing some package, but I don't know what is needed. I have installed texinfo manually, other than that I think I have only the stuff needed to build

Re: [Openocd-development] Info about RTOS support

2011-10-13 Thread Spencer Oliver
On 13 October 2011 15:21, Øyvind Harboe oyvind.har...@zylin.com wrote: I checked on the http://openocd.sourceforge.net/doc//pdf/openocd.pdf. I did a find on rtos keyword, and find nothing about this. Perhaps that pdf is old, try openocd.texi from HEAD of master. docs are generated weekly so

[Openocd-development] Change in openocd[master]: target: whitespace cleanup

2011-10-13 Thread Spencer Oliver (Code Review)
Spencer Oliver has uploaded a new change for review. Change subject: target: whitespace cleanup .. target: whitespace cleanup Change-Id: I1453f4f3dc0add529da20577e38b8b82d7d00366 Signed-off-by: Spencer Oliver

Re: [Openocd-development] Change in openocd[master]: docs: update project url's

2011-10-13 Thread Uwe Hermann
On Wed, Oct 12, 2011 at 01:04:26PM +0300, Spencer Oliver (Code Review) wrote: Spencer Oliver has submitted this change and it was merged. Change subject: docs: update project url's .. docs: update project url's

Re: [Openocd-development] Change in openocd[master]: docs: update project url's

2011-10-13 Thread Tomek CEDRO
On Thu, Oct 13, 2011 at 9:47 PM, Uwe Hermann u...@hermann-uwe.de wrote: Please configure gerrit so that the full patch is posted on the mailing list additionally, as it used to be. I personally read lots of patches and discussions offline (e.g. in a train) in my mail client, and I'm pretty

[Openocd-development] outstanding patches?

2011-10-13 Thread Øyvind Harboe
Please submit all outstanding patch series to Gerrit. Read latest HACKING docs for tips on how to get started. By doing this you will be helping to save maintainers time so that we can focus on reviewing and commenting. -- Øyvind Harboe - Can Zylin Consulting help on your project? US toll free

Re: [Openocd-development] Docs not building

2011-10-13 Thread Uwe Hermann
On Thu, Oct 13, 2011 at 04:29:09PM +0200, Akos Vandra wrote: Hi! I tried building the docs from the HEAD (did a git pull, I guess that's the counterpart for svn update), but it gives an error. I might be missing some package, but I don't know what is needed. I have installed texinfo

[Openocd-development] Change in openocd[master]: Add an interface file for DLP Design DLP-USB1232H.

2011-10-13 Thread Uwe Hermann (Code Review)
Uwe Hermann has uploaded a new change for review. Change subject: Add an interface file for DLP Design DLP-USB1232H. .. Add an interface file for DLP Design DLP-USB1232H. The DLP Design DLP-USB1232H UART/SPI/JTAG module is

[Openocd-development] Change in openocd[master]: Add a board file for the Glyn Tonga2.

2011-10-13 Thread Uwe Hermann (Code Review)
Uwe Hermann has uploaded a new change for review. Change subject: Add a board file for the Glyn Tonga2. .. Add a board file for the Glyn Tonga2. This is a Toshiba TMPA900CMXBG (ARM9) based SO-DIMM CPU module with 64MB DDR

Re: [Openocd-development] Info about RTOS support

2011-10-13 Thread evan
Hi Jonathan, You should be able to simply add something like the following to your config file: $_TARGETNAME configure -rtos auto It should automatically detect the FreeRTOS instance. Additional notes: * You will probably need to rebuild GDB with this bug fixed: