From 2139efac01f4bd8826eeec3cf5a60ffaf4d5c942 Mon Sep 17 00:00:00 2001 From: Nathaniel Graff Date: Wed, 19 Dec 2018 14:21:37 -0800 Subject: Add ITIM example Signed-off-by: Nathaniel Graff --- .gitmodules | 3 +++ software/example-itim | 1 + 2 files changed, 4 insertions(+) create mode 160000 software/example-itim diff --git a/.gitmodules b/.gitmodules index 060615c..955d83d 100644 --- a/.gitmodules +++ b/.gitmodules @@ -7,3 +7,6 @@ [submodule "scripts/elf2hex"] path = scripts/elf2hex url = ../elf2hex +[submodule "software/example-itim"] + path = software/example-itim + url = https://github.com/sifive/example-itim.git diff --git a/software/example-itim b/software/example-itim new file mode 160000 index 0000000..bd80215 --- /dev/null +++ b/software/example-itim @@ -0,0 +1 @@ +Subproject commit bd8021596e0e157da0ffc5426bcc020044345782 -- cgit v1.2.1-18-gbd029