summaryrefslogtreecommitdiff
path: root/src/jtag/jtag.h
diff options
context:
space:
mode:
authordbrownell <dbrownell@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2009-10-07 15:31:33 +0000
committerdbrownell <dbrownell@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2009-10-07 15:31:33 +0000
commitb83d79a42f908d3860f06910fdec8fb4fc670e6c (patch)
tree5d679187b5e4a128b81db6a8bfc436b56885bfa6 /src/jtag/jtag.h
parentdc871f422da8943de9eecaa163b4a5bf54460379 (diff)
downloadopenocd_libswd-b83d79a42f908d3860f06910fdec8fb4fc670e6c.tar.gz
openocd_libswd-b83d79a42f908d3860f06910fdec8fb4fc670e6c.tar.bz2
openocd_libswd-b83d79a42f908d3860f06910fdec8fb4fc670e6c.tar.xz
openocd_libswd-b83d79a42f908d3860f06910fdec8fb4fc670e6c.zip
Updates for "reset_config":
- revert to previous default: don't talk JTAG during SRST - add "srst_nogates" flag, the converse of "srst_gates_jtag" - with no args, display the current configuration And update the User's Guide text with bullet lists to be a bit more clear. git-svn-id: svn://svn.berlios.de/openocd/trunk@2818 b42882b7-edfa-0310-969c-e2dbd0fdcd60
Diffstat (limited to 'src/jtag/jtag.h')
-rw-r--r--src/jtag/jtag.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/jtag/jtag.h b/src/jtag/jtag.h
index 786b2b83..60774589 100644
--- a/src/jtag/jtag.h
+++ b/src/jtag/jtag.h
@@ -286,7 +286,7 @@ enum reset_types {
RESET_TRST_PULLS_SRST = 0x8,
RESET_TRST_OPEN_DRAIN = 0x10,
RESET_SRST_PUSH_PULL = 0x20,
- RESET_SRST_GATES_JTAG = 0x40,
+ RESET_SRST_NO_GATING = 0x40,
};
enum reset_types jtag_get_reset_config(void);