diff options
author | David Brownell <dbrownell@users.sourceforge.net> | 2010-03-05 13:08:11 -0800 |
---|---|---|
committer | David Brownell <dbrownell@users.sourceforge.net> | 2010-03-05 19:00:08 -0800 |
commit | 74113cf72570a20f5f2ff66f721284bd4228aee3 (patch) | |
tree | da6e20aa877b558a6652bb96248e5914e94c8bd6 /README | |
parent | d33a81c549743e13633db9e8749f0e7cb0f7324b (diff) | |
download | openocd_libswd-74113cf72570a20f5f2ff66f721284bd4228aee3.tar.gz openocd_libswd-74113cf72570a20f5f2ff66f721284bd4228aee3.tar.bz2 openocd_libswd-74113cf72570a20f5f2ff66f721284bd4228aee3.tar.xz openocd_libswd-74113cf72570a20f5f2ff66f721284bd4228aee3.zip |
README: update libftdi version
The FT2232H really wants libftdi 0.17 or newer; some notable
bugs got fixed in that version.
Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
Diffstat (limited to 'README')
-rw-r--r-- | README | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -317,7 +317,7 @@ The libftdi source code can be download from the following website: For both Linux and Windows, both libusb and libftdi must be built and installed. To use the newer FT2232H chips, supporting RTCK and USB high -speed (480 Mbps), you need libftdi version 0.16 or newer. Many Linux +speed (480 Mbps), use libftdi version 0.17 or newer. Many Linux distributions provide suitable packages for these libraries. For Windows, libftdi is supported with versions 0.14 and later. |