Skip to content

Commit

Permalink
Add CMSIS-DAP information to the READMEs.
Browse files Browse the repository at this point in the history
Change-Id: I8c87d559adf07b0f0702fe9d388f26bf046bcb8b
Signed-off-by: Paul Fertser <[email protected]>
Reviewed-on: http://openocd.zylin.com/1880
Tested-by: jenkins
Reviewed-by: Xiaofan <[email protected]>
Reviewed-by: Spencer Oliver <[email protected]>
  • Loading branch information
paulfertser authored and ntfreak committed Jan 20, 2014
1 parent 245e8ff commit 6c1437a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
10 changes: 6 additions & 4 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -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),
Expand Down Expand Up @@ -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
----------------------

Expand Down
2 changes: 1 addition & 1 deletion README.OSX
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 6c1437a

Please sign in to comment.