summaryrefslogtreecommitdiff
path: root/src/target/embeddedice.h
Commit message (Expand)AuthorAgeFilesLines
* types: write memory now uses constØyvind Harboe2011-04-011-1/+1
* EMBEDDEDICE: review scope of functionsAntonio Borneo2010-04-101-1/+0
* jtag: remove jtag_get_end_state()'s that should be unecessaryØyvind Harboe2010-03-191-1/+1
* target files shouldn't #include <target/...h>David Brownell2009-12-131-1/+1
* optimisation: tiny optimisation for embedded iceØyvind Harboe2009-12-111-6/+5
* change #include "arm7_9_common.h" to <target/arm7_9_common.h>Zachary T Welch2009-12-031-1/+1
* target_t -> struct targetZachary T Welch2009-11-131-2/+2
* reg_t -> struct regZachary T Welch2009-11-131-6/+6
* reg_cache_t -> struct reg_cacheZachary T Welch2009-11-131-1/+1
* embeddedice_reg_t -> struct embeddedice_regZachary T Welch2009-11-131-2/+2
* arm_jtag_t -> struct arm_jtagZachary T Welch2009-11-131-4/+4
* arm7_9_common_t -> struct arm7_9_commonZachary T Welch2009-11-131-1/+1
* jtag_tap_t -> struct jtag_tapZachary T Welch2009-11-131-2/+2
* src/target: remove 'extern' and wrap headersZachary T Welch2009-11-091-11/+19
* Andreas Fritiofson <andreas.fritiofson@gmail.com> UTF8 fixesoharboe2009-07-171-1/+1
* Remove whitespace that occurs after '('.zwelch2009-06-231-2/+2
* Transform 'u32' to 'uint32_t' in src/targetzwelch2009-06-181-7/+7
* Transform 'u8' to 'uint8_t' in src/targetzwelch2009-06-181-3/+3
* Introduce jtag_get_end_state() fn to clarify code a bit.oharboe2009-06-041-1/+1
* remove TAP_INVALID as argument to jtag_add_xxx() fn'soharboe2009-06-041-1/+1
* Audit and eliminate redundant #include directives in other target files.zwelch2009-05-111-3/+0
* Add static keywords to core target source file data and functions.zwelch2009-04-301-1/+1
* The following patches was applied:mifi2009-04-181-1/+1
* - remove target specific variant and use target->variant memberntfreak2008-12-131-1/+0
* jtag newtap change & huge manual updateduane2008-11-301-3/+3
* Laurentiu Cocanu - add error handlingoharboe2008-10-141-3/+3
* - added myself to copyright on files i remember adding large contributions fo...ntfreak2008-09-201-1/+4
* allow minidrivers to implement inner loop of dcc memory writesoharboe2008-07-281-5/+7
* added yours sincerely for files where I feel that I've made non-trivial contr...oharboe2008-07-251-0/+3
* This matters for embedded devices, but is probably not observably better for ...oharboe2008-05-071-48/+2
* Reset wip. Just adding hooks. This is just to reduce the size of the actual c...oharboe2008-04-111-0/+1
* - This speeds up dcc arm7_9 bulk write a little bit and exercises the jtag_ad...oharboe2008-03-051-4/+2
* added jtag_add_dr_out(). Better for hw fifo, same for software fifo.oharboe2008-03-051-4/+59
* code to be used in upcoming minidriver work.oharboe2008-02-281-0/+13
* - added support for setting JTAG frequency on ASIX PRESTO (thanks to Pavel Ch...drath2007-08-251-1/+3
* - renamed M5960 USB JTAG to "flyswatter"drath2007-08-101-0/+1
* - fix incorrect parsing of whitespace in command.c (thanks to Magnus Lundin)drath2007-01-221-2/+3
* - str9x flash support (Thanks to Spencer Oliver)drath2006-09-281-1/+1
* - endianess fixes everywhere but in the flash code. flashing might still be b...drath2006-08-311-2/+4
* - fixed a minor problem with the GDB server that could drop the first packet ...drath2006-08-061-0/+8
* - prepare OpenOCD for branching, created ./trunk/drath2006-06-021-0/+90