Re: [Openocd-development] Info about RTOS support

2011-10-14 Thread Jonathan Dumaresq
Hi Evan, openocd-development-boun...@lists.berlios.de wrote: Hi Jonathan, You should be able to simply add something like the following to your config file: $_TARGETNAME configure -rtos auto Thanx for your help ! It should automatically detect the FreeRTOS instance. It's

Re: [Openocd-development] Info about RTOS support

2011-10-14 Thread Evan Hunter
; openocd-development@lists.berlios.de Subject: RE: [Openocd-development] Info about RTOS support Hi Evan, openocd-development-boun...@lists.berlios.de wrote: Hi Jonathan, You should be able to simply add something like the following to your config file: $_TARGETNAME configure -rtos

[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

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

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: