| Commit message (Expand) | Author | Age | Files | Lines |
* | Rename jtag_add_end_state to jtag_set_end_state since "add" implies that | oharboe | 2009-06-04 | 1 | -5/+5 |
* | Introduce jtag_get_end_state() fn to clarify code a bit. | oharboe | 2009-06-04 | 1 | -7/+7 |
* | remove TAP_INVALID as argument to jtag_add_xxx() fn's | oharboe | 2009-06-04 | 1 | -7/+7 |
* | some trivial minidriver fixes | oharboe | 2009-06-02 | 1 | -1/+5 |
* | Add target_get_name wrapper: | zwelch | 2009-05-31 | 1 | -1/+1 |
* | Author: Nicolas Pitre <nico@cam.org> | kc8apf | 2009-05-27 | 1 | -0/+7 |
* | switch to jtag_add_dr_scan_check() - USB performance fix | oharboe | 2009-05-11 | 1 | -3/+9 |
* | switch to jtag_add_callback() - USB performance fix | oharboe | 2009-05-11 | 1 | -40/+4 |
* | Audit and eliminate redundant #include directives in other target files. | zwelch | 2009-05-11 | 1 | -12/+0 |
* | in_handler in_check_mask and in_check_value now removed from field. Last big ... | oharboe | 2009-05-08 | 1 | -12/+12 |
* | first jtag_check_value_mask usage. tested by using "arm7_9 fast_memory_access... | oharboe | 2009-05-08 | 1 | -13/+2 |
* | remove in_handler usage | oharboe | 2009-05-07 | 1 | -52/+41 |
* | remove unecessary setting of deprecated fields to NULL | oharboe | 2009-05-06 | 1 | -36/+36 |
* | retire out_mask - not used anywhere | oharboe | 2009-05-06 | 1 | -12/+12 |
* | mark usage of in_handler that can be converted into user code | oharboe | 2009-05-05 | 1 | -1/+1 |
* | Add static keywords to core target source file data and functions. | zwelch | 2009-04-30 | 1 | -6/+8 |
* | Remove redundant declarations to allow building with -Wredundant-decls. | zwelch | 2009-04-29 | 1 | -5/+0 |
* | Zach Welch <zw@superlucidity.net> fix -Werror warnings | oharboe | 2009-04-19 | 1 | -2/+2 |
* | The following patches was applied: | mifi | 2009-04-18 | 1 | -7/+7 |
* | Change tap_state naming to be consistent with SVF documentation. | kc8apf | 2008-12-13 | 1 | -5/+5 |
* | jtag newtap change & huge manual update | duane | 2008-11-30 | 1 | -15/+15 |
* | Laurentiu Cocanu - memory read/write and exit() error path fixes | oharboe | 2008-10-15 | 1 | -5/+8 |
* | Laurentiu Cocanu - add error handling | oharboe | 2008-10-14 | 1 | -13/+7 |
* | - added myself to copyright on files i remember adding large contributions fo... | ntfreak | 2008-09-20 | 1 | -1/+4 |
* | allow minidrivers to implement inner loop of dcc memory writes | oharboe | 2008-07-28 | 1 | -40/+51 |
* | added yours sincerely for files where I feel that I've made non-trivial contr... | oharboe | 2008-07-25 | 1 | -0/+3 |
* | - Set up ICE registers after TRST | oharboe | 2008-04-13 | 1 | -7/+28 |
* | - rename log functions to stop conflicts under win32 (wingdi) | ntfreak | 2008-03-25 | 1 | -8/+8 |
* | removed excessive debug output. Perhaps a debug_level 4 should be introduced?... | oharboe | 2008-03-07 | 1 | -2/+0 |
* | - This speeds up dcc arm7_9 bulk write a little bit and exercises the jtag_ad... | oharboe | 2008-03-05 | 1 | -1/+2 |
* | added jtag_add_dr_out(). Better for hw fifo, same for software fifo. | oharboe | 2008-03-05 | 1 | -39/+1 |
* | backed out jtag_add_shift() | oharboe | 2008-03-01 | 1 | -1/+39 |
* | Now uses jtag_add_shift() via embeddedice_write_reg_inner(). | oharboe | 2008-03-01 | 1 | -39/+1 |
* | - convert all files to unix line-ending | drath | 2008-02-25 | 1 | -565/+565 |
* | From Michael Bruck | oharboe | 2008-02-25 | 1 | -565/+565 |
* | - added gdb flash fixes patch | mifi | 2008-01-07 | 1 | -2/+1 |
* | Patch by Michael Schwingen that | drath | 2007-09-05 | 1 | -1/+1 |
* | - added support for setting JTAG frequency on ASIX PRESTO (thanks to Pavel Ch... | drath | 2007-08-25 | 1 | -22/+151 |
* | - renamed M5960 USB JTAG to "flyswatter" | drath | 2007-08-10 | 1 | -0/+69 |
* | - added support for Intel/Marvel PXA27x (XScale) targets | drath | 2007-06-21 | 1 | -18/+1 |
* | - added support for error handlers to JTAG scan commands (jtag_[plain_][ir|dr... | drath | 2007-04-25 | 1 | -5/+24 |
* | - explicitly disable monitor mode on ARM7/9 targets | drath | 2007-04-16 | 1 | -0/+9 |
* | - disabled excessive debug output in jtag.h | drath | 2007-04-11 | 1 | -1/+1 |
* | - reworked file i/o. every fileaccess (target, flash, nand, in future configu... | drath | 2007-03-15 | 1 | -0/+6 |
* | - disabled use of single-step bit for EmbeddedICE version 6 cores | drath | 2007-01-26 | 1 | -1/+0 |
* | - fix incorrect parsing of whitespace in command.c (thanks to Magnus Lundin) | drath | 2007-01-22 | 1 | -10/+57 |
* | - str9x flash support (Thanks to Spencer Oliver) | drath | 2006-09-28 | 1 | -2/+3 |
* | - endianess fixes everywhere but in the flash code. flashing might still be b... | drath | 2006-08-31 | 1 | -0/+1 |
* | - Added support for native MinGW builds (thanks to Spencer Oliver and Michael... | drath | 2006-07-17 | 1 | -0/+2 |
* | - prepare OpenOCD for branching, created ./trunk/ | drath | 2006-06-02 | 1 | -0/+301 |