From 37d850564f03fcd46305b3ce37df3f2841461e25 Mon Sep 17 00:00:00 2001 From: ntfreak Date: Sat, 1 Mar 2008 20:51:26 +0000 Subject: - contrib directory added - libdcc added as example for dcc comms with openocd target_request debugmsgs git-svn-id: svn://svn.berlios.de/openocd/trunk@426 b42882b7-edfa-0310-969c-e2dbd0fdcd60 --- contrib/libdcc/README | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 contrib/libdcc/README (limited to 'contrib/libdcc/README') 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 + -- cgit v1.2.3-18-g5258