diff options
Diffstat (limited to 'contrib/libdcc/README')
-rw-r--r-- | contrib/libdcc/README | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/contrib/libdcc/README b/contrib/libdcc/README new file mode 100644 index 00000000..9e623070 --- /dev/null +++ b/contrib/libdcc/README @@ -0,0 +1,14 @@ +This code is an example of using the openocd debug message system. + +Before the message output is seen in the debug window, the functionality +will need enabling: + +** GDB ** +From the gdb prompt: monitor target_request debugmsgs enable + +** Telnet ** +From the Telnet prompt: target_request debugmsgs enable + +Spen +spen@spen-soft.co.uk + |