The following changes since commit 194e3c5bc5e0fbb7d41cfcbe913c4264782cdd5b:
  Rodrigo L. Rosa (1):
        fix tapenabler return code

are available in the git repository at:

  http://repo.or.cz/r/openocd/andreasf.git rlink

Andreas Fritiofson (7):
      rlink: fix indentation errors
      rlink: more indentation fixes
      rlink: fix reply counter to enable sending full buffers
      rlink: remove duplicated code
      rlink: remove redundant text from log messages
      rlink: simplify and optimize queue fill level checks
      rlink: read only the expected number of bytes

 src/jtag/drivers/rlink.c |  930
++++++++++++++++++++++------------------------
 1 files changed, 450 insertions(+), 480 deletions(-)
---
Please note that Peter Horn has tested these patches and found that "rlink:
read only the expected number of bytes" causes his build to fail during
startup on both linux and windows. His windows build fails during init even
before the changed code is run so I think it's unrelated. The linux failure
however seems related. I've tried to reproduce using both libusb 0.1 and
libusb-compat over libusb 1.0. Both using a standalone RLink dongle and the
embedded debug interface in the STM32 Primer (they seem identical however).
Haven't seen a problem. Hopefully someone else will take a stab at testing
before an eventual merge. A review from someone versed in libusb or rlink
internals would be good, too. I've rebased the branch so the problematic
patch is last and can be easily dropped.

/Andreas
_______________________________________________
Openocd-development mailing list
Openocd-development@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/openocd-development

Reply via email to