[OpenOCD-devel] [PATCH]: 8c4a777 flash: at91samd: fix use of is_erased in check

2014-10-30 Thread gerrit
This is an automated email from Gerrit. Andrey Yurovsky (yurov...@gmail.com) just uploaded a new patch set to Gerrit, which you can find at http://openocd.zylin.com/2368 -- gerrit commit 8c4a77743fa85a6c2f94c3ca0d9d451fe76ce956 Author: Andrey Yurovsky Date: Thu Oct 30 11:56:08 2014 -0700

[OpenOCD-devel] [PATCH]: 2b560e6 Makefile: support BSD make

2014-10-30 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/2367 -- gerrit commit 2b560e6160ad637ee606dd26be2f9c95ec235752 Author: Paul Fertser Date: Thu Oct 30 21:28:30 2014 +0300 Mak

Re: [OpenOCD-devel] [PATCH]: 7f586ef nrf51: fix checks for is_erased

2014-10-30 Thread Andrey Yurovsky
On Thu, Oct 30, 2014 at 7:58 AM, wrote: > This is an automated email from Gerrit. > > Jim Paris (j...@jtan.com) just uploaded a new patch set to Gerrit, which you > can find at http://openocd.zylin.com/2366 > > -- gerrit > > commit 7f586ef1901eb7f061974f4693bb34a968982596 > Author: Jim Paris >

[OpenOCD-devel] [PATCH]: 7f586ef nrf51: fix checks for is_erased

2014-10-30 Thread gerrit
This is an automated email from Gerrit. Jim Paris (j...@jtan.com) just uploaded a new patch set to Gerrit, which you can find at http://openocd.zylin.com/2366 -- gerrit commit 7f586ef1901eb7f061974f4693bb34a968982596 Author: Jim Paris Date: Wed Oct 29 19:09:49 2014 -0400 nrf51: fix chec

Re: [OpenOCD-devel] Bug report: FTDI/MPSSE randomly not working, success rate improved by modifying mpsse.c

2014-10-30 Thread Christian Bjørge Thoresen
On 30/10/14 14:20, "Christian Bjørge Thoresen" wrote: > >Also so far I¹ve never seen the problem after reconnecting the USB cable >to the interface board. My best guess would therefore be that depending on >the termination of OpenOCD, there may still be a read transfer in the >system which will

Re: [OpenOCD-devel] Bug report: FTDI/MPSSE randomly not working, success rate improved by modifying mpsse.c

2014-10-30 Thread Christian Bjørge Thoresen
On 30/10/14 06:41, "Xiaofan Chen" wrote: >On Thu, Oct 30, 2014 at 12:21 PM, Paul Fertser >wrote: >> Hello, >> >> On Wed, Oct 29, 2014 at 09:09:13PM +, Christian Bjørge Thoresen >>wrote: >>> I don't think I tried to install the official drivers, but I'll >>> still try to check if they might

[OpenOCD-devel] [PATCH]: 764b0d5 drivers/stlink: clarify "init mode failed" message

2014-10-30 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/2365 -- gerrit commit 764b0d5a1765eab60b3bda032aea1cd29caa4e28 Author: Paul Fertser Date: Thu Oct 30 16:22:40 2014 +0300 dri

Re: [OpenOCD-devel] LPC SPIFI bug and fix for flash write

2014-10-30 Thread George Harris
Anders, Thanks for the fix! I have been seeing these symptoms with a number of flash chips on an LPC4330, but without the time to look into it I had resigned myself to using the workaround. This will be nice to have. At the time I implemented this the SPIFI registers were undocumented and the ROM

Re: [OpenOCD-devel] LPC SPIFI bug and fix for flash write

2014-10-30 Thread George Harris
Yeah, it's a bit of a mess. I am out of town at the moment, but I will give this a shot when I get back to my workshop on Wednesday and update my review at that time. On Mon, Oct 27, 2014 at 7:09 PM, Anders Oleson wrote: > Thanks for reviewing! Can you confirm if it works on your hardware too