]> git.sur5r.net Git - openocd/blobdiff - README
ft2232: remove ft2232_large_scan memory leak
[openocd] / README
diff --git a/README b/README
index 3a473c7bcca07d9d2e184855a038f5811b108485..34f1e7b9ca311586e590600f3ca18d895be6f39b 100644 (file)
--- a/README
+++ b/README
@@ -215,6 +215,8 @@ options may be available there:
                           (for x86 only)
   --enable-parport-giveio Enable use of giveio for parport (for CygWin only)
 
+  --enable-ftdi           Enable building support for the MPSSE mode of FTDI
+                          based devices, using libusb-1.0 in asynchronous mode
 
   --enable-ft2232_libftdi Enable building support for FT2232 based devices
                           using the libftdi driver, opensource alternate of
@@ -273,12 +275,16 @@ options may be available there:
 
   --enable-stlink         Enable building support for the ST-Link JTAG
                           Programmer
+  --enable-ti-icdi        Enable building support for the TI/Stellaris ICDI
+                          JTAG Programmer
 
   --enable-osbdm          Enable building support for the OSBDM (JTAG only)
                           Programmer
 
   --enable-opendous       Enable building support for the estick/opendous JTAG
                           Programmer
+  --enable-sysfsgpio      Enable building support for programming driven via
+                          sysfs gpios.
 
   --enable-minidriver-dummy
                           Enable the dummy minidriver.
@@ -417,7 +423,7 @@ Obtaining OpenOCD From GIT
 You can download the current GIT version with a GIT client of your
 choice from the main repository:
 
-   git://openocd.git.sourceforge.net/gitroot/openocd/openocd
+   git://git.code.sf.net/p/openocd/code
 
 You may prefer to use a mirror:
 
@@ -428,7 +434,7 @@ Using the GIT command line client, you might use the following command
 to set up a local copy of the current repository (make sure there is no
 directory called "openocd" in the current directory):
 
-   git clone git://openocd.git.sourceforge.net/gitroot/openocd/openocd
+   git clone git://git.code.sf.net/p/openocd/code
 
 Then you can update that at your convenience using
 
@@ -437,7 +443,6 @@ Then you can update that at your convenience using
 There is also a gitweb interface, which you can use either to browse
 the repository or to download arbitrary snapshots using HTTP:
 
-   http://openocd.git.sourceforge.net/git/gitweb.cgi?p=openocd/openocd
    http://repo.or.cz/w/openocd.git
 
 Snapshots are compressed tarballs of the source tree, about 1.3 MBytes