2
0
mirror of git://git.code.sf.net/p/openocd/code synced 2025-07-19 13:02:18 +10:00
openocd/src
zwelch 58e31916de Eliminate duplicated code in the handle_mw_command memory write loop.
- wordsize will always be 1, 2, or 4 due to preceeding switch statement.
- move call to keep_alive after successful writes, not upon failures


git-svn-id: svn://svn.berlios.de/openocd/trunk@1953 b42882b7-edfa-0310-969c-e2dbd0fdcd60
2009-05-30 23:57:30 +00:00
..
flash Add documentation to flash.h: 2009-05-29 04:00:51 +00:00
helper Author: Nicolas Pitre <nico@cam.org> 2009-05-27 20:30:17 +00:00
jtag Encapsulate the global "jtag" jtag_interface pointer: 2009-05-30 22:23:12 +00:00
pld Author: Rick Altherr <kc8apf@kc8apf.net> 2009-05-22 17:41:54 +00:00
server Author: Nicolas Pitre <nico@cam.org> 2009-05-27 20:30:17 +00:00
svf SimonQian <simonqian@SimonQian.com>, reported by R.Doss: 2009-05-26 01:27:56 +00:00
target Eliminate duplicated code in the handle_mw_command memory write loop. 2009-05-30 23:57:30 +00:00
xsvf More printf fixes stemming from format string change in r1882. 2009-05-23 01:25:39 +00:00
ecosboard.c leave eCos include file issues alone for now. 2009-05-11 07:26:11 +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
Makefile.am Update build system to find moved scripts -- Step 3 of 2: 2009-05-27 07:49:58 +00:00
openocd.c Encapsulate the global "jtag" jtag_interface pointer: 2009-05-30 22:23:12 +00:00