summaryrefslogtreecommitdiff
path: root/src/openocd.c
diff options
context:
space:
mode:
authorTomek CEDRO <cederom@tlen.pl>2011-10-13 21:59:45 +0200
committerTomek CEDRO <cederom@tlen.pl>2011-10-13 21:59:45 +0200
commitd7415b624fa278f1d8513b94b1011dc831e581bf (patch)
treece5ca7b31f767b1b497c267e8f6e4a904be526e2 /src/openocd.c
parent31f98f515598d671bf2ae51f0bc40bbb049195d4 (diff)
downloadopenocd+libswd-d7415b624fa278f1d8513b94b1011dc831e581bf.tar.gz
openocd+libswd-d7415b624fa278f1d8513b94b1011dc831e581bf.tar.bz2
openocd+libswd-d7415b624fa278f1d8513b94b1011dc831e581bf.tar.xz
openocd+libswd-d7415b624fa278f1d8513b94b1011dc831e581bf.zip
SWD: swd tcl commands are now available from CLI and initialized at program startup with other commands.
Diffstat (limited to 'src/openocd.c')
-rw-r--r--src/openocd.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/openocd.c b/src/openocd.c
index 317743dd..f9401d41 100644
--- a/src/openocd.c
+++ b/src/openocd.c
@@ -276,6 +276,7 @@ struct command_context *setup_command_handler(Jim_Interp *interp)
&transport_register_commands,
&interface_register_commands,
&bitbang_register_commands,
+ &swd_register_commands,
&target_register_commands,
&flash_register_commands,
&nand_register_commands,