Re: [OpenOCD-devel] ftdi/xds100v2 connection issues

2014-01-27 Thread Alex Züpke
Am 24.01.2014 16:03, schrieb Andreas Fritiofson: On Fri, Jan 24, 2014 at 3:27 PM, Alex Züpke alexander.zue...@hs-rm.de mailto:alexander.zue...@hs-rm.de wrote: Hi Paul, Am 18.01.2014 17:32, schrieb Paul Fertser: Hi, Does http://openocd.zylin.com/1884 help with

Re: [OpenOCD-devel] ftdi/xds100v2 connection issues

2014-01-27 Thread Alex Züpke
Am 24.01.2014 17:11, schrieb Paul Fertser: On Fri, Jan 24, 2014 at 03:27:39PM +0100, Alex Züpke wrote: Am 18.01.2014 17:32, schrieb Paul Fertser: Does http://openocd.zylin.com/1884 help with this? It's getting better, but putting init; ftdi_set_signal PWR_RST 1 at the end of my config

Re: [OpenOCD-devel] ftdi/xds100v2 connection issues

2014-01-27 Thread Paul Fertser
Hi Alex :) On Mon, Jan 27, 2014 at 01:07:21PM +0100, Alex Züpke wrote: Adding `` ;jtag arp_init ´´ works as well (I reverted my previous change to the post-reset hook before testing). Any more info required? Thank you for the testing. I think this xds adapter is the last one preventing

Re: [OpenOCD-devel] ftdi/xds100v2 connection issues

2014-01-27 Thread Alex Züpke
Hi Paul, Am 27.01.2014 13:22, schrieb Paul Fertser: Hi Alex :) On Mon, Jan 27, 2014 at 01:07:21PM +0100, Alex Züpke wrote: Adding `` ;jtag arp_init ´´ works as well (I reverted my previous change to the post-reset hook before testing). Any more info required? Thank you for the testing. I

Re: [OpenOCD-devel] ftdi/xds100v2 connection issues

2014-01-27 Thread Andreas Fritiofson
On Mon, Jan 27, 2014 at 1:31 PM, Alex Züpke alexander.zue...@hs-rm.dewrote: Hi Paul, Am 27.01.2014 13:22, schrieb Paul Fertser: Hi Alex :) On Mon, Jan 27, 2014 at 01:07:21PM +0100, Alex Züpke wrote: Adding `` ;jtag arp_init ´´ works as well (I reverted my previous change to the

[OpenOCD-devel] [PATCH]: fc8a8a6 board/mbed-lpc1768.cfg: add srst and ramp up speed

2014-01-27 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/1901 -- gerrit commit fc8a8a6d03620cad30a8264f5f231f17f7ce6389 Author: Paul Fertser fercer...@gmail.com Date: Mon Jan 27 17:19:45

[OpenOCD-devel] Provide command outputs as TCL strings

2014-01-27 Thread Alex Züpke
Hi, currently, commands like reg or mdw return an empty string when using in TCL scripting: reg pc pc (/32): 0x11E0 set pc [reg pc] pc (/32): 0x11E0 echo $pc I tried a quick hack for reg and it seemed to work in the beginning, but later OpenOCD crashed on invalid pointers.

Re: [OpenOCD-devel] Provide command outputs as TCL strings

2014-01-27 Thread Paul Fertser
Hi, On Mon, Jan 27, 2014 at 02:46:41PM +0100, Alex Züpke wrote: currently, commands like reg or mdw return an empty string when using in TCL scripting: Yes, an easy way is to use ocd_reg, ocd_mdw instead. The right way is imho http://openocd.zylin.com/1815 . - would it make sense to

Re: [OpenOCD-devel] [libusb] Announcing libusb-1.0.18 (as well as libusbx-1.0.18 *FINAL*)

2014-01-27 Thread Pete Batard
Hi Jens, On 2014.01.27 12:25, Jens Bauer wrote: On Sun, 26 Jan 2014 17:07:42 +, Pete Batard wrote: I, and many others, happen to think users of libusb deserve more than one release in 4 years, even more so as continuous major development has been going on. I disagree. If libusb works

[OpenOCD-devel] [PATCH]: a00d8b1 doc: update CMSIS-DAP info to match default driver behaviour

2014-01-27 Thread gerrit
This is an automated email from Gerrit. Spencer Oliver (s...@spen-soft.co.uk) just uploaded a new patch set to Gerrit, which you can find at http://openocd.zylin.com/1902 -- gerrit commit a00d8b1021cabdecf0f0b5b6dd9b61ba9286ec45 Author: Spencer Oliver s...@spen-soft.co.uk Date: Mon Jan 27

Re: [OpenOCD-devel] reg command with no arguments - can it be forced to read from hardware

2014-01-27 Thread Adrian Burns
On Fri, Jan 24, 2014 at 12:09 PM, Spencer Oliver s...@spen-soft.co.ukwrote: On 22 January 2014 18:29, Adrian Burns adrianbur...@gmail.com wrote: hi, I see the 'reg' command by itself reads from the targets reg_cache buffer without calling into target hardware. Is there any hook to

Re: [OpenOCD-devel] reg command with no arguments - can it be forced to read from hardware

2014-01-27 Thread Adrian Burns
On Mon, Jan 27, 2014 at 5:09 PM, Paul Fertser fercer...@gmail.com wrote: On Mon, Jan 27, 2014 at 04:59:18PM +, Adrian Burns wrote: hadn't spotted that, it works for one register at a time ('reg 0 force') rather than ('reg force') to get them all in one go which is what i was after

Re: [OpenOCD-devel] reg command with no arguments - can it be forced to read from hardware

2014-01-27 Thread Paul Fertser
On Mon, Jan 27, 2014 at 05:27:13PM +, Adrian Burns wrote: and then user can request the full set (~60) through the 'reg force' command later on if needed That would be very unusual for GDB users :) turns out after testing that our halt/resume/step times are ok even with saving/restoring

Re: [OpenOCD-devel] reg command with no arguments - can it be forced to read from hardware

2014-01-27 Thread Adrian Burns
On Mon, Jan 27, 2014 at 5:52 PM, Paul Fertser fercer...@gmail.com wrote: On Mon, Jan 27, 2014 at 05:27:13PM +, Adrian Burns wrote: and then user can request the full set (~60) through the 'reg force' command later on if needed That would be very unusual for GDB users :) I was

[OpenOCD-devel] [PATCH]: e9d43d4 doc: add manual/ directory in its entirety to dist

2014-01-27 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/1903 -- gerrit commit e9d43d47e6d5348cb95afa3be7418236cf2cc6b1 Author: Paul Fertser fercer...@gmail.com Date: Mon Jan 27 20:38:27

[OpenOCD-devel] [PATCH]: f6e9454 Add usb_blaster cheap clone notes to dist

2014-01-27 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/1908 -- gerrit commit f6e94540f3d5477158da4ab6250ebbdf3b532209 Author: Paul Fertser fercer...@gmail.com Date: Mon Jan 27 22:27:15

[OpenOCD-devel] [PATCH]: c088154 Add rlink speed table sources and everything related to dist

2014-01-27 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/1907 -- gerrit commit c088154b4de3cb241eccdf93e180cd5f9f7cb396 Author: Paul Fertser fercer...@gmail.com Date: Mon Jan 27 22:21:16

[OpenOCD-devel] [PATCH]: 8e6f202 Add all of contrib/ to dist, not just loaders

2014-01-27 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/1909 -- gerrit commit 8e6f20268d17d12abe144d8616f1ddb05d69b42e Author: Paul Fertser fercer...@gmail.com Date: Mon Jan 27 22:28:04

[OpenOCD-devel] [PATCH]: 6fd1f06 Add previous NEWS* files to dist

2014-01-27 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/1905 -- gerrit commit 6fd1f06379094dee172c94851d7f672080d157c4 Author: Paul Fertser fercer...@gmail.com Date: Mon Jan 27 22:04:05

[OpenOCD-devel] Gerrit/OpenID login?

2014-01-27 Thread Michael Schwingen
Hi, I am a bit frustrated with the gerrit login procedure. I created an account with MyOpenID back when gerrit was introduced. However, that service is due to be turned of in february, so I looked for alternatives. I tried creating a yahoo account, but on their site, not even logging in with

Re: [OpenOCD-devel] Gerrit/OpenID login?

2014-01-27 Thread Andreas Fritiofson
On Mon, Jan 27, 2014 at 11:03 PM, Michael Schwingen mich...@schwingen.orgwrote: Hi, I am a bit frustrated with the gerrit login procedure. I created an account with MyOpenID back when gerrit was introduced. However, that service is due to be turned of in february, so I looked for

Re: [OpenOCD-devel] Gerrit/OpenID login?

2014-01-27 Thread Andreas Fritiofson
On Mon, Jan 27, 2014 at 11:50 PM, Andreas Fritiofson andreas.fritiof...@gmail.com wrote: On Mon, Jan 27, 2014 at 11:03 PM, Michael Schwingen mich...@schwingen.org wrote: I looked at free OpenID providers and found none that look OK from a privacy standpoint, but I am open for

Re: [OpenOCD-devel] Gerrit/OpenID login?

2014-01-27 Thread Michael Schwingen
On Mon, Jan 27, 2014 at 11:50:42PM +0100, Andreas Fritiofson wrote: Instead of logging in with another OpenID, essentially creating a new user, log in with your real (MyOpenID) account. Click your name in top right corner, settings, identity, link another identity. You should be able to add

Re: [OpenOCD-devel] Gerrit/OpenID login?

2014-01-27 Thread Spencer Oliver
On 27/01/14 23:24, Michael Schwingen wrote: On Mon, Jan 27, 2014 at 11:50:42PM +0100, Andreas Fritiofson wrote: Instead of logging in with another OpenID, essentially creating a new user, log in with your real (MyOpenID) account. Click your name in top right corner, settings, identity, link

[OpenOCD-devel] [PATCH]: 9c3a049 arm_adi_v5: make formatting changes to complete patch 1427

2014-01-27 Thread gerrit
This is an automated email from Gerrit. Brad Riensche (brad.riens...@gmail.com) just uploaded a new patch set to Gerrit, which you can find at http://openocd.zylin.com/1910 -- gerrit commit 9c3a0494e00546c0d5deaa82defbdf74412e033c Author: Brad Riensche brad.riens...@gmail.com Date: Mon Jan