Re: [Openocd-development] [PATCH] FT2232H / FT2242H support for D2XX driver

2009-06-01 Thread Rick Altherr
On Jun 1, 2009, at 10:30 PM, Zach Welch wrote: On Mon, 2009-06-01 at 22:09 -0700, Rick Altherr wrote: On May 23, 2009, at 7:28 PM, Zach Welch wrote: On Wed, 2009-05-20 at 22:59 -0700, Zach Welch wrote: On Wed, 2009-05-20 at 22:54 -0700, Rick Altherr wrote: On May 20, 2009, at 10:31 PM, Zac

Re: [Openocd-development] [PATCH] FT2232H / FT2242H support for D2XX driver

2009-06-01 Thread Zach Welch
On Mon, 2009-06-01 at 22:09 -0700, Rick Altherr wrote: > On May 23, 2009, at 7:28 PM, Zach Welch wrote: > > > On Wed, 2009-05-20 at 22:59 -0700, Zach Welch wrote: > >> On Wed, 2009-05-20 at 22:54 -0700, Rick Altherr wrote: > >>> On May 20, 2009, at 10:31 PM, Zach Welch wrote: > >>> > On Wed,

Re: [Openocd-development] [PATCH] FT2232H / FT2242H support for D2XX driver

2009-06-01 Thread Rick Altherr
On May 23, 2009, at 7:28 PM, Zach Welch wrote: On Wed, 2009-05-20 at 22:59 -0700, Zach Welch wrote: On Wed, 2009-05-20 at 22:54 -0700, Rick Altherr wrote: On May 20, 2009, at 10:31 PM, Zach Welch wrote: On Wed, 2009-05-20 at 22:23 -0700, Rick Altherr wrote: On Mar 25, 2009, at 2:54 PM, joe

Re: [Openocd-development] [PATCH] FT2232H / FT2242H support for D2XX driver

2009-05-23 Thread Zach Welch
On Wed, 2009-05-20 at 22:59 -0700, Zach Welch wrote: > On Wed, 2009-05-20 at 22:54 -0700, Rick Altherr wrote: > > On May 20, 2009, at 10:31 PM, Zach Welch wrote: > > > > > On Wed, 2009-05-20 at 22:23 -0700, Rick Altherr wrote: > > >> On Mar 25, 2009, at 2:54 PM, joern kaipf wrote: > > >> > > >>> *

Re: [Openocd-development] [PATCH] FT2232H / FT2242H support for D2XX driver

2009-05-20 Thread Zach Welch
On Wed, 2009-05-20 at 22:54 -0700, Rick Altherr wrote: > On May 20, 2009, at 10:31 PM, Zach Welch wrote: > > > On Wed, 2009-05-20 at 22:23 -0700, Rick Altherr wrote: > >> On Mar 25, 2009, at 2:54 PM, joern kaipf wrote: > >> > >>> * autodetection if FS or HS device attachted -> adapt tck max > >>>

Re: [Openocd-development] [PATCH] FT2232H / FT2242H support for D2XX driver

2009-05-20 Thread Rick Altherr
On May 20, 2009, at 10:31 PM, Zach Welch wrote: On Wed, 2009-05-20 at 22:23 -0700, Rick Altherr wrote: On Mar 25, 2009, at 2:54 PM, joern kaipf wrote: * autodetection if FS or HS device attachted -> adapt tck max * enable adaptive clocking if HS device attached and jtag_khz = 0 in cfg (not t

Re: [Openocd-development] [PATCH] FT2232H / FT2242H support for D2XX driver

2009-05-20 Thread Zach Welch
On Wed, 2009-05-20 at 22:23 -0700, Rick Altherr wrote: > On Mar 25, 2009, at 2:54 PM, joern kaipf wrote: > > > * autodetection if FS or HS device attachted -> adapt tck max > > * enable adaptive clocking if HS device attached and jtag_khz = 0 in > > cfg (not > > tested yet) > > > > Note: > > The

Re: [Openocd-development] [PATCH] FT2232H / FT2242H support for D2XX driver

2009-05-20 Thread Rick Altherr
On Mar 25, 2009, at 2:54 PM, joern kaipf wrote: * autodetection if FS or HS device attachted -> adapt tck max * enable adaptive clocking if HS device attached and jtag_khz = 0 in cfg (not tested yet) Note: The HS devices are currently only support by the drivers from FTDI and not from th

[Openocd-development] [PATCH] FT2232H / FT2242H support for D2XX driver

2009-03-25 Thread joern kaipf
* autodetection if FS or HS device attachted -> adapt tck max * enable adaptive clocking if HS device attached and jtag_khz = 0 in cfg (not tested yet) Note: The HS devices are currently only support by the drivers from FTDI and not from the libftdi. So using libftdi and RTCK support will cause