This is an automated email from Gerrit. Tomasz CEDRO ([email protected]) just uploaded a new patch set to Gerrit, which you can find at http://openocd.zylin.com/1012
-- gerrit commit c002ae8a904550045833a3da44f8e18f6e65d4ee Author: Tomek CEDRO <[email protected]> Date: Tue Oct 23 23:55:50 2012 +0200 Introducing LibSWD git submodule, pointing to libswd-0.4 release branch. Introducing submodules/ directory to keep all submodules in place, with README file that describes submodules role. Change-Id: I0e2111b399d4868ab579b707965e9eb2a3e3b30d Signed-off-by: Tomek CEDRO <[email protected]> diff --git a/.gitmodules b/.gitmodules index f23a5d4..8390961 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 diff --git a/submodules/README b/submodules/README new file mode 100644 index 0000000..f02ef7c --- /dev/null +++ b/submodules/README @@ -0,0 +1,3 @@ +Submodules are external GIT repositories of software components, utilities +or libraries that are supposed to be built together with OpenOCD. +Submodules are handled by bootstrap script using git, autotools, etc. diff --git a/submodules/libswd b/submodules/libswd new file mode 160000 index 0000000..52b8402 --- /dev/null +++ b/submodules/libswd @@ -0,0 +1 @@ +Subproject commit 52b8402822dc3afad78cd9a51d73443ae3653919 -- ------------------------------------------------------------------------------ LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial Remotely access PCs and mobile devices and provide instant support Improve your efficiency, and focus on delivering more value-add services Discover what IT Professionals Know. Rescue delivers http://p.sf.net/sfu/logmein_12329d2d _______________________________________________ OpenOCD-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openocd-devel
