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
/
etb.h
Age
Commit message (
Expand
)
Author
2012-02-06
build: cleanup src/target directory
Spencer Oliver
2009-12-19
ETM trigger_percent becomes an ETB command
David Brownell
2009-11-13
etm_context_t -> struct etm_context
Zachary T Welch
2009-11-13
etb_t -> struct etb
Zachary T Welch
2009-11-13
reg_cache_t -> struct reg_cache
Zachary T Welch
2009-11-13
etm_capture_driver_t -> struct etm_capture_driver
Zachary T Welch
2009-11-13
etb_reg_t -> struct etb_reg
Zachary T Welch
2009-11-13
jtag_tap_t -> struct jtag_tap
Zachary T Welch
2009-11-11
ETM cleanup
David Brownell
2009-11-09
src/target: remove 'extern' and wrap headers
Zachary T Welch
2009-09-29
ETB: cleanup needless symbol exports and forward decls.
dbrownell
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-05-11
Audit and eliminate redundant #include directives in other target files.
zwelch
2009-05-08
whitespace fixes
oharboe
2009-04-30
Add static keywords to core target source file data and functions.
zwelch
2009-04-19
Zach Welch <zw@superlucidity.net> fix -Werror warnings
oharboe
2008-12-13
- remove target specific variant and use target->variant member
ntfreak
2008-11-30
jtag newtap change & huge manual update
duane
2008-02-25
- convert all files to unix line-ending
drath
2007-05-29
- split fileio handling into fileio part and image handling
drath
2007-04-25
- added support for error handlers to JTAG scan commands (jtag_[plain_][ir|dr...
drath
2007-03-26
- fixed arm926 cp15 command bug (thanks to Vincent Palatin for this patch)
drath