Re: [OpenOCD-devel] [PATCH] rtos: fix crash on auto detection

2015-03-09 Thread Richard Braun
On Mon, Mar 09, 2015 at 06:48:30PM +0100, Richard Braun wrote: > diff --git a/src/rtos/rtos.c b/src/rtos/rtos.c > index f14e538..e745b5f 100644 > --- a/src/rtos/rtos.c > +++ b/src/rtos/rtos.c > @@ -81,8 +81,10 @@ static void os_free(struct target *target) > if (!target->rtos) >

[OpenOCD-devel] [PATCH]: dc370ed doc: update RTOS section, add 'mqx' info

2015-03-09 Thread gerrit
This is an automated email from Gerrit. Marian Cingel (cingel.mar...@gmail.com) just uploaded a new patch set to Gerrit, which you can find at http://openocd.zylin.com/2592 -- gerrit commit dc370ed2e4bb46ca1c39eb8e6f0ae1897550b4bc Author: Marian Cingel Date: Mon Mar 9 19:52:29 2015 +0100

Re: [OpenOCD-devel] Change in openocd[master]: target: reexamine the target after reset deasserted

2015-03-09 Thread Paul Fertser
On Mon, Mar 09, 2015 at 07:09:52PM +0100, Tomas Vanek wrote: > nsrst_delay works, but regression for PSoC4 resists. > > XRES (nSRST) resets also SWD DP so SWD line reset and DP reinit is needed. > I'm not sure if reset_config srst_pulls_trst should address this - I do not > see any change if srst_

Re: [OpenOCD-devel] Change in openocd[master]: target: reexamine the target after reset deasserted

2015-03-09 Thread Tomas Vanek
Hi Paul, nsrst_delay works, but regression for PSoC4 resists. XRES (nSRST) resets also SWD DP so SWD line reset and DP reinit is needed. I'm not sure if reset_config srst_pulls_trst should address this - I do not see any change if srst_pulls_trst or separate is set. Anyway chg 2583 tries ahbap_de

[OpenOCD-devel] [PATCH] rtos: fix crash on auto detection

2015-03-09 Thread Richard Braun
The detection framework assumes rtos->symbols is dynamically allocated, an assumption that the ChibiOS variant breaks by providing a raw statically allocated symbol list. --- src/rtos/ChibiOS.c |7 ++- src/rtos/rtos.c|4 +++- 2 files changed, 9 insertions(+), 2 deletions(-) diff -

[OpenOCD-devel] [PATCH]: dd39867 jtag/core: honour SRST timings in SWD mode

2015-03-09 Thread gerrit
This is an automated email from Gerrit. Paul Fertser (fercer...@gmail.com) just uploaded a new patch set to Gerrit, which you can find at http://openocd.zylin.com/2591 -- gerrit commit dd3986709867eecf04988c3210fc6301ab79450a Author: Paul Fertser Date: Mon Mar 9 18:55:03 2015 +0300 jtag

Re: [OpenOCD-devel] Change in openocd[master]: target: reexamine the target after reset deasserted

2015-03-09 Thread Paul Fertser
On Mon, Mar 09, 2015 at 04:16:09PM +0100, Tomas Vanek wrote: > Are you sure that adapter_nsrst_delay takes place before reexamination > you've added? Error after reset is fired immediately > even if adapter_nsrst_delay is 1000. Should be fixed with http://openocd.zylin.com/2591 , hopefully. Your t

Re: [OpenOCD-devel] problem with "reset halt" on stellaris (Firestorm)

2015-03-09 Thread Peter Stuge
Ed Beroset wrote: > I'm trying to get this working for a class I'm teaching next week > and I'd rather use real hardware than an emulator. Unfortunately, > without reset and resume working, I don't seem to be able to use > gdb with this part. If there's a workaround or something else I > should tr

Re: [OpenOCD-devel] Change in openocd[master]: target: reexamine the target after reset deasserted

2015-03-09 Thread Paul Fertser
On Mon, Mar 09, 2015 at 04:16:09PM +0100, Tomas Vanek wrote: > Are you sure that adapter_nsrst_delay takes place before reexamination > you've added? Error after reset is fired immediately > even if adapter_nsrst_delay is 1000. Aha, that's something we need to fix then. I'll try to dig it then. >

[OpenOCD-devel] [PATCH]: 454bf0c stm32l1.cfg: Add missing dash for expected-id argument to fix f7394049d3 commit.

2015-03-09 Thread gerrit
This is an automated email from Gerrit. Uwe Bonnes (b...@elektron.ikp.physik.tu-darmstadt.de) just uploaded a new patch set to Gerrit, which you can find at http://openocd.zylin.com/2590 -- gerrit commit 454bf0c206ede15e9d0040261564c9c1ae11318f Author: Uwe Bonnes Date: Mon Mar 9 14:08:48 201

Re: [OpenOCD-devel] How to fix some already committed item

2015-03-09 Thread Paul Fertser
Hey, On Mon, Mar 09, 2015 at 02:20:10PM +0100, Uwe Bonnes wrote: > with http://openocd.zylin.com/2517 I forgot some dash, resulting in doing > hawok for those who use JTAG with the Stm32l1. How to fix this in the > context of gerrit? Can this be fixed in the context of the old change ID or > must/

[OpenOCD-devel] How to fix some already committed item

2015-03-09 Thread Uwe Bonnes
Hello, with http://openocd.zylin.com/2517 I forgot some dash, resulting in doing hawok for those who use JTAG with the Stm32l1. How to fix this in the context of gerrit? Can this be fixed in the context of the old change ID or must/should I use a new Change-Id? Thanks -- Uwe Bonnes

[OpenOCD-devel] [PATCH]: 2a35708 helper: shutdown command should return with 0 exit status

2015-03-09 Thread gerrit
This is an automated email from Gerrit. Juha Niskanen (juha.niska...@haltian.com) just uploaded a new patch set to Gerrit, which you can find at http://openocd.zylin.com/2589 -- gerrit commit 2a3570820a263ec49b3a1ddab43019b86a832bbd Author: Juha Niskanen Date: Mon Mar 9 13:28:34 2015 +0200

Re: [OpenOCD-devel] Change in openocd[master]: target: reexamine the target after reset deasserted

2015-03-09 Thread Tomas Vanek
Hi Paul, as gerrit badly reformatted my reply, here is more readable version: I tested this change with Kinetis K21 @ vsllink and PSoC4 @ stlink v2, vsllink, ftdi. Mostly there is no difference. reset halt with srst_only does not work on PSoC4 as usually. I see a minor regression for PSoC4 @ ft

[OpenOCD-devel] [PATCH]: a8c7dd5 server: tcl_trace command

2015-03-09 Thread gerrit
This is an automated email from Gerrit. Austin Morton (austinpmor...@gmail.com) just uploaded a new patch set to Gerrit, which you can find at http://openocd.zylin.com/2588 -- gerrit commit a8c7dd5dff5ea1f778e024893102563066e38976 Author: Austin Morton Date: Mon Mar 9 05:34:52 2015 -0400