You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Mike Frysinger 0c2cb5e87d do not abort running when a user rc file cannot be parsed ... this occurs when perms are weird or HOME doesnt exist or any other odd situation that shouldnt ultimately prevent urjtag from running
git-svn-id: https://urjtag.svn.sourceforge.net/svnroot/urjtag/trunk@1810 b68d4a1b-bc3d-0410-92ed-d4ac073336b7
15 years ago
..
data add "Inc." to ADI's human friendly name 15 years ago
doc [ 2996919 ] Support for MX29LV320C 15 years ago
extra/fjmem Copy jtag/ to urjtag/. 16 years ago
include/urjtag start a quirks field so cables can declare cable-specific quirky behavior 15 years ago
po Merge bf533_ezkit.c into bf537_stamp.c. 15 years ago
src do not abort running when a user rc file cannot be parsed ... this occurs when perms are weird or HOME doesnt exist or any other odd situation that shouldnt ultimately prevent urjtag from running 15 years ago
tools Copy jtag/ to urjtag/. 16 years ago
.cvsignore Try to do .cvsignore for new src dirs, and add .libs everywhere appropriate 16 years ago
.gitignore install a urjtag.pc file for pkg-config users 15 years ago
AUTHORS Copy jtag/ to urjtag/. 16 years ago
COPYING Copy jtag/ to urjtag/. 16 years ago
ChangeLog do not abort running when a user rc file cannot be parsed ... this occurs when perms are weird or HOME doesnt exist or any other odd situation that shouldnt ultimately prevent urjtag from running 15 years ago
MAINTAINERS Add maintainer info for ADI parts. Drop the old P:/M: format (split name/e-mail lines) for the new combined M: format. 15 years ago
Makefile.am add missing dist files for `make dist` 15 years ago
Makefile.rules Refactor svf/ to use urj_log()/urj_error_set() i.s.o. printf() 16 years ago
NEWS update NEWS/THANKS after the ice100/gnICE+ work 15 years ago
README Rename a few globals that had escaped; rename register.h to tap_register.h, instruction.h to part_instruction.h PART I -- does not compile\! 16 years ago
THANKS update NEWS/THANKS after the ice100/gnICE+ work 15 years ago
UrJTAG.nsi use native EOL style to avoid unix/windows thrashing 15 years ago
acinclude.m4 add a --with-readline configure option for people to explicitly control support for the external library 15 years ago
autogen.sh Refactor a bit so that a make install also does an include/urjtag install. Problem: I don't know (yet) how to handle config.h, even though it is included in sysdep.h 16 years ago
configure.ac revert usbblaster de-ftdi-ification as Arnim points out things are used indirectly via the generic usb layers 15 years ago
sysdep.h generalize the windows.h as well as the IN/OUT checks via normal configure tests rather than hardcoding to specific OS checks (should fix building with some cygwin versions) 15 years ago
urjtag.i Change all struct/enum definitions in include/urjtag/*.h from 16 years ago

README

$Id$

The subdirectory urjtag/ of the UrJTAG package contains a branch that is used
for the conversion of UrJTAG to a library plus a separate command shell.
Changes and commits to this branch will be frequent, and will affect nearly
every aspect of the source tree, like file names, file locations, code layout,
and identifier names.

Until further notice this branch should be considered completely unstable, to
the extent that execution or even compilation may be broken. If you want to
use UrJTAG, please use the version contained in directory ../jtag/. It
contains the version released as 0.10 plus bug fixes.

================================================================================

UrJTAG package is free software, covered by the GNU General Public License, and
you are welcome to change it and/or distribute copies of it under certain
conditions. There is absolutely no warranty for UrJTAG.  Please read COPYING
file for more info.

All the information about installing and running UrJTAG is available in
the document
                         << doc/UrJTAG.txt >>

The very latest information and software updates are available at
the project homepage
                         << http://www.urjtag.org >>