diff options
author | ntfreak <ntfreak@b42882b7-edfa-0310-969c-e2dbd0fdcd60> | 2008-05-02 09:35:48 +0000 |
---|---|---|
committer | ntfreak <ntfreak@b42882b7-edfa-0310-969c-e2dbd0fdcd60> | 2008-05-02 09:35:48 +0000 |
commit | 8bf24de7b3e60681c302baaaa9bce4bc8e39a5c7 (patch) | |
tree | 8e4ac4779e8176bcafe74b914b9e9686a259f5ba /doc | |
parent | 872919e53a6cd04dcea0d94471c89b610ef4df0e (diff) | |
download | openocd_libswd-8bf24de7b3e60681c302baaaa9bce4bc8e39a5c7.tar.gz openocd_libswd-8bf24de7b3e60681c302baaaa9bce4bc8e39a5c7.tar.bz2 openocd_libswd-8bf24de7b3e60681c302baaaa9bce4bc8e39a5c7.tar.xz openocd_libswd-8bf24de7b3e60681c302baaaa9bce4bc8e39a5c7.zip |
- added info about libftdi support under win32
git-svn-id: svn://svn.berlios.de/openocd/trunk@638 b42882b7-edfa-0310-969c-e2dbd0fdcd60
Diffstat (limited to 'doc')
-rw-r--r-- | doc/openocd.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/openocd.texi b/doc/openocd.texi index 551b62c5..0c5a165e 100644 --- a/doc/openocd.texi +++ b/doc/openocd.texi @@ -126,8 +126,8 @@ a FTDI FT2232 based interface: homepage (@uref{www.amontec.com}), as the JTAGkey uses a non-standard VID/PID. @end itemize -Please note that the ftdi2232 variant (using libftdi) isn't supported under Cygwin. -You have to use the ftd2xx variant (using FTDI's D2XX) on Cygwin. +libftdi is supported under windows. Versions earlier than 0.13 will require patching. +see contrib/libftdi for more details. In general, the D2XX driver provides superior performance (several times as fast), but has the draw-back of being binary-only - though that isn't that bad, as it isn't |