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
*
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
*
mark usage of in_handler that can be converted into user code
oharboe
2009-05-05
1
-1
/
+1
*
Add static keywords to core target source file data and functions.
zwelch
2009-04-30
1
-6
/
+8
*
Remove redundant declarations to allow building with -Wredundant-decls.
zwelch
2009-04-29
1
-5
/
+0
*
Zach Welch <zw@superlucidity.net> fix -Werror warnings
oharboe
2009-04-19
1
-2
/
+2
*
The following patches was applied:
mifi
2009-04-18
1
-7
/
+7
*
Change tap_state naming to be consistent with SVF documentation.
kc8apf
2008-12-13
1
-5
/
+5
*
jtag newtap change & huge manual update
duane
2008-11-30
1
-15
/
+15
*
Laurentiu Cocanu - memory read/write and exit() error path fixes
oharboe
2008-10-15
1
-5
/
+8
*
Laurentiu Cocanu - add error handling
oharboe
2008-10-14
1
-13
/
+7
*
- added myself to copyright on files i remember adding large contributions fo...
ntfreak
2008-09-20
1
-1
/
+4
*
allow minidrivers to implement inner loop of dcc memory writes
oharboe
2008-07-28
1
-40
/
+51
*
added yours sincerely for files where I feel that I've made non-trivial contr...
oharboe
2008-07-25
1
-0
/
+3
*
- Set up ICE registers after TRST
oharboe
2008-04-13
1
-7
/
+28
*
- rename log functions to stop conflicts under win32 (wingdi)
ntfreak
2008-03-25
1
-8
/
+8
*
removed excessive debug output. Perhaps a debug_level 4 should be introduced?...
oharboe
2008-03-07
1
-2
/
+0
*
- This speeds up dcc arm7_9 bulk write a little bit and exercises the jtag_ad...
oharboe
2008-03-05
1
-1
/
+2
*
added jtag_add_dr_out(). Better for hw fifo, same for software fifo.
oharboe
2008-03-05
1
-39
/
+1
*
backed out jtag_add_shift()
oharboe
2008-03-01
1
-1
/
+39
*
Now uses jtag_add_shift() via embeddedice_write_reg_inner().
oharboe
2008-03-01
1
-39
/
+1
*
- convert all files to unix line-ending
drath
2008-02-25
1
-565
/
+565
*
From Michael Bruck
oharboe
2008-02-25
1
-565
/
+565
*
- added gdb flash fixes patch
mifi
2008-01-07
1
-2
/
+1
*
Patch by Michael Schwingen that
drath
2007-09-05
1
-1
/
+1
*
- added support for setting JTAG frequency on ASIX PRESTO (thanks to Pavel Ch...
drath
2007-08-25
1
-22
/
+151
*
- renamed M5960 USB JTAG to "flyswatter"
drath
2007-08-10
1
-0
/
+69
[next]