summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorDavid Brownell <dbrownell@users.sourceforge.net>2009-10-22 12:01:27 -0700
committerDavid Brownell <dbrownell@users.sourceforge.net>2009-10-22 12:01:27 -0700
commit344bed2f7eab5f4ff05fd944b1c476fc8a2103ba (patch)
treeec60f0c4bd59e87a591e357797d9312fe6289866 /configure.in
parent3537c368feb28b288e4a8449de703f1b972396d0 (diff)
downloadopenocd+libswd-344bed2f7eab5f4ff05fd944b1c476fc8a2103ba.tar.gz
openocd+libswd-344bed2f7eab5f4ff05fd944b1c476fc8a2103ba.tar.bz2
openocd+libswd-344bed2f7eab5f4ff05fd944b1c476fc8a2103ba.tar.xz
openocd+libswd-344bed2f7eab5f4ff05fd944b1c476fc8a2103ba.zip
ETM: rename registers, doc tweaks
The register names are perversely not documented as zero-indexed, so rename them to match that convention. Also switch to lowercase suffixes and infix numbering, matching ETB and EmbeddedICE usage. Update docs to be a bit more accurate, especially regarding what the "trigger" event can cause; and to split the issues into a few more paragraphs, for clarity. Make "configure" helptext point out that "oocd_trace" is prototype hardware, not anything "real". Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 1d3f0ec6..99f97da4 100644
--- a/configure.in
+++ b/configure.in
@@ -377,7 +377,8 @@ AC_ARG_ENABLE(usbprog,
[build_usbprog=$enableval], [build_usbprog=no])
AC_ARG_ENABLE(oocd_trace,
- AS_HELP_STRING([--enable-oocd_trace], [Enable building support for the OpenOCD+trace ETM capture device]),
+ AS_HELP_STRING([--enable-oocd_trace],
+ [Enable building support for some prototype OpenOCD+trace ETM capture hardware]),
[build_oocd_trace=$enableval], [build_oocd_trace=no])
AC_ARG_ENABLE(jlink,