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>
This commit is contained in:
parent
245e8fff3b
commit
6c1437a0a4
10
README
10
README
|
@ -101,10 +101,10 @@ JTAG adapters
|
||||||
-------------
|
-------------
|
||||||
|
|
||||||
AICE, ARM-JTAG-EW, ARM-USB-OCD, ARM-USB-TINY, AT91RM9200, axm0432,
|
AICE, ARM-JTAG-EW, ARM-USB-OCD, ARM-USB-TINY, AT91RM9200, axm0432,
|
||||||
BCM2835, Bus Blaster, Buspirate, Chameleon, Cortino, DENX, DLC 5,
|
BCM2835, Bus Blaster, Buspirate, Chameleon, CMSIS-DAP, Cortino, DENX,
|
||||||
DLP-USB1232H, embedded projects, eStick, FlashLINK, FlossJTAG,
|
DLC 5, DLP-USB1232H, embedded projects, eStick, FlashLINK, FlossJTAG,
|
||||||
Flyswatter, Flyswatter2, Gateworks, Hoegl, ICDI, ICEBear, J-Link,
|
Flyswatter, Flyswatter2, Gateworks, Hoegl, ICDI, ICEBear, J-Link, JTAG
|
||||||
JTAG VPI, JTAGkey, JTAGkey2, JTAG-lock-pick, KT-Link, Lisa/L,
|
VPI, JTAGkey, JTAGkey2, JTAG-lock-pick, KT-Link, Lisa/L,
|
||||||
LPC1768-Stick, MiniModule, NGX, NXHX, OOCDLink, Opendous, OpenJTAG,
|
LPC1768-Stick, MiniModule, NGX, NXHX, OOCDLink, Opendous, OpenJTAG,
|
||||||
Openmoko, OpenRD, OSBDM, Presto, Redbee, RLink, SheevaPlug devkit,
|
Openmoko, OpenRD, OSBDM, Presto, Redbee, RLink, SheevaPlug devkit,
|
||||||
Stellaris evkits, ST-LINK (SWO tracing supported),
|
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,
|
- ftd2xx: http://www.ftdichip.com/Drivers/D2XX.htm (proprietary,
|
||||||
GPL-incompatible)
|
GPL-incompatible)
|
||||||
|
|
||||||
|
CMSIS-DAP support needs HIDAPI library.
|
||||||
|
|
||||||
Permissions delegation
|
Permissions delegation
|
||||||
----------------------
|
----------------------
|
||||||
|
|
||||||
|
|
|
@ -13,7 +13,7 @@ libtool, automake, autoconf, pkg-config and libusb can be easily
|
||||||
installed via MacPorts:
|
installed via MacPorts:
|
||||||
sudo port install libtool automake autoconf pkgconfig libusb [libusb-compat]
|
sudo port install libtool automake autoconf pkgconfig libusb [libusb-compat]
|
||||||
or with Homebrew:
|
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
|
You should also specify LDFLAGS and CPPFLAGS to allow configure to use
|
||||||
MacPorts' libraries, so run configure like this:
|
MacPorts' libraries, so run configure like this:
|
||||||
|
|
Loading…
Reference in New Issue