aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Fertser <fercerpav@gmail.com>2014-01-17 15:25:53 +0400
committerSpencer Oliver <spen@spen-soft.co.uk>2014-01-20 13:29:36 +0000
commit6c1437a0a45513cc4524f1e0bd8e7e211f6bf809 (patch)
tree6c012999769f97f2647c6b1b4bedb8d278daf6fc
parent245e8fff3b2bc662640b47471d516168c4bdb6e0 (diff)
Add CMSIS-DAP information to the READMEs.
Change-Id: I8c87d559adf07b0f0702fe9d388f26bf046bcb8b Signed-off-by: Paul Fertser <fercerpav@gmail.com> Reviewed-on: http://openocd.zylin.com/1880 Tested-by: jenkins Reviewed-by: Xiaofan <xiaofanc@gmail.com> Reviewed-by: Spencer Oliver <spen@spen-soft.co.uk>
-rw-r--r--README10
-rw-r--r--README.OSX2
2 files changed, 7 insertions, 5 deletions
diff --git a/README b/README
index 065994a3..60338d07 100644
--- a/README
+++ b/README
@@ -101,10 +101,10 @@ JTAG adapters
-------------
AICE, ARM-JTAG-EW, ARM-USB-OCD, ARM-USB-TINY, AT91RM9200, axm0432,
-BCM2835, Bus Blaster, Buspirate, Chameleon, Cortino, DENX, DLC 5,
-DLP-USB1232H, embedded projects, eStick, FlashLINK, FlossJTAG,
-Flyswatter, Flyswatter2, Gateworks, Hoegl, ICDI, ICEBear, J-Link,
-JTAG VPI, JTAGkey, JTAGkey2, JTAG-lock-pick, KT-Link, Lisa/L,
+BCM2835, Bus Blaster, Buspirate, Chameleon, CMSIS-DAP, Cortino, DENX,
+DLC 5, DLP-USB1232H, embedded projects, eStick, FlashLINK, FlossJTAG,
+Flyswatter, Flyswatter2, Gateworks, Hoegl, ICDI, ICEBear, J-Link, JTAG
+VPI, JTAGkey, JTAGkey2, JTAG-lock-pick, KT-Link, Lisa/L,
LPC1768-Stick, MiniModule, NGX, NXHX, OOCDLink, Opendous, OpenJTAG,
Openmoko, OpenRD, OSBDM, Presto, Redbee, RLink, SheevaPlug devkit,
Stellaris evkits, ST-LINK (SWO tracing supported),
@@ -229,6 +229,8 @@ drivers need either one of:
- ftd2xx: http://www.ftdichip.com/Drivers/D2XX.htm (proprietary,
GPL-incompatible)
+CMSIS-DAP support needs HIDAPI library.
+
Permissions delegation
----------------------
diff --git a/README.OSX b/README.OSX
index 2a023f16..ceb1a4e8 100644
--- a/README.OSX
+++ b/README.OSX
@@ -13,7 +13,7 @@ libtool, automake, autoconf, pkg-config and libusb can be easily
installed via MacPorts:
sudo port install libtool automake autoconf pkgconfig libusb [libusb-compat]
or with Homebrew:
- brew install libtool automake libusb [libusb-compat]
+ brew install libtool automake libusb [libusb-compat] [hidapi]
You should also specify LDFLAGS and CPPFLAGS to allow configure to use
MacPorts' libraries, so run configure like this: