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.c
Age
Commit message (
Expand
)
Author
2012-02-06
build: cleanup src/target directory
Spencer Oliver
2012-01-04
retire ERROR_INVALID_ARGUMENTS and replace with ERROR_COMMAND_SYNTAX_ERROR
Øyvind Harboe
2011-06-04
Fix "unused variable" warnings (errors) detected with GCC 4.7.0 - trivial fixes
Freddie Chopin
2011-04-01
types: write memory now uses const
Øyvind Harboe
2010-09-21
embeddedice: fix error handling
Øyvind Harboe
2010-07-20
arm_jtag_scann error propagation fixes
Øyvind Harboe
2010-07-19
arm: error propagation of arm_jtag_set_instr
Øyvind Harboe
2010-04-10
EMBEDDEDICE: review scope of functions
Antonio Borneo
2010-03-21
jtag: make out_value const
Øyvind Harboe
2010-03-19
jtag: retire jtag_get/set_end_state()
Øyvind Harboe
2010-03-18
jtag: retire one instance of jtag_get_end_state() usage
Øyvind Harboe
2010-03-18
jtag: cut down on usage of unintended modification of global end state
Øyvind Harboe
2010-03-08
jtag: retire tap field
Øyvind Harboe
2010-01-22
EmbeddedICE - fix Feroceon/Dragonite message
David Brownell
2009-12-09
Comment and doxygen fixes
David Brownell
2009-12-07
ARM: list number of HW breakpoints/watchpoints
David Brownell
2009-11-25
target: target_get_name() --> target_type_name()
David Brownell
2009-11-18
jtag-api: get rid of unecessary buf_set_u23() that make code obtuse.
Øyvind Harboe
2009-11-17
target: simplify register get/set ops
David Brownell
2009-11-16
move ARRAY_SIZE macro to types.h
Zachary T Welch
2009-11-16
target: no implicit #includes of "register.h"
David Brownell
2009-11-13
target: remove unused "bitfield" infrastructure
David Brownell
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
scan_field_t -> struct scan_field
Zachary T Welch
2009-11-13
jtag_tap_t -> struct jtag_tap
Zachary T Welch
2009-11-09
EmbeddedICE: minor cleanups
David Brownell
2009-11-05
ARM: other code uses the new inheritance/nesting scheme
David Brownell
2009-10-23
Embedded ICE version is now dumped with debug_level 1
Øyvind Harboe
2009-10-06
Dragonite has the same EICE affliction as feroceon.
dbrownell
2009-08-24
Steve Grubb <sgrubb@redhat.com> fix various and sundry leaks
oharboe
2009-08-18
David Brownell <david-b@pacbell.net> Clean up ARM7/ARM9 EmbeddedICE register ...
oharboe
2009-07-17
Andreas Fritiofson <andreas.fritiofson@gmail.com> UTF8 fixes
oharboe
2009-06-23
- Fixes '=' whitespace
zwelch
2009-06-23
- Fixes '!=' whitespace
zwelch
2009-06-21
C99 printf() -Werror fixes
duane
2009-06-19
fix jtag_add_callback() args. The first argument is nothing special, it's jus...
oharboe
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
Rename jtag_add_end_state to jtag_set_end_state since "add" implies that
oharboe
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-06-02
some trivial minidriver fixes
oharboe
2009-05-31
Add target_get_name wrapper:
zwelch
2009-05-27
Author: Nicolas Pitre <nico@cam.org>
kc8apf
2009-05-11
switch to jtag_add_dr_scan_check() - USB performance fix
oharboe
[next]