diff options
author | ntfreak <ntfreak@b42882b7-edfa-0310-969c-e2dbd0fdcd60> | 2008-03-01 20:51:26 +0000 |
---|---|---|
committer | ntfreak <ntfreak@b42882b7-edfa-0310-969c-e2dbd0fdcd60> | 2008-03-01 20:51:26 +0000 |
commit | 37d850564f03fcd46305b3ce37df3f2841461e25 (patch) | |
tree | ef9c515335eaf7ed4b6cb2fb038a5ef5edd1c39b /contrib/libdcc/README | |
parent | 71e3bb892f4ddc8424e3a75211c78f9c10477a62 (diff) | |
download | openocd+libswd-37d850564f03fcd46305b3ce37df3f2841461e25.tar.gz openocd+libswd-37d850564f03fcd46305b3ce37df3f2841461e25.tar.bz2 openocd+libswd-37d850564f03fcd46305b3ce37df3f2841461e25.tar.xz openocd+libswd-37d850564f03fcd46305b3ce37df3f2841461e25.zip |
- 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
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 + |