Commit 473f7e27 authored by Miguel Jimenez Lopez's avatar Miguel Jimenez Lopez

Add new submodules for the new release of the White Rabbit Starting Kit.

parent 009f55e4
[submodule "spec-sw"]
path = spec-sw
url = https://ohwr.org/project/spec-sw.git
[submodule "wr-nic"]
path = wr-nic
url = https://ohwr.org/project/wr-nic.git
[submodule "fmc-dio"]
path = fmc-dio
url = https://ohwr.org/project/fmc-dio-5chttla.git
[submodule "wrpc-sw"]
path = wrpc-sw
url = https://ohwr.org/project/wrpc-sw.git
[submodule "coht-vic"]
path = coht-vic
url = https://gitlab.cern.ch/cohtdrivers/coht-vic.git
......@@ -14,8 +14,8 @@
## will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
########################################################################
SUBMOD_DIRS=spec-sw
MAKE_DIRS = spec-sw #tools
SUBMOD_DIRS=spec-sw wr-nic fmc-dio wrpc-sw coht-vic
MAKE_DIRS = spec-sw wr-nic fmc-dio wrpc-sw coht-vic #tools
#RUNME := $(shell test -d $(FMC_DRV) || git submodule update --init)
......@@ -39,5 +39,13 @@ update:
git submodule update
cd spec-sw
git submodule update
cd wr-nic
git submodule update
cd fmc-dio
git submodule update
cd wrpc-sw
git submodule update
cd coht-vic
git submodule update
coht-vic @ b145eb03
Subproject commit b145eb03746396314043b4cba8e57a6d0c6fe5d7
Subproject commit 58e29b61413df73b198134dbaa9321b4aac6406f
Subproject commit 3508bf44d78f5bbf8afa5d54f6e2755bd8403cbb
Subproject commit 75f5007e599c7490169a9ebf95e94617d1866f63
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment