index
:
OpenOCD
master
mips-hack
mips-hack-upstream
qorivva
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
target
/
embeddedice.h
Age
Commit message (
Expand
)
Author
2012-02-06
build: cleanup src/target directory
Spencer Oliver
2011-04-01
types: write memory now uses const
Øyvind Harboe
2010-04-10
EMBEDDEDICE: review scope of functions
Antonio Borneo
2010-03-19
jtag: remove jtag_get_end_state()'s that should be unecessary
Øyvind Harboe
2009-12-13
target files shouldn't #include <target/...h>
David Brownell
2009-12-11
optimisation: tiny optimisation for embedded ice
Øyvind Harboe
2009-12-03
change #include "arm7_9_common.h" to <target/arm7_9_common.h>
Zachary T Welch
2009-11-13
target_t -> struct target
Zachary T Welch
2009-11-13
reg_t -> struct reg
Zachary T Welch
2009-11-13
reg_cache_t -> struct reg_cache
Zachary T Welch
2009-11-13
embeddedice_reg_t -> struct embeddedice_reg
Zachary T Welch
2009-11-13
arm_jtag_t -> struct arm_jtag
Zachary T Welch
2009-11-13
arm7_9_common_t -> struct arm7_9_common
Zachary T Welch
2009-11-13
jtag_tap_t -> struct jtag_tap
Zachary T Welch
2009-11-09
src/target: remove 'extern' and wrap headers
Zachary T Welch
2009-07-17
Andreas Fritiofson <andreas.fritiofson@gmail.com> UTF8 fixes
oharboe
2009-06-23
Remove whitespace that occurs after '('.
zwelch
2009-06-18
Transform 'u32' to 'uint32_t' in src/target
zwelch
2009-06-18
Transform 'u8' to 'uint8_t' in src/target
zwelch
2009-06-04
Introduce jtag_get_end_state() fn to clarify code a bit.
oharboe
2009-06-04
remove TAP_INVALID as argument to jtag_add_xxx() fn's
oharboe
2009-05-11
Audit and eliminate redundant #include directives in other target files.
zwelch
2009-04-30
Add static keywords to core target source file data and functions.
zwelch
2009-04-18
The following patches was applied:
mifi
2008-12-13
- remove target specific variant and use target->variant member
ntfreak
2008-11-30
jtag newtap change & huge manual update
duane
2008-10-14
Laurentiu Cocanu - add error handling
oharboe
2008-09-20
- added myself to copyright on files i remember adding large contributions fo...
ntfreak
2008-07-28
allow minidrivers to implement inner loop of dcc memory writes
oharboe
2008-07-25
added yours sincerely for files where I feel that I've made non-trivial contr...
oharboe
2008-05-07
This matters for embedded devices, but is probably not observably better for ...
oharboe
2008-04-11
Reset 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-05
added jtag_add_dr_out(). Better for hw fifo, same for software fifo.
oharboe
2008-02-28
code 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