- contrib directory added
[fw/openocd] / contrib / libdcc / README
1 This code is an example of using the openocd debug message system.
2
3 Before the message output is seen in the debug window, the functionality
4 will need enabling:
5
6 ** GDB **
7 From the gdb prompt: monitor target_request debugmsgs enable
8
9 ** Telnet **
10 From the Telnet prompt: target_request debugmsgs enable
11
12 Spen
13 spen@spen-soft.co.uk
14