aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-05-11switch to jtag_add_dr_scan() from the synchronous version - USB performance fixoharboe1-4/+11
2009-05-11switch to jtag_add_dr_scan_check() - USB performance fixoharboe1-3/+9
2009-05-11switch to jtag_add_dr_scan_check() - USB performance fixoharboe1-4/+10
2009-05-11switch to jtag_add_dr_scan_check() - USB performance fixoharboe1-3/+9
2009-05-11change jtag_add_callback API to be able to support check_value/maskoharboe4-15/+85
2009-05-11Fix ft2232 for CygWin, provided by Michael Bruck <mbruck@digenius.de>.zwelch1-4/+4
2009-05-11switch to jtag_add_callback() - USB performance fixoharboe1-14/+20
2009-05-11switch to jtag_add_callback() - USB performance fixoharboe1-5/+12
2009-05-11switch to jtag_add_callback() - USB performance fixoharboe1-40/+4
2009-05-11switch to jtag_add_callback() - USB performance fixoharboe1-13/+15
2009-05-11switch to jtag_add_callback() - USB performance fixoharboe1-4/+3
2009-05-11switch to jtag_add_callback() - USB performance fixoharboe1-4/+3
2009-05-11switch to jtag_add_callback() - USB performance fixoharboe1-4/+3
2009-05-11switch to jtag_add_callback() - USB performance fixoharboe1-11/+11
2009-05-11switch to jtag_add_callback() - USB performance fixoharboe1-4/+3
2009-05-11switch to jtag_add_callback() - USB performance fixoharboe1-4/+3
2009-05-11leave eCos include file issues alone for now. oharboe2-21/+39
2009-05-11Add svn:eol-style property to recently added system.h.zwelch0-0/+0
2009-05-11used by upcoming commitsoharboe1-0/+13
2009-05-11add to svn ignoreoharboe0-0/+0
2009-05-11Update Doxyfile configuration for doxygen 1.5.8:zwelch1-50/+197
2009-05-11Mark API layering violations in the helper module with @todo notes.zwelch2-0/+2
2009-05-11Remove redundant config.h from replacements.h, obtained from types.h.zwelch1-4/+0
2009-05-11Audit and eliminate redundant #include directives in main src/ files.zwelch2-57/+23
2009-05-11Audit and eliminate redundant #include directives in other target files.zwelch34-218/+28
2009-05-11Audit and eliminate redundant #include directives in arm target files.zwelch30-158/+7
2009-05-11Audit and eliminate redundant #include directives in core target files.zwelch3-25/+8
2009-05-11Audit and eliminate redundant #include directives in src/flash sources.zwelch27-243/+21
2009-05-11Audit and eliminate redundant #include directives in src/flash headers.zwelch15-17/+13
2009-05-11Audit and eliminate redundant #include directives in src/{pld,svf,xsvf}.zwelch6-54/+3
2009-05-11Audit and eliminate redundant #include directives from src/server.zwelch7-71/+15
2009-05-11Fix compilation of target_request.h when it is included first.zwelch1-1/+1
2009-05-11Audit and eliminate redundant #include directives from src/jtag.zwelch18-153/+10
2009-05-11Audit and eliminate redundant helper #include directives.zwelch11-69/+11
2009-05-11Simplify #include directives in ioutil.c, use new header checks.zwelch1-36/+27
2009-05-11Add remaining header checks to be used in subsequent patches.zwelch1-0/+7
2009-05-11Add --enable-malloc-logging configure option and update log.c to match.zwelch2-5/+21
2009-05-11Factor system #includes out of replacements.h into new system.h.zwelch4-31/+85
2009-05-11Finish portability support for AC_HEADER_STDBOOL configure macro.zwelch1-1/+6
2009-05-11Remove redundant sys/types.h #include directives (now in types.h).zwelch21-24/+0
2009-05-11Add configure check for sys/types.h; include in our types.h.zwelch2-0/+5
2009-05-11Add AC_HEADER_ASSERT macro to configure; provides --disable-assert option.zwelch1-0/+1
2009-05-11Use AC_HEADER_STDBOOL macro instead of AC_CHEACK_HEADERS(stdbool.h).zwelch1-1/+1
2009-05-11OpenOCD now requires autoconf 2.60 to process AC_PROG_CC_C99 macro.zwelch1-1/+1
2009-05-10Extend autotools build to create shared library libopenocd with libtool:zwelch12-38/+54
2009-05-10Reverse revision 1691: all of its functionality has migrated elsewhere.zwelch4-545/+1
2009-05-10Extend configure script to check for environ declaration in stdlib.h.zwelch1-2/+3
2009-05-10Wrote up post processing JTAG API. Not used yet, but reference implementation...oharboe2-1/+137
2009-05-10Revive tclapi.c from r1650:zwelch4-1/+547
2009-05-10David Brownell <david-b@pacbell.net> whitespace fixes.oharboe11-196/+95