aboutsummaryrefslogtreecommitdiff
path: root/src/target/embeddedice.h
AgeCommit message (Expand)Author
2012-02-06build: cleanup src/target directorySpencer Oliver
2011-04-01types: write memory now uses constØyvind Harboe
2010-04-10EMBEDDEDICE: review scope of functionsAntonio Borneo
2010-03-19jtag: remove jtag_get_end_state()'s that should be unecessaryØyvind Harboe
2009-12-13target files shouldn't #include <target/...h>David Brownell
2009-12-11optimisation: tiny optimisation for embedded iceØyvind Harboe
2009-12-03change #include "arm7_9_common.h" to <target/arm7_9_common.h>Zachary T Welch
2009-11-13target_t -> struct targetZachary T Welch
2009-11-13reg_t -> struct regZachary T Welch
2009-11-13reg_cache_t -> struct reg_cacheZachary T Welch
2009-11-13embeddedice_reg_t -> struct embeddedice_regZachary T Welch
2009-11-13arm_jtag_t -> struct arm_jtagZachary T Welch
2009-11-13arm7_9_common_t -> struct arm7_9_commonZachary T Welch
2009-11-13jtag_tap_t -> struct jtag_tapZachary T Welch
2009-11-09src/target: remove 'extern' and wrap headersZachary T Welch
2009-07-17Andreas Fritiofson <andreas.fritiofson@gmail.com> UTF8 fixesoharboe
2009-06-23Remove whitespace that occurs after '('.zwelch
2009-06-18Transform 'u32' to 'uint32_t' in src/targetzwelch
2009-06-18Transform 'u8' to 'uint8_t' in src/targetzwelch
2009-06-04Introduce jtag_get_end_state() fn to clarify code a bit.oharboe
2009-06-04remove TAP_INVALID as argument to jtag_add_xxx() fn'soharboe
2009-05-11Audit and eliminate redundant #include directives in other target files.zwelch
2009-04-30Add static keywords to core target source file data and functions.zwelch
2009-04-18The following patches was applied:mifi
2008-12-13- remove target specific variant and use target->variant memberntfreak
2008-11-30jtag newtap change & huge manual updateduane
2008-10-14Laurentiu Cocanu - add error handlingoharboe
2008-09-20- added myself to copyright on files i remember adding large contributions fo...ntfreak
2008-07-28allow minidrivers to implement inner loop of dcc memory writesoharboe
2008-07-25added yours sincerely for files where I feel that I've made non-trivial contr...oharboe
2008-05-07This matters for embedded devices, but is probably not observably better for ...oharboe
2008-04-11Reset wip. Just adding hooks. This is just to reduce the size of the actual c...oharboe
2008-03-05- This speeds up dcc arm7_9 bulk write a little bit and exercises the jtag_ad...oharboe
2008-03-05added jtag_add_dr_out(). Better for hw fifo, same for software fifo.oharboe
2008-02-28code to be used in upcoming minidriver work.oharboe
2007-08-25- added support for setting JTAG frequency on ASIX PRESTO (thanks to Pavel Ch...drath
2007-08-10- renamed M5960 USB JTAG to "flyswatter"drath
2007-01-22- fix incorrect parsing of whitespace in command.c (thanks to Magnus Lundin)drath
2006-09-28- str9x flash support (Thanks to Spencer Oliver)drath
2006-08-31- endianess fixes everywhere but in the flash code. flashing might still be b...drath
2006-08-06- fixed a minor problem with the GDB server that could drop the first packet ...drath
2006-06-02- prepare OpenOCD for branching, created ./trunk/drath