diff options
author | Spencer Oliver <spen@spen-soft.co.uk> | 2012-10-04 23:54:45 +0100 |
---|---|---|
committer | Freddie Chopin <freddie.chopin@gmail.com> | 2012-10-07 13:28:01 +0000 |
commit | 9fe0457c5167062cae1ff13b5aa6e10116eec537 (patch) | |
tree | fc9ddefe8e51b6528e51e89571e47f7573a8ff04 /README | |
parent | cbfc443c7b8582631d389bd1932334487f9a1576 (diff) | |
download | riscv-openocd-9fe0457c5167062cae1ff13b5aa6e10116eec537.zip riscv-openocd-9fe0457c5167062cae1ff13b5aa6e10116eec537.tar.gz riscv-openocd-9fe0457c5167062cae1ff13b5aa6e10116eec537.tar.bz2 |
readme: update missing configure args
Change-Id: I495a4557f161290f8f99788de27958f7dc08d6f6
Signed-off-by: Spencer Oliver <spen@spen-soft.co.uk>
Reviewed-on: http://openocd.zylin.com/900
Tested-by: jenkins
Reviewed-by: Freddie Chopin <freddie.chopin@gmail.com>
Diffstat (limited to 'README')
-rw-r--r-- | README | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 @@ -279,6 +281,8 @@ options may be available there: --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. |