From: Paul Fertser Date: Fri, 17 Jan 2014 11:25:53 +0000 (+0400) Subject: Add CMSIS-DAP information to the READMEs. X-Git-Tag: v0.8.0-rc1~110 X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=commitdiff_plain;h=6c1437a0a45513cc4524f1e0bd8e7e211f6bf809 Add CMSIS-DAP information to the READMEs. Change-Id: I8c87d559adf07b0f0702fe9d388f26bf046bcb8b Signed-off-by: Paul Fertser Reviewed-on: http://openocd.zylin.com/1880 Tested-by: jenkins Reviewed-by: Xiaofan Reviewed-by: Spencer Oliver --- diff --git a/README b/README index 065994a3f8..60338d0763 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 2a023f16fd..ceb1a4e831 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: