diff options
author | Tomek CEDRO <cederom@tlen.pl> | 2011-06-22 00:21:35 +0200 |
---|---|---|
committer | Tomek CEDRO <cederom@tlen.pl> | 2011-06-22 00:21:35 +0200 |
commit | ad5c168519599d583cbd9b4ec5287eb43717fc40 (patch) | |
tree | b83ba061c2aec77140fea6795b41de07fb9ec4aa /.gitmodules | |
parent | 2f92060a27074e3446d9d3612b592c2e7f7d97a9 (diff) | |
download | openocd_libswd-ad5c168519599d583cbd9b4ec5287eb43717fc40.tar.gz openocd_libswd-ad5c168519599d583cbd9b4ec5287eb43717fc40.tar.bz2 openocd_libswd-ad5c168519599d583cbd9b4ec5287eb43717fc40.tar.xz openocd_libswd-ad5c168519599d583cbd9b4ec5287eb43717fc40.zip |
SUBMODULE: Added libswd submodule.
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index f23a5d4b..83909617 100644 --- a/.gitmodules +++ b/.gitmodules @@ -4,3 +4,6 @@ [submodule "jimtcl"] path = jimtcl url = http://repo.or.cz/r/jimtcl.git +[submodule "submodules/libswd"] + path = submodules/libswd + url = git://libswd.git.sourceforge.net/gitroot/libswd/libswd |