riscv-openocd/src/helper
oharboe dfbb9f3e89 - jtag_khz/speed are now single parameter only. These are used
from pre/post_reset event scripts. Adding the second parameter was
a mistake seen in retrospect. this gives precise control in post_reset
for *when* the post reset speed is set. The pre_reset event was
added *after* the second parameter to jtag_khz/speed
- the target implementations no longer gets involved in the reset mode
scheme. Either they reset a target into a halted mode or not.
target_process_reset()
detects if the reset halt failed or not.
- tcl target event names are now target_N_name.  Mainly internal
at this early stage, but best to get the naming right now.
- added hardcoded reset modes from gdb_server.c. I don't know precisely what
these defaults should be or if it should be made configurable. Perhaps some
hardcoded defaults will do for now and it can be made configurable later.
- bugfix in cortex_m3.c for reset_run_and_xxx?
- issue syntax error upon obsolete argument in target command instead of
printing message that will surely drown in the log

git-svn-id: svn://svn.berlios.de/openocd/trunk@849 b42882b7-edfa-0310-969c-e2dbd0fdcd60
2008-07-21 15:59:41 +00:00
..
Makefile.am cross compile fix 2008-07-21 13:23:59 +00:00
bin2char.c Charles Hardin <ckhardin@gmail.com> move jim into helper 2008-07-17 17:34:53 +00:00
binarybuffer.c Charles Hardin ckhardin at gmail.com 2008-07-11 17:40:15 +00:00
binarybuffer.h Charles Hardin ckhardin at gmail.com 2008-07-11 17:40:15 +00:00
command.c - jtag_khz/speed are now single parameter only. These are used 2008-07-21 15:59:41 +00:00
command.h cross compile fix 2008-07-21 13:23:59 +00:00
configuration.c Charles Hardin <ckhardin@gmail.com> 2008-07-14 06:34:23 +00:00
configuration.h Charles Hardin <ckhardin@gmail.com> 2008-07-14 06:34:23 +00:00
fileio.c - rename log functions to stop conflicts under win32 (wingdi) 2008-03-25 15:45:17 +00:00
fileio.h Michael Bruck: fixed warnings 2008-03-07 16:18:56 +00:00
jim.c Duane Ellis <openocd@duaneellis.com> 2008-07-20 17:06:30 +00:00
jim.h - fix incorrectly registered function openocd_array2mem 2008-07-18 11:38:23 +00:00
log.c BUG: prefix to timeout for gdb keep alive packets. 2008-07-20 18:26:08 +00:00
log.h 1. GDB will print cryptic error messages if it is not fed keep-alive packets 2008-07-18 10:20:10 +00:00
options.c Fixes to \ and / handling for OpenOCD 2008-07-16 20:20:15 +00:00
replacements.c Don Porges fixed c99 issues. 2008-04-09 05:55:23 +00:00
replacements.h - fixed build issues with win32 2008-07-06 23:22:17 +00:00
startup.tcl - jtag_khz/speed are now single parameter only. These are used 2008-07-21 15:59:41 +00:00
time_support.c - remove build warning from keep_alive 2008-07-18 13:31:37 +00:00
time_support.h Don Porges fixed c99 issues. 2008-04-09 05:55:23 +00:00
types.h - added patch which fixed big/small endian problems on non-x86 host CPUs. 2008-02-19 21:44:19 +00:00