[Openocd-development] Change in openocd[master]: arm-jtag-ew: whitespace cleanup

2011-10-14 Thread Spencer Oliver (Code Review)
Spencer Oliver has uploaded a new change for review. Change subject: arm-jtag-ew: whitespace cleanup .. arm-jtag-ew: whitespace cleanup Change-Id: I8861e825f9c84525e0c09c3adaa3fe300640770d Signed-off-by: Spencer Oliver

[Openocd-development] Change in openocd[master]: ICEPick-C: Add support for warm reset through JTAG controlle...

2011-10-14 Thread Spencer Oliver (Code Review)
Spencer Oliver has uploaded a new change for review. Change subject: ICEPick-C: Add support for warm reset through JTAG controller and provide finer detail functions. .. ICEPick-C: Add support for warm reset through JTAG

[Openocd-development] Change in openocd[master]: AM/DM37x: Use ICEPick warm reset and include halt when gdb c...

2011-10-14 Thread Spencer Oliver (Code Review)
Spencer Oliver has uploaded a new change for review. Change subject: AM/DM37x: Use ICEPick warm reset and include halt when gdb connects. .. AM/DM37x: Use ICEPick warm reset and include halt when gdb connects. Using the

[Openocd-development] Change in openocd[master]: flash: fix lpc2000 driver typo

2011-10-14 Thread Spencer Oliver (Code Review)
Spencer Oliver has uploaded a new change for review. Change subject: flash: fix lpc2000 driver typo .. flash: fix lpc2000 driver typo Change-Id: I3a759ed98a27fd186c12355b846d5e97dba86c5b Signed-off-by: Spencer Oliver

[Openocd-development] Change in openocd[master]: testing

2011-10-14 Thread Code Review
Øyvind Harboe has uploaded a new change for review. Change subject: testing .. testing Change-Id: I28d4a893b75ce900ca72319ff92dc398b8fcd057 Signed-off-by: Øyvind Harboe oyvind.har...@zylin.com --- M src/main.c 1 file changed, 0

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

[Openocd-development] Change in openocd[master]: target_request: add target_got_message() that can be used to...

2011-10-14 Thread Code Review
Øyvind Harboe has uploaded a new change for review. Change subject: target_request: add target_got_message() that can be used to improve DCC performance .. target_request: add target_got_message() that can be used to improve

[Openocd-development] Change in openocd[master]: target: DCC / target message backoff algorithm

2011-10-14 Thread Code Review
Øyvind Harboe has uploaded a new change for review. Change subject: target: DCC / target message backoff algorithm .. target: DCC / target message backoff algorithm by immediately polling again when we have received a message

Re: [Openocd-development] gerrit and OpenID

2011-10-14 Thread jim norris
Not at all, you can use any OpenID, but gerrit is picky and you have to include http:// at the start of the OpenID URL. Yup, missed the 'picky' part. Anyone know how to allow Firefox on Linux to do the redirection to the OpenID provider after the initial OpenID page? It works on Firefox with

[Openocd-development] Improved DCC performance

2011-10-14 Thread Øyvind Harboe
If someone wants to test out the DCC performance before and after this patch, it would be much appreciated! http://openocd.zylin.com/27 -- Øyvind Harboe - Can Zylin Consulting help on your project? US toll free 1-866-980-3434 http://www.zylin.com/

[Openocd-development] Change in openocd[master]: 1) Change from '--global' to '--local' on the two config com...

2011-10-14 Thread Jim Norris (Code Review)
Jim Norris has uploaded a new change for review. Change subject: 1) Change from '--global' to '--local' on the two config commandsfor setting the git user name and user email. These settings should be local to the openocd git tree. 2) Add a couple more steps when setting up the Gerrit

[Openocd-development] Gerrit - how do I check if I addressed all the comments?

2011-10-14 Thread Øyvind Harboe
What's a good way to check that I've addressed all the comments to a patch series? Going over it manually? -- Øyvind Harboe - Can Zylin Consulting help on your project? US toll free 1-866-980-3434 http://www.zylin.com/ ___ Openocd-development mailing

Re: [Openocd-development] Info about RTOS support

2011-10-14 Thread Evan Hunter
The current versions of the Eclipse C/C++ GDB Hardware Debugging plugin seem to be implemented poorly, as they do not request the ID of the currently running when a breakpoint is hit. Hence the focus is not where it should be. If it is already working for you, you may not need to recompile GDB.