]> git.sur5r.net Git - openocd/commit
David Brownell <david-b@pacbell.net>:
authorzwelch <zwelch@b42882b7-edfa-0310-969c-e2dbd0fdcd60>
Sat, 30 May 2009 01:32:19 +0000 (01:32 +0000)
committerzwelch <zwelch@b42882b7-edfa-0310-969c-e2dbd0fdcd60>
Sat, 30 May 2009 01:32:19 +0000 (01:32 +0000)
commitd00a5cfe97452f9d72aeff31d00fac5979add0ea
treed3c7e74dac9421011e5084a576598fc1993dc38d
parentebcde562d9903a257a3b40a79c94e1010e5b5fc2
David Brownell <david-b@pacbell.net>:

Make it so the magic "reset_config" keywords can be provided in any
order.  This eliminates needless error paths, and makes it easier
to define things at the right level (adapter, board, target).
It also includes two other behavioral changes:

  (1) When "handle_reset_config" sees a parameter error, it
   exits without changing anything.   This is best viewed
as a bugfix.  (Old behavior:  restore defaults, even if
they weren't previously active.)

  (2) Only the behaviors that were explicitly specified get
   changed.  (Old behavior:  everything else gets reset to
the "default".)  So for example you can now specify SRST
drive requirements without saying anything about the
three unrelated topics you previously had to specify.

That second one might cause confusion for any configs that end
up calling "reset_config" twice, so it will deserve to be called
out in the release notes.  (There were no such configurations in
the current OpenOCD source tree.)

Update docs accordingly.  Note that at least some versions of
the texi-to-html tools can't handle "@xref{with spaces}", but
those work properly in PDF and in the info files.

git-svn-id: svn://svn.berlios.de/openocd/trunk@1944 b42882b7-edfa-0310-969c-e2dbd0fdcd60
doc/openocd.texi
src/jtag/jtag.c