summaryrefslogtreecommitdiff
path: root/src/target/oocd_trace.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/target/oocd_trace.c')
-rw-r--r--src/target/oocd_trace.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/target/oocd_trace.c b/src/target/oocd_trace.c
index d54766ae..4d157076 100644
--- a/src/target/oocd_trace.c
+++ b/src/target/oocd_trace.c
@@ -24,6 +24,11 @@
#include "oocd_trace.h"
#include "arm7_9_common.h"
+/*
+ * This is "proof of concept" code, for prototype hardware:
+ * https://lists.berlios.de/pipermail/openocd-development/2007-September/000336.html
+ */
+
static int oocd_trace_register_commands(struct command_context_s *cmd_ctx);