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
/
arm7_9_common.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
jtag_tap_t -> struct jtag_tap
Zachary T Welch
2009-11-13
1
-1
/
+1
*
use COMMAND_HANDLER macro to define all commands
Zachary T Welch
2009-11-13
1
-6
/
+6
*
ETM cleanup
David Brownell
2009-11-11
1
-29
/
+4
*
svf,xsvf,arm7_9_common: trim forard declarations
Zachary T Welch
2009-11-09
1
-35
/
+38
*
finish removing deprecated/obsolete commands
David Brownell
2009-11-09
1
-1
/
+0
*
ARM: other code uses the new inheritance/nesting scheme
David Brownell
2009-11-05
1
-77
/
+52
*
Improve arm7_9_common command argument parsing.
Zachary T Welch
2009-11-05
1
-8
/
+8
*
debug interface: get rid of unused pre_debug fn
Øyvind Harboe
2009-11-05
1
-3
/
+0
*
target: 20 second timeout/megabyte for CRC check
Øyvind Harboe
2009-11-03
1
-1
/
+4
*
Updates for "reset_config":
dbrownell
2009-10-07
1
-4
/
+11
*
Remove annoying end-of-line whitespace from most src/*
dbrownell
2009-09-21
1
-3
/
+3
*
srst_gates_jtag option. at91sam9260 needs retesting, and possibly srst_gates_...
oharboe
2009-09-17
1
-1
/
+12
*
David Brownell <david-b@pacbell.net>
oharboe
2009-09-12
1
-11
/
+24
*
more debug output for breakpoints
oharboe
2009-09-04
1
-2
/
+10
*
restore ICE watchpoint registers when the *last* software breakpoint is removed
oharboe
2009-08-28
1
-3
/
+22
*
Remove bogus "BUG:". If the PC is pointing to an invalid instruction, then si...
oharboe
2009-08-26
1
-2
/
+2
*
Ferdinand Postema [ferdinand@postema.eu]
ntfreak
2009-08-07
1
-0
/
+3
*
Andreas Fritiofson <andreas.fritiofson@gmail.com> UTF8 fixes
oharboe
2009-07-17
1
-1
/
+1
*
simplify debug_reason check
oharboe
2009-07-06
1
-11
/
+3
*
David Brownell <david-b@pacbell.net>:
zwelch
2009-06-29
1
-1
/
+2
*
Refactor code, create target_state_name()
duane
2009-06-28
1
-3
/
+3
*
Add Breakpoint/Watchpoint unique ID to help debug hardware debug register lea...
duane
2009-06-27
1
-1
/
+19
*
Remove whitespace that occurs before ')'.
zwelch
2009-06-23
1
-2
/
+2
*
Remove whitespace that occurs after '('.
zwelch
2009-06-23
1
-5
/
+5
*
- Fixes '[<>]' whitespace
zwelch
2009-06-23
1
-8
/
+8
*
- Fixes '[|]' whitespace
zwelch
2009-06-23
1
-11
/
+11
*
- Fixes '+' whitespace
zwelch
2009-06-23
1
-3
/
+3
*
- Fixes '=' whitespace
zwelch
2009-06-23
1
-30
/
+30
*
- Fixes '==' whitespace
zwelch
2009-06-23
1
-17
/
+17
*
- Fixes '<=' whitespace
zwelch
2009-06-23
1
-3
/
+3
*
- Fixes '>=' whitespace
zwelch
2009-06-23
1
-2
/
+2
*
- Fixes '&&' whitespace
zwelch
2009-06-23
1
-2
/
+2
*
- Fixes '[+]=' whitespace
zwelch
2009-06-23
1
-1
/
+1
*
- Fixes '!=' whitespace
zwelch
2009-06-23
1
-10
/
+10
*
- Replace 'if(' with 'if ('.
zwelch
2009-06-23
1
-19
/
+19
*
C99 printf() -Werror fixes
duane
2009-06-21
1
-20
/
+20
*
Transform 'u32' to 'uint32_t' in src/target/arm*
zwelch
2009-06-18
1
-74
/
+74
*
Transform 'u16' to 'uint16_t'
zwelch
2009-06-18
1
-2
/
+2
*
Transform 'u8' to 'uint8_t' in src/target
zwelch
2009-06-18
1
-11
/
+11
*
Encapsulate jtag_reset_config using accessors:
zwelch
2009-06-09
1
-0
/
+3
*
Rename jtag_add_end_state to jtag_set_end_state since "add" implies that
oharboe
2009-06-04
1
-4
/
+4
*
no longer use jtag_add_xxx() to set end state to TAP_IDLE. Same must be done ...
oharboe
2009-06-04
1
-1
/
+1
*
Add target_examine_one wrapper:
zwelch
2009-05-31
1
-1
/
+1
*
Add wrappers for target->type->examined:
zwelch
2009-05-31
1
-1
/
+1
*
Add target_run_algorithm wrapper:
zwelch
2009-05-31
1
-2
/
+2
*
Add target_write_memory wrapper:
zwelch
2009-05-31
1
-5
/
+5
*
Add target_read_memory wrapper:
zwelch
2009-05-31
1
-4
/
+4
*
Submitted by Dean Glazeski <dnglaze@gmail.com>:
zwelch
2009-05-22
1
-10
/
+140
*
Dean Glazeski <dnglaze@gmail.com> fixed bug in checking of clocked back data ...
oharboe
2009-05-18
1
-5
/
+131
*
Fix logically inverted comment
kc8apf
2009-05-18
1
-1
/
+1
[next]