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
/
xsvf
Commit message (
Expand
)
Author
Age
Files
Lines
*
Andreas Fritiofson <andreas.fritiofson@gmail.com> UTF8 fixes
oharboe
2009-07-17
1
-1
/
+1
*
Remove whitespace at end of lines, step 2.
zwelch
2009-06-23
1
-1
/
+1
*
Remove whitespace that occurs before ')'.
zwelch
2009-06-23
1
-44
/
+44
*
Remove whitespace that occurs after '('.
zwelch
2009-06-23
1
-40
/
+40
*
- 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
*
- Replace 'for(' with 'for ('.
zwelch
2009-06-23
1
-2
/
+2
*
- Replace 'switch(' with 'switch ('.
zwelch
2009-06-23
1
-2
/
+2
*
- Replace 'while(' with 'while ('.
zwelch
2009-06-23
1
-1
/
+1
*
- Replace 'if(' with 'if ('.
zwelch
2009-06-23
1
-13
/
+13
*
Finish transforming 'u32' to 'uint32_t'.
zwelch
2009-06-18
1
-4
/
+4
*
Transform 'u8' to 'uint8_t'
zwelch
2009-06-18
1
-27
/
+27
*
Fix make maintainer-clean for out-of-tree builds.
zwelch
2009-06-09
1
-1
/
+1
*
Eliminate MixedCaps symbol from public JTAG TAP API:
zwelch
2009-06-05
1
-1
/
+1
*
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_DRPAUSE
oharboe
2009-06-04
1
-4
/
+4
*
Remove interface.h from public JTAG header, include it where required.
zwelch
2009-06-03
1
-1
/
+0
*
Encapsulate JTAG Cable API and interface structure, plan for new header file.
zwelch
2009-06-01
1
-0
/
+1
*
added jtag_add_statemove() helper fn(actual fn written by Dick Hollonbeck, I ...
oharboe
2009-06-01
1
-94
/
+9
*
More printf fixes stemming from format string change in r1882.
zwelch
2009-05-23
1
-2
/
+3
*
Author: Rick Altherr <kc8apf@kc8apf.net>
kc8apf
2009-05-22
1
-1
/
+1
*
Include assert.h in system.h to promote tree-wide use of assertions.
zwelch
2009-05-12
1
-2
/
+0
*
Audit and eliminate redundant #include directives in src/{pld,svf,xsvf}.
zwelch
2009-05-11
1
-12
/
+1
*
Remove redundant sys/types.h #include directives (now in types.h).
zwelch
2009-05-11
1
-1
/
+0
*
Extend autotools build to create shared library libopenocd with libtool:
zwelch
2009-05-10
1
-2
/
+2
*
in_handler in_check_mask and in_check_value now removed from field. Last big ...
oharboe
2009-05-08
1
-1
/
+1
*
retire jtag_set_check_value
oharboe
2009-05-08
1
-10
/
+15
*
Dick Hollenbeck <dick@softplc.com> part deux of previous changes just committed.
oharboe
2009-05-06
1
-18
/
+83
*
Dick Hollenbeck <dick@softplc.com> simplifies XSTATE handling, and protects a...
oharboe
2009-05-06
1
-88
/
+30
*
remove unecessary setting of deprecated fields to NULL
oharboe
2009-05-06
1
-3
/
+3
*
retire out_mask - not used anywhere
oharboe
2009-05-06
1
-3
/
+3
*
Update autotools scripts to require automake 1.6. The configure.in script
zwelch
2009-05-02
1
-1
/
+5
*
Zach Welch <zw@superlucidity.net> fix -Wformat-security warnings (1 of 4)
oharboe
2009-04-21
1
-1
/
+1
*
Zach Welch <zw@superlucidity.net> fix -Werror warnings
oharboe
2009-04-19
1
-1
/
+1
*
Dick Hollenbeck <dick@softplc.com> work in progress
oharboe
2009-04-14
1
-519
/
+514
*
Use C89/C99/C++ compliant boolean types
kc8apf
2009-02-10
1
-2
/
+2
*
- Cable driver helper API courtesy of Dick Hollenbeck <dick@softplc.com>
kc8apf
2009-02-03
1
-15
/
+15
*
xvsf player fixes by Dick Hollenbeck <dick@softplc.com>
kc8apf
2009-01-23
1
-13
/
+61
*
Fix 'make maintainer-clean' courtesy of Zach Welch <zw@superlucidity.net>
kc8apf
2009-01-20
1
-0
/
+2
*
Dick Hollenbeck <dick@softplc.com> adds jtag_add_clocks() and implements thos...
oharboe
2009-01-09
1
-277
/
+766
*
Change tap_state naming to be consistent with SVF documentation.
kc8apf
2008-12-13
1
-38
/
+38
*
jtag newtap change & huge manual update
duane
2008-11-30
1
-10
/
+17
*
Peter Hettkamp <peter.hettkamp@htp-tel.de> fix some problems with xsvf. Still...
oharboe
2008-11-03
1
-1
/
+29
*
- added myself to copyright on files i remember adding large contributions fo...
ntfreak
2008-09-20
1
-1
/
+1
*
added yours sincerely for files where I feel that I've made non-trivial contr...
oharboe
2008-07-25
1
-0
/
+3
*
- fixed xsvf_add_statemove()
drath
2008-05-03
1
-7
/
+9
*
make jtag_add_statemove() internal to the driver.
oharboe
2008-03-31
1
-11
/
+42
*
- rename log functions to stop conflicts under win32 (wingdi)
ntfreak
2008-03-25
1
-19
/
+19
*
- convert all files to unix line-ending
drath
2008-02-25
1
-501
/
+501
[next]