index
:
openocd_libswd.git
master
Unnamed repository; edit this file 'description' to name the repository.
Trygve Laugstøl
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
target
/
embeddedice.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
EMBEDDEDICE: review scope of functions
Antonio Borneo
2010-04-10
1
-1
/
+3
*
jtag: make out_value const
Øyvind Harboe
2010-03-21
1
-12
/
+12
*
jtag: retire jtag_get/set_end_state()
Øyvind Harboe
2010-03-19
1
-5
/
+0
*
jtag: retire one instance of jtag_get_end_state() usage
Øyvind Harboe
2010-03-18
1
-10
/
+10
*
jtag: cut down on usage of unintended modification of global end state
Øyvind Harboe
2010-03-18
1
-7
/
+7
*
jtag: retire tap field
Øyvind Harboe
2010-03-08
1
-19
/
+7
*
EmbeddedICE - fix Feroceon/Dragonite message
David Brownell
2010-01-22
1
-2
/
+9
*
Comment and doxygen fixes
David Brownell
2009-12-09
1
-1
/
+2
*
ARM: list number of HW breakpoints/watchpoints
David Brownell
2009-12-07
1
-0
/
+3
*
target: target_get_name() --> target_type_name()
David Brownell
2009-11-25
1
-2
/
+2
*
jtag-api: get rid of unecessary buf_set_u23() that make code obtuse.
Øyvind Harboe
2009-11-18
1
-11
/
+10
*
target: simplify register get/set ops
David Brownell
2009-11-17
1
-8
/
+6
*
move ARRAY_SIZE macro to types.h
Zachary T Welch
2009-11-16
1
-2
/
+0
*
target: no implicit #includes of "register.h"
David Brownell
2009-11-16
1
-0
/
+1
*
target: remove unused "bitfield" infrastructure
David Brownell
2009-11-13
1
-2
/
+0
*
target_t -> struct target
Zachary T Welch
2009-11-13
1
-2
/
+2
*
reg_t -> struct reg
Zachary T Welch
2009-11-13
1
-10
/
+10
*
reg_cache_t -> struct reg_cache
Zachary T Welch
2009-11-13
1
-2
/
+2
*
embeddedice_reg_t -> struct embeddedice_reg
Zachary T Welch
2009-11-13
1
-4
/
+4
*
arm_jtag_t -> struct arm_jtag
Zachary T Welch
2009-11-13
1
-4
/
+4
*
arm7_9_common_t -> struct arm7_9_common
Zachary T Welch
2009-11-13
1
-2
/
+2
*
scan_field_t -> struct scan_field
Zachary T Welch
2009-11-13
1
-4
/
+4
*
jtag_tap_t -> struct jtag_tap
Zachary T Welch
2009-11-13
1
-1
/
+1
*
EmbeddedICE: minor cleanups
David Brownell
2009-11-09
1
-52
/
+101
*
ARM: other code uses the new inheritance/nesting scheme
David Brownell
2009-11-05
1
-3
/
+6
*
Embedded ICE version is now dumped with debug_level 1
Øyvind Harboe
2009-10-23
1
-2
/
+2
*
Dragonite has the same EICE affliction as feroceon.
dbrownell
2009-10-06
1
-1
/
+2
*
Steve Grubb <sgrubb@redhat.com> fix various and sundry leaks
oharboe
2009-08-24
1
-0
/
+1
*
David Brownell <david-b@pacbell.net> Clean up ARM7/ARM9 EmbeddedICE register ...
oharboe
2009-08-18
1
-46
/
+126
*
Andreas Fritiofson <andreas.fritiofson@gmail.com> UTF8 fixes
oharboe
2009-07-17
1
-1
/
+1
*
- Fixes '=' whitespace
zwelch
2009-06-23
1
-2
/
+2
*
- Fixes '!=' whitespace
zwelch
2009-06-23
1
-2
/
+2
*
C99 printf() -Werror fixes
duane
2009-06-21
1
-2
/
+2
*
fix jtag_add_callback() args. The first argument is nothing special, it's jus...
oharboe
2009-06-19
1
-1
/
+1
*
Transform 'u32' to 'uint32_t' in src/target
zwelch
2009-06-18
1
-7
/
+7
*
Transform 'u8' to 'uint8_t' in src/target
zwelch
2009-06-18
1
-17
/
+17
*
Rename jtag_add_end_state to jtag_set_end_state since "add" implies that
oharboe
2009-06-04
1
-5
/
+5
*
Introduce jtag_get_end_state() fn to clarify code a bit.
oharboe
2009-06-04
1
-7
/
+7
*
remove TAP_INVALID as argument to jtag_add_xxx() fn's
oharboe
2009-06-04
1
-7
/
+7
*
some trivial minidriver fixes
oharboe
2009-06-02
1
-1
/
+5
*
Add target_get_name wrapper:
zwelch
2009-05-31
1
-1
/
+1
*
Author: Nicolas Pitre <nico@cam.org>
kc8apf
2009-05-27
1
-0
/
+7
*
switch to jtag_add_dr_scan_check() - USB performance fix
oharboe
2009-05-11
1
-3
/
+9
*
switch to jtag_add_callback() - USB performance fix
oharboe
2009-05-11
1
-40
/
+4
*
Audit and eliminate redundant #include directives in other target files.
zwelch
2009-05-11
1
-12
/
+0
*
in_handler in_check_mask and in_check_value now removed from field. Last big ...
oharboe
2009-05-08
1
-12
/
+12
*
first jtag_check_value_mask usage. tested by using "arm7_9 fast_memory_access...
oharboe
2009-05-08
1
-13
/
+2
*
remove in_handler usage
oharboe
2009-05-07
1
-52
/
+41
*
remove unecessary setting of deprecated fields to NULL
oharboe
2009-05-06
1
-36
/
+36
*
retire out_mask - not used anywhere
oharboe
2009-05-06
1
-12
/
+12
[next]