aboutsummaryrefslogtreecommitdiff
path: root/src/target/embeddedice.h
AgeCommit message (Expand)AuthorFilesLines
2009-06-18Transform 'u32' to 'uint32_t' in src/targetzwelch1-7/+7
2009-06-18Transform 'u8' to 'uint8_t' in src/targetzwelch1-3/+3
2009-06-04Introduce jtag_get_end_state() fn to clarify code a bit.oharboe1-1/+1
2009-06-04remove TAP_INVALID as argument to jtag_add_xxx() fn'soharboe1-1/+1
2009-05-11Audit and eliminate redundant #include directives in other target files.zwelch1-3/+0
2009-04-30Add static keywords to core target source file data and functions.zwelch1-1/+1
2009-04-18The following patches was applied:mifi1-1/+1
2008-12-13- remove target specific variant and use target->variant memberntfreak1-1/+0
2008-11-30jtag newtap change & huge manual updateduane1-3/+3
2008-10-14Laurentiu Cocanu - add error handlingoharboe1-3/+3
2008-09-20- added myself to copyright on files i remember adding large contributions fo...ntfreak1-1/+4
2008-07-28allow minidrivers to implement inner loop of dcc memory writesoharboe1-5/+7
2008-07-25added yours sincerely for files where I feel that I've made non-trivial contr...oharboe1-0/+3
2008-05-07This matters for embedded devices, but is probably not observably better for ...oharboe1-48/+2
2008-04-11Reset wip. Just adding hooks. This is just to reduce the size of the actual c...oharboe1-0/+1
2008-03-05- This speeds up dcc arm7_9 bulk write a little bit and exercises the jtag_ad...oharboe1-4/+2
2008-03-05added jtag_add_dr_out(). Better for hw fifo, same for software fifo.oharboe1-4/+59
2008-02-28code to be used in upcoming minidriver work.oharboe1-0/+13
2007-08-25- added support for setting JTAG frequency on ASIX PRESTO (thanks to Pavel Ch...drath1-1/+3
2007-08-10- renamed M5960 USB JTAG to "flyswatter"drath1-0/+1
2007-01-22- fix incorrect parsing of whitespace in command.c (thanks to Magnus Lundin)drath1-2/+3
2006-09-28- str9x flash support (Thanks to Spencer Oliver)drath1-1/+1
2006-08-31- endianess fixes everywhere but in the flash code. flashing might still be b...drath1-2/+4
2006-08-06- fixed a minor problem with the GDB server that could drop the first packet ...drath1-0/+8
2006-06-02- prepare OpenOCD for branching, created ./trunk/drath1-0/+90