[OpenOCD-devel] [PATCH]: 3fc6a00 Improve J-Link driver and introduce libjaylink.

2015-03-11 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/2598 -- gerrit commit 3fc6a00b91fb245099793d6b710f7823bc3e57ac Author: Marc Schink Date: Mon Oct 20 13:18:38 2014 -0400 Impr

Re: [OpenOCD-devel] OpenOCD 0.9.0-rc1 is near

2015-03-11 Thread Kent Brinkley
Hi all, I would like to include the following patches which are important for adding the support of the MIPS microAptiv core: http://openocd.zylin.com/#/c/2400/ http://openocd.zylin.com/#/c/2411/ http://openocd.zylin.com/#/c/2417/ http://openocd.zylin.com/#/c/2421/ http://openocd.zylin.com/#/c/2

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

2015-03-11 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/2597 -- gerrit commit c85524456a9fa401e14b7195f765e6c3018ba15d Author: Richard Braun Date: Wed Mar 11 14:04:15 2015 +0100 Ch

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

2015-03-11 Thread Marian Cingel
Hello, You are right, it's a bug, it must be 0x40. LR at 0x28 describes HW state before switch but not LR register. Obviously I will need to pay more attention of testing. Marian 2015-03-11 12:41 GMT+01:00 Richard Braun : > On Wed, Mar 11, 2015 at 01:01:23AM +0100, Marian Cingel wrote: >> I hav

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

2015-03-11 Thread Richard Braun
On Wed, Mar 11, 2015 at 01:01:23AM +0100, Marian Cingel wrote: > I have found the problem. SYSTEM_TD member of kernel_data has type > TD_STRUCT and not (as I would expect) TD_STRUCT_PTR. SYSTEM_TD member > exists before TD_LIST and because TD_STRUCT has different size > depending on configuration i

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

2015-03-11 Thread Richard Braun
On Tue, Mar 10, 2015 at 08:55:47PM +0100, Richard Braun wrote: > I'm currently adding support for FPU autodetection, this seems easy and > reliable enough. I was working on FPU detection because I thought it would change the exception stack frame size but the common part (between FPU and no FPU va

[OpenOCD-devel] OpenOCD 0.9.0-rc1 is near

2015-03-11 Thread Paul Fertser
Hello, We are planning to produce the first release candidate for the upcoming 0.9.0 version really soon (as time permits, likely the next weekend). The changes that are not yet merged but will hopefully be merged can be seen on [1]. If something important is missing, please speak up now, until i

[OpenOCD-devel] [PATCH]: df06035 target/adi_v5_swd, cortex_m: properly handle more cases requiring reconnect

2015-03-11 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/2596 -- gerrit commit df06035b4afb5752a4484abcd0e6d241edc4e03d Author: Paul Fertser Date: Wed Mar 11 11:33:55 2015 +0300 tar