diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2010-03-13 14:37:04 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2010-03-13 14:37:04 +0000 |
commit | 704f21cabd4416239f47c736232d1e9e5ef6f61d (patch) | |
tree | 1c761bfbefe07451f68ef2e84dcf31230cee3d2b /devel/openocd | |
parent | be505e2d3f0d6e7a5064fc58288184fc4a5f29d6 (diff) | |
download | ports-704f21cabd4416239f47c736232d1e9e5ef6f61d.tar.gz ports-704f21cabd4416239f47c736232d1e9e5ef6f61d.zip |
Notes
Diffstat (limited to 'devel/openocd')
-rw-r--r-- | devel/openocd/Makefile | 24 | ||||
-rw-r--r-- | devel/openocd/distinfo | 6 | ||||
-rw-r--r-- | devel/openocd/files/patch-src-jtag-jlink.c | 19 | ||||
-rw-r--r-- | devel/openocd/pkg-message | 20 | ||||
-rw-r--r-- | devel/openocd/pkg-plist | 407 |
5 files changed, 260 insertions, 216 deletions
diff --git a/devel/openocd/Makefile b/devel/openocd/Makefile index 1c9ffb320f76..8df51c675c80 100644 --- a/devel/openocd/Makefile +++ b/devel/openocd/Makefile @@ -6,22 +6,16 @@ # PORTNAME= openocd -PORTVERSION= 0.2.0 -PORTREVISION= 2 +PORTVERSION= 0.4.0 CATEGORIES= devel -MASTER_SITES= BERLIOS +MASTER_SITES= BERLIOS \ + SF MAINTAINER= tomek.cedro@gmail.com COMMENT= Open On-Chip Debugger -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/ -MAN1= ${PORTNAME}.1 -INFO= ${PORTNAME} -USE_GMAKE= yes -CFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib - GNU_CONFIGURE= yes -CONFIGURE_ARGS+= --disable-werror +CONFIGURE_ARGS+= --disable-werror --enable-doxygen-pdf OPTIONS= VERBOSE "Enable verbose JTAG I/O messages" off \ JTAG_IO "Enable verbose JTAG I/O messages" off \ USB_IO "Enable verbose USB I/O messages" off \ @@ -37,15 +31,21 @@ OPTIONS= VERBOSE "Enable verbose JTAG I/O messages" off \ RLINK "Raisonance RLink JTAG Programmer" on \ ARMJTAGEW "Olimex ARM-JTAG-EW Programmer" on \ MINIDRIVER "Dummy minidriver (will exclude others!)" off + +MAN1= ${PORTNAME}.1 +INFO= ${PORTNAME} +USE_GMAKE= yes +CFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib + #Below are the interfaces that need source rewitre to work with FreeBSD # They are hidden because they break a build. Patches are welcome :-) # Type: make WITH_{OPTION}=1 to try the broken build (ie: make WITH_PARPORT=1) # PARPORT "PC parallel port driver" off\ # Parport: parport.c:68:20: error: sys/io.h: No such file or directory # AMTJTAGACCEL "Amontec JTAG-Accelerator driver" off \ +# AMTJtagAccel: amt_jtagaccel.c:29:27: error: linux/parport.h: No such file or directory # MALLOC "Include free space in logging messages" off \ # Malloc: log.c:41:2: error: #error "malloc.h is required to use --enable-malloc-logging" -# Amtjtagaccel: amt_jtagaccel.c:45:20: error: sys/io.h: No such file or directory # ECOSBOARD "eCos based JTAG debugger" off \ # Ecosboard: replacements.h:36:28: error: pkgconf/system.h: No such file or directory # HTTPD "Enable builtin httpd server" off\ @@ -135,7 +135,7 @@ CONFIGURE_ARGS+= --disable-ioutil .if defined(WITH_HTTPD) CONFIGURE_ARGS+= --enable-httpd -BUILD_DEPENDS+= libmicrohttpd:${PORTSDIR}/www/libmicrohttpd +BUILD_DEPENDS+= libmicrohttpd:${PORTSDIR}/www/libmicrohttpd LIB_DEPENDS+= microhttpd:${PORTSDIR}/www/libmicrohttpd .else CONFIGURE_ARGS+= --disable-httpd diff --git a/devel/openocd/distinfo b/devel/openocd/distinfo index 680ade57e081..f841a8ad2c39 100644 --- a/devel/openocd/distinfo +++ b/devel/openocd/distinfo @@ -1,3 +1,3 @@ -MD5 (openocd-0.2.0.tar.gz) = acc558613acaaf5633730072bc64e029 -SHA256 (openocd-0.2.0.tar.gz) = 48e311cd6441f5c6e1a788ee863080e22b9d1c3ba5df4af99b577028f147837d -SIZE (openocd-0.2.0.tar.gz) = 1557187 +MD5 (openocd-0.4.0.tar.gz) = eb91e1152e8c374fc906d1a276c21b4f +SHA256 (openocd-0.4.0.tar.gz) = fc4b8b55c25920c0024e6e621c4127e92acbe9f6bafaf72b90fd60a5536e9194 +SIZE (openocd-0.4.0.tar.gz) = 1705028 diff --git a/devel/openocd/files/patch-src-jtag-jlink.c b/devel/openocd/files/patch-src-jtag-jlink.c deleted file mode 100644 index 98478bb87235..000000000000 --- a/devel/openocd/files/patch-src-jtag-jlink.c +++ /dev/null @@ -1,19 +0,0 @@ ---- src/jtag/jlink.c.orig 2009-07-13 23:29:38.000000000 +0200 -+++ src/jtag/jlink.c 2010-02-12 11:08:50.000000000 +0100 -@@ -891,6 +891,7 @@ - * test them carefully on all platforms before committing them! - */ - -+#if 0 - #if IS_WIN32 == 0 - - usb_reset(result->usb_handle); -@@ -918,7 +919,7 @@ - - result->usb_handle = usb_open(dev); - #endif -- -+#endif - #endif - - if (result->usb_handle) diff --git a/devel/openocd/pkg-message b/devel/openocd/pkg-message index 9c00a0d77b08..095a41a41f04 100644 --- a/devel/openocd/pkg-message +++ b/devel/openocd/pkg-message @@ -1,15 +1,23 @@ =============================================================================== -Now You can use OpenOCD. Handbook is at: http://openocd.berlios.de/doc/html/ +OpenOCD is now installed, enjoy! +Handbook is at: http://openocd.berlios.de/doc/html/ -To allow an ordinary user to acces the hotplug USB interface add him -to the operator group and add these lines to the following files: +NOTE: To allow an ordinary user to acces any of the the hotplug USB interface +add him/her to the operator group (pw groupmod operator -m username), then +setup the devfs subsystem by adding these lines to the following files: -/etc/devfs.rules: +***/etc/devfs.rules (FreeBSD 8.x): +[localrules=10] + add path 'ugen*' mode 0660 group operator + add path 'usb/*' mode 0660 group operator + add path 'usb' mode 0770 group operator + +***/etc/devfs.rules (FreeBSD 7.x): [localrules=10] add path 'ugen*' mode 0660 group operator -/etc/rc.conf: -devfs_system_ruleset="localrules" +***/etc/rc.conf: + devfs_system_ruleset="localrules" =============================================================================== diff --git a/devel/openocd/pkg-plist b/devel/openocd/pkg-plist index a2f2fb7dc7d2..c1758857c968 100644 --- a/devel/openocd/pkg-plist +++ b/devel/openocd/pkg-plist @@ -1,182 +1,237 @@ bin/openocd -@exec install-info %D/info/openocd.info %D/info/dir -@unexec install-info --delete %D/info/openocd.info %D/info/dir lib/libopenocd.a lib/libopenocd.la lib/openocd/ecos/at91eb40a.elf -lib/openocd/xscale/debug_handler.bin -%%DATADIR%%/contrib/libdcc/README -%%DATADIR%%/contrib/libdcc/dcc_stdio.c -%%DATADIR%%/contrib/libdcc/dcc_stdio.h -%%DATADIR%%/contrib/libdcc/example.c -%%DATADIR%%/contrib/openocd.udev -%%DATADIR%%/scripts/bitsbytes.tcl -%%DATADIR%%/scripts/board/arm_evaluator7t.cfg -%%DATADIR%%/scripts/board/at91rm9200-dk.cfg -%%DATADIR%%/scripts/board/atmel_sam3u_ek.cfg -%%DATADIR%%/scripts/board/crossbow_tech_imote2.cfg -%%DATADIR%%/scripts/board/csb337.cfg -%%DATADIR%%/scripts/board/digi_connectcore_wi-9c.cfg -%%DATADIR%%/scripts/board/dm355evm.cfg -%%DATADIR%%/scripts/board/eir.cfg -%%DATADIR%%/scripts/board/ek-lm3s3748.cfg -%%DATADIR%%/scripts/board/ek-lm3s9b9x.cfg -%%DATADIR%%/scripts/board/hammer.cfg -%%DATADIR%%/scripts/board/hitex_stm32-performancestick.cfg -%%DATADIR%%/scripts/board/hitex_str9-comstick.cfg -%%DATADIR%%/scripts/board/iar_str912_sk.cfg -%%DATADIR%%/scripts/board/imx27ads.cfg -%%DATADIR%%/scripts/board/imx27lnst.cfg -%%DATADIR%%/scripts/board/imx31pdk.cfg -%%DATADIR%%/scripts/board/keil_mcb2140.cfg -%%DATADIR%%/scripts/board/linksys_nslu2.cfg -%%DATADIR%%/scripts/board/logicpd_imx27.cfg -%%DATADIR%%/scripts/board/olimex_LPC2378STK.cfg -%%DATADIR%%/scripts/board/olimex_lpc_h2148.cfg -%%DATADIR%%/scripts/board/olimex_sam7_ex256.cfg -%%DATADIR%%/scripts/board/olimex_sam9_l9260.cfg -%%DATADIR%%/scripts/board/olimex_stm32_h103.cfg -%%DATADIR%%/scripts/board/omap2420_h4.cfg -%%DATADIR%%/scripts/board/osk5912.cfg -%%DATADIR%%/scripts/board/pic-p32mx.cfg -%%DATADIR%%/scripts/board/pxa255_sst.cfg -%%DATADIR%%/scripts/board/sheevaplug.cfg -%%DATADIR%%/scripts/board/stm3210e_eval.cfg -%%DATADIR%%/scripts/board/stm32f10x_128k_eval.cfg -%%DATADIR%%/scripts/board/str910-eval.cfg -%%DATADIR%%/scripts/board/ti_beagleboard.cfg -%%DATADIR%%/scripts/board/unknown-board-atmel-at91sam9260.cfg -%%DATADIR%%/scripts/board/x300t.cfg -%%DATADIR%%/scripts/board/zy1000.cfg -%%DATADIR%%/scripts/chip/atmel/at91/aic.tcl -%%DATADIR%%/scripts/chip/atmel/at91/at91sam7x128.tcl -%%DATADIR%%/scripts/chip/atmel/at91/at91sam7x256.tcl -%%DATADIR%%/scripts/chip/atmel/at91/pmc.tcl -%%DATADIR%%/scripts/chip/atmel/at91/rtt.tcl -%%DATADIR%%/scripts/chip/atmel/at91/usarts.tcl -%%DATADIR%%/scripts/chip/st/stm32/stm32.tcl -%%DATADIR%%/scripts/chip/st/stm32/stm32_rcc.tcl -%%DATADIR%%/scripts/chip/st/stm32/stm32_regs.tcl -%%DATADIR%%/scripts/cpu/arm/arm7tdmi.tcl -%%DATADIR%%/scripts/cpu/arm/arm920.tcl -%%DATADIR%%/scripts/cpu/arm/arm946.tcl -%%DATADIR%%/scripts/cpu/arm/arm966.tcl -%%DATADIR%%/scripts/cpu/arm/cortex_m3.tcl -%%DATADIR%%/scripts/interface/arm-jtag-ew.cfg -%%DATADIR%%/scripts/interface/arm-usb-ocd.cfg -%%DATADIR%%/scripts/interface/at91rm9200.cfg -%%DATADIR%%/scripts/interface/axm0432.cfg -%%DATADIR%%/scripts/interface/calao-usb-a9260-c01.cfg -%%DATADIR%%/scripts/interface/calao-usb-a9260-c02.cfg -%%DATADIR%%/scripts/interface/calao-usb-a9260.cfg -%%DATADIR%%/scripts/interface/chameleon.cfg -%%DATADIR%%/scripts/interface/cortino.cfg -%%DATADIR%%/scripts/interface/dummy.cfg -%%DATADIR%%/scripts/interface/flyswatter.cfg -%%DATADIR%%/scripts/interface/hitex_str9-comstick.cfg -%%DATADIR%%/scripts/interface/icebear.cfg -%%DATADIR%%/scripts/interface/jlink.cfg -%%DATADIR%%/scripts/interface/jtagkey-tiny.cfg -%%DATADIR%%/scripts/interface/jtagkey.cfg -%%DATADIR%%/scripts/interface/luminary-icdi.cfg -%%DATADIR%%/scripts/interface/luminary-lm3s811.cfg -%%DATADIR%%/scripts/interface/luminary.cfg -%%DATADIR%%/scripts/interface/olimex-arm-usb-ocd.cfg -%%DATADIR%%/scripts/interface/olimex-jtag-tiny.cfg -%%DATADIR%%/scripts/interface/oocdlink.cfg -%%DATADIR%%/scripts/interface/openocd-usb.cfg -%%DATADIR%%/scripts/interface/parport.cfg -%%DATADIR%%/scripts/interface/parport_dlc5.cfg -%%DATADIR%%/scripts/interface/rlink.cfg -%%DATADIR%%/scripts/interface/sheevaplug.cfg -%%DATADIR%%/scripts/interface/signalyzer.cfg -%%DATADIR%%/scripts/interface/stm32-stick.cfg -%%DATADIR%%/scripts/interface/turtelizer2.cfg -%%DATADIR%%/scripts/interface/usbprog.cfg -%%DATADIR%%/scripts/interface/vsllink.cfg -%%DATADIR%%/scripts/memory.tcl -%%DATADIR%%/scripts/mmr_helpers.tcl -%%DATADIR%%/scripts/readable.tcl -%%DATADIR%%/scripts/target/aduc702x.cfg -%%DATADIR%%/scripts/target/at91eb40a.cfg -%%DATADIR%%/scripts/target/at91r40008.cfg -%%DATADIR%%/scripts/target/at91rm9200.cfg -%%DATADIR%%/scripts/target/at91sam3u1c.cfg -%%DATADIR%%/scripts/target/at91sam3u1e.cfg -%%DATADIR%%/scripts/target/at91sam3u2c.cfg -%%DATADIR%%/scripts/target/at91sam3u2e.cfg -%%DATADIR%%/scripts/target/at91sam3u4c.cfg -%%DATADIR%%/scripts/target/at91sam3u4e.cfg -%%DATADIR%%/scripts/target/at91sam3uXX.cfg -%%DATADIR%%/scripts/target/at91sam9260.cfg -%%DATADIR%%/scripts/target/at91sam9260_ext_RAM_ext_flash.cfg -%%DATADIR%%/scripts/target/cs351x.cfg -%%DATADIR%%/scripts/target/davinci.cfg -%%DATADIR%%/scripts/target/epc9301.cfg -%%DATADIR%%/scripts/target/feroceon.cfg -%%DATADIR%%/scripts/target/icepick.cfg -%%DATADIR%%/scripts/target/imx21.cfg -%%DATADIR%%/scripts/target/imx27.cfg -%%DATADIR%%/scripts/target/imx31.cfg -%%DATADIR%%/scripts/target/imx35.cfg -%%DATADIR%%/scripts/target/is5114.cfg -%%DATADIR%%/scripts/target/ixp42x.cfg -%%DATADIR%%/scripts/target/lm3s3748.cfg -%%DATADIR%%/scripts/target/lm3s6965.cfg -%%DATADIR%%/scripts/target/lm3s811.cfg -%%DATADIR%%/scripts/target/lm3s9b9x.cfg -%%DATADIR%%/scripts/target/lpc2103.cfg -%%DATADIR%%/scripts/target/lpc2124.cfg -%%DATADIR%%/scripts/target/lpc2129.cfg -%%DATADIR%%/scripts/target/lpc2148.cfg -%%DATADIR%%/scripts/target/lpc2294.cfg -%%DATADIR%%/scripts/target/lpc2378.cfg -%%DATADIR%%/scripts/target/lpc2478.cfg -%%DATADIR%%/scripts/target/mega128.cfg -%%DATADIR%%/scripts/target/netx500.cfg -%%DATADIR%%/scripts/target/omap2420.cfg -%%DATADIR%%/scripts/target/omap3530.cfg -%%DATADIR%%/scripts/target/omap5912.cfg -%%DATADIR%%/scripts/target/pic32mx.cfg -%%DATADIR%%/scripts/target/pxa255.cfg -%%DATADIR%%/scripts/target/pxa270.cfg -%%DATADIR%%/scripts/target/sam7se512.cfg -%%DATADIR%%/scripts/target/sam7x256.cfg -%%DATADIR%%/scripts/target/samsung_s3c2410.cfg -%%DATADIR%%/scripts/target/samsung_s3c2440.cfg -%%DATADIR%%/scripts/target/samsung_s3c4510.cfg -%%DATADIR%%/scripts/target/samsung_s3c6410.cfg -%%DATADIR%%/scripts/target/sharp_lh79532.cfg -%%DATADIR%%/scripts/target/smdk6410.cfg -%%DATADIR%%/scripts/target/smp8634.cfg -%%DATADIR%%/scripts/target/stm32.cfg -%%DATADIR%%/scripts/target/str710.cfg -%%DATADIR%%/scripts/target/str730.cfg -%%DATADIR%%/scripts/target/str750.cfg -%%DATADIR%%/scripts/target/str912.cfg -%%DATADIR%%/scripts/target/test_reset_syntax_error.cfg -%%DATADIR%%/scripts/target/test_syntax_error.cfg -%%DATADIR%%/scripts/target/ti_dm355.cfg -%%DATADIR%%/scripts/target/ti_dm365.cfg -%%DATADIR%%/scripts/target/ti_dm6446.cfg -%%DATADIR%%/scripts/target/xba_revA3.cfg -%%DATADIR%%/scripts/test/selftest.cfg -%%DATADIR%%/scripts/test/syntax1.cfg -@dirrm %%DATADIR%%/scripts/test -@dirrm %%DATADIR%%/scripts/target -@dirrm %%DATADIR%%/scripts/interface -@dirrm %%DATADIR%%/scripts/cpu/arm -@dirrm %%DATADIR%%/scripts/cpu -@dirrm %%DATADIR%%/scripts/chip/st/stm32 -@dirrm %%DATADIR%%/scripts/chip/st -@dirrm %%DATADIR%%/scripts/chip/atmel/at91 -@dirrm %%DATADIR%%/scripts/chip/atmel -@dirrm %%DATADIR%%/scripts/chip -@dirrm %%DATADIR%%/scripts/board -@dirrm %%DATADIR%%/scripts -@dirrm %%DATADIR%%/contrib/libdcc -@dirrm %%DATADIR%%/contrib -@dirrm %%DATADIR%% -@dirrm lib/openocd/xscale +share/openocd/contrib/libdcc/README +share/openocd/contrib/libdcc/dcc_stdio.c +share/openocd/contrib/libdcc/dcc_stdio.h +share/openocd/contrib/libdcc/example.c +share/openocd/contrib/openocd.udev +share/openocd/scripts/bitsbytes.tcl +share/openocd/scripts/board/arm_evaluator7t.cfg +share/openocd/scripts/board/at91eb40a.cfg +share/openocd/scripts/board/at91rm9200-dk.cfg +share/openocd/scripts/board/at91sam9g20-ek.cfg +share/openocd/scripts/board/atmel_at91sam7s-ek.cfg +share/openocd/scripts/board/atmel_at91sam9260-ek.cfg +share/openocd/scripts/board/atmel_at91sam9rl-ek.cfg +share/openocd/scripts/board/atmel_sam3u_ek.cfg +share/openocd/scripts/board/balloon3-cpu.cfg +share/openocd/scripts/board/crossbow_tech_imote2.cfg +share/openocd/scripts/board/csb337.cfg +share/openocd/scripts/board/csb732.cfg +share/openocd/scripts/board/digi_connectcore_wi-9c.cfg +share/openocd/scripts/board/dm355evm.cfg +share/openocd/scripts/board/dm365evm.cfg +share/openocd/scripts/board/dm6446evm.cfg +share/openocd/scripts/board/eir.cfg +share/openocd/scripts/board/ek-lm3s1968.cfg +share/openocd/scripts/board/ek-lm3s3748.cfg +share/openocd/scripts/board/ek-lm3s811.cfg +share/openocd/scripts/board/ek-lm3s9b9x.cfg +share/openocd/scripts/board/ethernut3.cfg +share/openocd/scripts/board/hammer.cfg +share/openocd/scripts/board/hitex_lpc2929.cfg +share/openocd/scripts/board/hitex_stm32-performancestick.cfg +share/openocd/scripts/board/hitex_str9-comstick.cfg +share/openocd/scripts/board/iar_str912_sk.cfg +share/openocd/scripts/board/imx27ads.cfg +share/openocd/scripts/board/imx27lnst.cfg +share/openocd/scripts/board/imx31pdk.cfg +share/openocd/scripts/board/imx35pdk.cfg +share/openocd/scripts/board/keil_mcb1700.cfg +share/openocd/scripts/board/keil_mcb2140.cfg +share/openocd/scripts/board/linksys_nslu2.cfg +share/openocd/scripts/board/logicpd_imx27.cfg +share/openocd/scripts/board/lubbock.cfg +share/openocd/scripts/board/mini2440.cfg +share/openocd/scripts/board/olimex_LPC2378STK.cfg +share/openocd/scripts/board/olimex_lpc_h2148.cfg +share/openocd/scripts/board/olimex_sam7_ex256.cfg +share/openocd/scripts/board/olimex_sam9_l9260.cfg +share/openocd/scripts/board/olimex_stm32_h103.cfg +share/openocd/scripts/board/omap2420_h4.cfg +share/openocd/scripts/board/open-bldc.cfg +share/openocd/scripts/board/openrd.cfg +share/openocd/scripts/board/osk5912.cfg +share/openocd/scripts/board/phytec_lpc3250.cfg +share/openocd/scripts/board/pic-p32mx.cfg +share/openocd/scripts/board/propox_mmnet1001.cfg +share/openocd/scripts/board/pxa255_sst.cfg +share/openocd/scripts/board/sheevaplug.cfg +share/openocd/scripts/board/stm3210e_eval.cfg +share/openocd/scripts/board/stm32f10x_128k_eval.cfg +share/openocd/scripts/board/str910-eval.cfg +share/openocd/scripts/board/telo.cfg +share/openocd/scripts/board/ti_beagleboard.cfg +share/openocd/scripts/board/topas910.cfg +share/openocd/scripts/board/topasa900.cfg +share/openocd/scripts/board/unknown_at91sam9260.cfg +share/openocd/scripts/board/x300t.cfg +share/openocd/scripts/board/zy1000.cfg +share/openocd/scripts/chip/atmel/at91/aic.tcl +share/openocd/scripts/chip/atmel/at91/at91sam7x128.tcl +share/openocd/scripts/chip/atmel/at91/at91sam7x256.tcl +share/openocd/scripts/chip/atmel/at91/pmc.tcl +share/openocd/scripts/chip/atmel/at91/rtt.tcl +share/openocd/scripts/chip/atmel/at91/usarts.tcl +share/openocd/scripts/chip/st/stm32/stm32.tcl +share/openocd/scripts/chip/st/stm32/stm32_rcc.tcl +share/openocd/scripts/chip/st/stm32/stm32_regs.tcl +share/openocd/scripts/cpld/xilinx-xcr3256.cfg +share/openocd/scripts/cpu/arm/arm7tdmi.tcl +share/openocd/scripts/cpu/arm/arm920.tcl +share/openocd/scripts/cpu/arm/arm946.tcl +share/openocd/scripts/cpu/arm/arm966.tcl +share/openocd/scripts/cpu/arm/cortex_m3.tcl +share/openocd/scripts/interface/altera-usb-blaster.cfg +share/openocd/scripts/interface/arm-jtag-ew.cfg +share/openocd/scripts/interface/arm-usb-ocd.cfg +share/openocd/scripts/interface/at91rm9200.cfg +share/openocd/scripts/interface/axm0432.cfg +share/openocd/scripts/interface/calao-usb-a9260-c01.cfg +share/openocd/scripts/interface/calao-usb-a9260-c02.cfg +share/openocd/scripts/interface/calao-usb-a9260.cfg +share/openocd/scripts/interface/chameleon.cfg +share/openocd/scripts/interface/cortino.cfg +share/openocd/scripts/interface/dummy.cfg +share/openocd/scripts/interface/flashlink.cfg +share/openocd/scripts/interface/flossjtag.cfg +share/openocd/scripts/interface/flyswatter.cfg +share/openocd/scripts/interface/hitex_str9-comstick.cfg +share/openocd/scripts/interface/icebear.cfg +share/openocd/scripts/interface/jlink.cfg +share/openocd/scripts/interface/jtagkey-tiny.cfg +share/openocd/scripts/interface/jtagkey.cfg +share/openocd/scripts/interface/jtagkey2.cfg +share/openocd/scripts/interface/kt-link.cfg +share/openocd/scripts/interface/luminary-icdi.cfg +share/openocd/scripts/interface/luminary-lm3s811.cfg +share/openocd/scripts/interface/luminary.cfg +share/openocd/scripts/interface/neodb.cfg +share/openocd/scripts/interface/olimex-arm-usb-ocd-h.cfg +share/openocd/scripts/interface/olimex-arm-usb-ocd.cfg +share/openocd/scripts/interface/olimex-arm-usb-tiny-h.cfg +share/openocd/scripts/interface/olimex-jtag-tiny.cfg +share/openocd/scripts/interface/oocdlink.cfg +share/openocd/scripts/interface/openocd-usb.cfg +share/openocd/scripts/interface/openrd.cfg +share/openocd/scripts/interface/parport.cfg +share/openocd/scripts/interface/parport_dlc5.cfg +share/openocd/scripts/interface/rlink.cfg +share/openocd/scripts/interface/sheevaplug.cfg +share/openocd/scripts/interface/signalyzer-h2.cfg +share/openocd/scripts/interface/signalyzer-h4.cfg +share/openocd/scripts/interface/signalyzer-lite.cfg +share/openocd/scripts/interface/signalyzer.cfg +share/openocd/scripts/interface/stm32-stick.cfg +share/openocd/scripts/interface/turtelizer2.cfg +share/openocd/scripts/interface/usb-jtag.cfg +share/openocd/scripts/interface/usbprog.cfg +share/openocd/scripts/interface/vsllink.cfg +share/openocd/scripts/memory.tcl +share/openocd/scripts/mmr_helpers.tcl +share/openocd/scripts/readable.tcl +share/openocd/scripts/target/aduc702x.cfg +share/openocd/scripts/target/ar71xx.cfg +share/openocd/scripts/target/at91r40008.cfg +share/openocd/scripts/target/at91rm9200.cfg +share/openocd/scripts/target/at91sam3u1c.cfg +share/openocd/scripts/target/at91sam3u1e.cfg +share/openocd/scripts/target/at91sam3u2c.cfg +share/openocd/scripts/target/at91sam3u2e.cfg +share/openocd/scripts/target/at91sam3u4c.cfg +share/openocd/scripts/target/at91sam3u4e.cfg +share/openocd/scripts/target/at91sam3uXX.cfg +share/openocd/scripts/target/at91sam7sx.cfg +share/openocd/scripts/target/at91sam9260.cfg +share/openocd/scripts/target/at91sam9260_ext_RAM_ext_flash.cfg +share/openocd/scripts/target/at91sam9rl.cfg +share/openocd/scripts/target/c100.cfg +share/openocd/scripts/target/c100config.tcl +share/openocd/scripts/target/c100helper.tcl +share/openocd/scripts/target/c100regs.tcl +share/openocd/scripts/target/cs351x.cfg +share/openocd/scripts/target/davinci.cfg +share/openocd/scripts/target/dragonite.cfg +share/openocd/scripts/target/dsp56321.cfg +share/openocd/scripts/target/epc9301.cfg +share/openocd/scripts/target/faux.cfg +share/openocd/scripts/target/feroceon.cfg +share/openocd/scripts/target/icepick.cfg +share/openocd/scripts/target/imx.cfg +share/openocd/scripts/target/imx21.cfg +share/openocd/scripts/target/imx25.cfg +share/openocd/scripts/target/imx27.cfg +share/openocd/scripts/target/imx31.cfg +share/openocd/scripts/target/imx35.cfg +share/openocd/scripts/target/is5114.cfg +share/openocd/scripts/target/ixp42x.cfg +share/openocd/scripts/target/lm3s1968.cfg +share/openocd/scripts/target/lm3s6965.cfg +share/openocd/scripts/target/lm3s811.cfg +share/openocd/scripts/target/lm3s9b9x.cfg +share/openocd/scripts/target/lpc1768.cfg +share/openocd/scripts/target/lpc2103.cfg +share/openocd/scripts/target/lpc2124.cfg +share/openocd/scripts/target/lpc2129.cfg +share/openocd/scripts/target/lpc2148.cfg +share/openocd/scripts/target/lpc2294.cfg +share/openocd/scripts/target/lpc2378.cfg +share/openocd/scripts/target/lpc2478.cfg +share/openocd/scripts/target/lpc2900.cfg +share/openocd/scripts/target/lpc3250.cfg +share/openocd/scripts/target/mega128.cfg +share/openocd/scripts/target/netx500.cfg +share/openocd/scripts/target/omap2420.cfg +share/openocd/scripts/target/omap3530.cfg +share/openocd/scripts/target/omap5912.cfg +share/openocd/scripts/target/pic32mx.cfg +share/openocd/scripts/target/pxa255.cfg +share/openocd/scripts/target/pxa270.cfg +share/openocd/scripts/target/pxa3xx.cfg +share/openocd/scripts/target/sam7se512.cfg +share/openocd/scripts/target/sam7x256.cfg +share/openocd/scripts/target/samsung_s3c2410.cfg +share/openocd/scripts/target/samsung_s3c2440.cfg +share/openocd/scripts/target/samsung_s3c2450.cfg +share/openocd/scripts/target/samsung_s3c4510.cfg +share/openocd/scripts/target/samsung_s3c6410.cfg +share/openocd/scripts/target/sharp_lh79532.cfg +share/openocd/scripts/target/smdk6410.cfg +share/openocd/scripts/target/smp8634.cfg +share/openocd/scripts/target/stellaris.cfg +share/openocd/scripts/target/stm32.cfg +share/openocd/scripts/target/str710.cfg +share/openocd/scripts/target/str730.cfg +share/openocd/scripts/target/str750.cfg +share/openocd/scripts/target/str912.cfg +share/openocd/scripts/target/telo.cfg +share/openocd/scripts/target/test_reset_syntax_error.cfg +share/openocd/scripts/target/test_syntax_error.cfg +share/openocd/scripts/target/ti_dm355.cfg +share/openocd/scripts/target/ti_dm365.cfg +share/openocd/scripts/target/ti_dm6446.cfg +share/openocd/scripts/target/tmpa900.cfg +share/openocd/scripts/target/tmpa910.cfg +share/openocd/scripts/target/xba_revA3.cfg +share/openocd/scripts/test/selftest.cfg +share/openocd/scripts/test/syntax1.cfg +@dirrm share/openocd/scripts/test +@dirrm share/openocd/scripts/target +@dirrm share/openocd/scripts/interface +@dirrm share/openocd/scripts/cpu/arm +@dirrm share/openocd/scripts/cpu +@dirrm share/openocd/scripts/cpld +@dirrm share/openocd/scripts/chip/st/stm32 +@dirrm share/openocd/scripts/chip/st +@dirrm share/openocd/scripts/chip/atmel/at91 +@dirrm share/openocd/scripts/chip/atmel +@dirrm share/openocd/scripts/chip +@dirrm share/openocd/scripts/board +@dirrm share/openocd/scripts +@dirrm share/openocd/contrib/libdcc +@dirrm share/openocd/contrib +@dirrm share/openocd @dirrm lib/openocd/ecos @dirrm lib/openocd |