riscv-openocd/src
zwelch 731d2d0cb6 Reduce scope or eliminate temporary variables in jtag_add_statemove:
- Change types of tms_bits and tms_count to unsigned, eliminates a cast.
- Use moves[] only if needed; a single move can use goal_state directly.
- Declare loop induction variable inside its control statement.
- Remove retval in favor of direct returns.


git-svn-id: svn://svn.berlios.de/openocd/trunk@2137 b42882b7-edfa-0310-969c-e2dbd0fdcd60
2009-06-09 01:16:19 +00:00
..
flash remove unused include file: inttypes.h 2009-06-05 06:41:54 +00:00
helper David Brownell <david-b@pacbell.net>: 2009-06-07 23:35:29 +00:00
jtag Reduce scope or eliminate temporary variables in jtag_add_statemove: 2009-06-09 01:16:19 +00:00
pld Eliminate MixedCaps symbol from public JTAG TAP API: 2009-06-05 00:42:52 +00:00
server Add target_get_name wrapper: 2009-05-31 11:31:27 +00:00
svf simon qian <simonqian.openocd@gmail.com> stop incestious communication with lower jtag.c layers 2009-06-01 19:00:54 +00:00
target David Brownell <david-b@pacbell.net> Bugfix: $target_name cget/configure -work-area-backup commands 2009-06-08 06:18:13 +00:00
xsvf Eliminate MixedCaps symbol from public JTAG TAP API: 2009-06-05 00:42:52 +00:00
Makefile.am Update build system to find moved scripts -- Step 3 of 2: 2009-05-27 07:49:58 +00:00
ecosboard.c remove unused include file: strings.h 2009-06-05 06:42:20 +00:00
main.c Dick Hollenbeck <dick@softplc.com> moved stuff into openocd.c - should never have been in main.c in the first place. DLL will now build. 2009-05-02 19:31:30 +00:00
openocd.c Encapsulate the global "jtag" jtag_interface pointer: 2009-05-30 22:23:12 +00:00