Re: [OpenOCD-devel] mem2array script command double read issue

2013-08-02 Thread Paul Fertser
Hi, Please do not send HTML to the mailing list, plain text is much easier and consistent. On Thu, Aug 01, 2013 at 06:34:42PM -0700, Kenneth Lee wrote: I am using the ST Link V2 integrated on the STM32F4 Discovery Board and OpenOCD 0.8.0. Yep, that's a very important detail. mem2array

Re: [OpenOCD-devel] mem2array script command double read issue

2013-08-02 Thread Andreas Fritiofson
On Fri, Aug 2, 2013 at 9:40 AM, Paul Fertser fercer...@gmail.com wrote: On Thu, Aug 01, 2013 at 06:34:42PM -0700, Kenneth Lee wrote: mem2array arrayname 32 FIFO_address 1** -- Reads 32-bit data but decrements FIFO by 2 words (should be 1) Strange. So this is the only unexpected case,

[OpenOCD-devel] [PATCH]: 81057c9 target: remove unimplemented target_request_data implementations

2013-08-02 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/1537 -- gerrit commit 81057c9dd4806d3c7d5eeef860ad0a214ccff88c Author: Spencer Oliver s...@spen-soft.co.uk Date: Fri Aug 2

[OpenOCD-devel] [PATCH]: c9e2ecf target: check target supports target_request_data

2013-08-02 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/1536 -- gerrit commit c9e2ecf405b87f96b1868216563fe820cf520e2e Author: Spencer Oliver s...@spen-soft.co.uk Date: Fri Aug 2

[OpenOCD-devel] [PATCH]: 5e5bf73 target: remove unimplemented soft_reset_halt implementations

2013-08-02 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/1535 -- gerrit commit 5e5bf73b375c2c6671815c149e6ef8046a859f8e Author: Spencer Oliver s...@spen-soft.co.uk Date: Fri Aug 2

[OpenOCD-devel] Build problem with --enable-stlink

2013-08-02 Thread Tim Wescott
What to do? I'm trying to build for stlink, and 'make' is spitting up. This is with the tar.bz2 file that I just downloaded from Sourceforge an hour or two ago. To put the last first, if after I lose patience with the stuff below I do a 'make clean', then do ./configure --enable-ft2232_libftdi

Re: [OpenOCD-devel] Build problem with --enable-stlink

2013-08-02 Thread Paul Fertser
Hi, On Fri, Aug 02, 2013 at 04:55:24PM -0700, Tim Wescott wrote: Without libusb-0.1-4 installed I do: ./configure --enable-ft2232_libftdi --enable-stlink Please do not use ft2232_libftdi at all, --enable-ftdi is the current driver for those devices. And you can remove libusb-0.1 altogether,

Re: [OpenOCD-devel] Build problem with --enable-stlink

2013-08-02 Thread tim
On 2013-08-02 21:12, Paul Fertser wrote: Hi, On Fri, Aug 02, 2013 at 04:55:24PM -0700, Tim Wescott wrote: Without libusb-0.1-4 installed I do: ./configure --enable-ft2232_libftdi --enable-stlink Please do not use ft2232_libftdi at all, --enable-ftdi is the current driver for those