aboutsummaryrefslogtreecommitdiff
path: root/src/target/embeddedice.h
AgeCommit message (Expand)AuthorFilesLines
2016-05-24Make #include guard naming consistentMarc Schink1-3/+3
2016-05-24Remove FSF address from GPL noticesMarc Schink1-3/+1
2014-01-20Retire jtag_add_dr_outAndreas Fritiofson1-5/+8
2013-06-05update files to correct FSF addressSpencer Oliver1-1/+1
2012-02-06build: cleanup src/target directorySpencer Oliver1-23/+15
2011-04-01types: write memory now uses constØyvind Harboe1-1/+1
2010-04-10EMBEDDEDICE: review scope of functionsAntonio Borneo1-1/+0
2010-03-19jtag: remove jtag_get_end_state()'s that should be unecessaryØyvind Harboe1-1/+1
2009-12-13target files shouldn't #include <target/...h>David Brownell1-1/+1
2009-12-11optimisation: tiny optimisation for embedded iceØyvind Harboe1-6/+5
2009-12-03change #include "arm7_9_common.h" to <target/arm7_9_common.h>Zachary T Welch1-1/+1
2009-11-13target_t -> struct targetZachary T Welch1-2/+2
2009-11-13reg_t -> struct regZachary T Welch1-6/+6
2009-11-13reg_cache_t -> struct reg_cacheZachary T Welch1-1/+1
2009-11-13embeddedice_reg_t -> struct embeddedice_regZachary T Welch1-2/+2
2009-11-13arm_jtag_t -> struct arm_jtagZachary T Welch1-4/+4
2009-11-13arm7_9_common_t -> struct arm7_9_commonZachary T Welch1-1/+1
2009-11-13jtag_tap_t -> struct jtag_tapZachary T Welch1-2/+2
2009-11-09src/target: remove 'extern' and wrap headersZachary T Welch1-11/+19
2009-07-17Andreas Fritiofson <andreas.fritiofson@gmail.com> UTF8 fixesoharboe1-1/+1
2009-06-23Remove whitespace that occurs after '('.zwelch1-2/+2
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