summaryrefslogtreecommitdiff
path: root/src/transport/Makefile.am
diff options
context:
space:
mode:
authorTomek CEDRO <cederom@tlen.pl>2011-09-09 22:18:56 +0000
committerTomek CEDRO <cederom@tlen.pl>2011-09-09 22:18:56 +0000
commitb542c103767836b846d278b51ff682f73fc4c618 (patch)
tree6dad2ef841449d98232056e14bedefabb3a11f84 /src/transport/Makefile.am
parent59994223e388f9e087eb8930f6b3055360451824 (diff)
downloadopenocd+libswd-b542c103767836b846d278b51ff682f73fc4c618.tar.gz
openocd+libswd-b542c103767836b846d278b51ff682f73fc4c618.tar.bz2
openocd+libswd-b542c103767836b846d278b51ff682f73fc4c618.tar.xz
openocd+libswd-b542c103767836b846d278b51ff682f73fc4c618.zip
transport/swd: Introduced swd_tcl.c, a TCL interface for SWD. Commands are registered at transport select. Available commands are 'newdap' currently pointing to jtag_newtap, 'loglevel' that can show/set/inherit loglevel for easier log analysis during development.
Diffstat (limited to 'src/transport/Makefile.am')
-rw-r--r--src/transport/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/transport/Makefile.am b/src/transport/Makefile.am
index f011236b..fc0a055b 100644
--- a/src/transport/Makefile.am
+++ b/src/transport/Makefile.am
@@ -5,6 +5,7 @@ noinst_LTLIBRARIES = libtransport.la
libtransport_la_SOURCES = \
transport.c \
swd_core.c \
+ swd_tcl.c \
swd_libswd_drv_openocd.c
noinst_HEADERS = \