From d6bd334ec0846501c7a904802ed2aefe8e664671 Mon Sep 17 00:00:00 2001 From: Nathaniel Graff Date: Thu, 13 Dec 2018 13:59:49 -0800 Subject: Move hello example to submodule Signed-off-by: Nathaniel Graff --- .gitmodules | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitmodules (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..4f23d3e --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "software/hello"] + path = software/hello + url = https://github.com/sifive/example-hello.git -- cgit v1.2.1-18-gbd029 From b38973e0327f79d1c2ca2f86872a0954b0ad4c79 Mon Sep 17 00:00:00 2001 From: Nathaniel Graff Date: Thu, 13 Dec 2018 14:01:32 -0800 Subject: Add Freedom MEE as a submodule Signed-off-by: Nathaniel Graff --- .gitmodules | 3 +++ 1 file changed, 3 insertions(+) (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules index 4f23d3e..68ab3b2 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule "software/hello"] path = software/hello url = https://github.com/sifive/example-hello.git +[submodule "freedom-mee"] + path = freedom-mee + url = https://github.com/sifive/freedom-mee.git -- cgit v1.2.1-18-gbd029