summaryrefslogtreecommitdiff
path: root/misc/urjtag
AgeCommit message (Collapse)AuthorFilesLines
2012-04-22PR pkg/46363mef2-3/+7
(misc/urjtag gettext-lib support) This commit apparently fixes the PLIST problem on Linux. Linux seems always gettext-lib available, while in NetBSD (other *BSD ?) has it conditionally. (As a side fix, add msgfmt to USE_TOOLS, thanks obache) This commit adds gettext-lib support unconditionally. Resulting some *.mo files are added to PLIST.
2012-04-22Set suitable one for MASTER_SITES/HOMEPAGE/LICENSE.obache1-4/+4
2012-04-10PR pkg/46320mef1-2/+3
Add USB cable (with FTDI USB chip) support by just including libftdi/buildlink3.mk. Now the number of cables supported increased from 16 to 27. (and Bump revision)
2011-01-02Fixes build on DragonFly-i386.obache2-1/+26
2010-08-09-clean up the last patch - remove unneeded code (submitted upstream)drochner5-7/+85
-add a "sync" option to the "dr" command which sets the next written value to the last read one, seems useful to me to do least invasive tests in a running system -flush stdout on progress reports of the svf player (fixed differently in the development branch upstream) bump PKGREVISION
2010-08-03fix a bug in optimizer code which is used by some cable drivers todrochner4-5/+42
reduce the number of transactions which resulted in a wrong TDO picked up under some circumstances being here, quell a warning in the usbprog driver which only tells us what we already know, and improve an error message bump PKGREVISION
2010-07-30there is no point in keeping a runtime dependency on bash justdrochner3-4/+27
for a trivial script, so fix the script instead
2010-07-30add urjtag-0.10, a command-line tool for JTAG testing, successordrochner8-0/+544
of the openwince-jtagtools (added features are ejtag support, bsdl file import and svf player, probably more) I've added a minimal driver for the "usbprog" adapter. It needs the "usbprogJTAG" firmware which is not distributed in binary by the developers but can be easily built with pkgsrc/cross/avr-gcc. (There is some "openocd" firmware which looks similar, it might be possible to make this work.) Caution: The usbprog adapter does no Vref sampling but drives always 5V. Make sure your taget device tolerates that. (I've tested with a PIC32 eval board.)