diff options
author | Nathaniel Graff <nathaniel.graff@sifive.com> | 2018-12-19 14:21:37 -0800 |
---|---|---|
committer | Nathaniel Graff <nathaniel.graff@sifive.com> | 2019-01-07 10:57:33 -0800 |
commit | 2139efac01f4bd8826eeec3cf5a60ffaf4d5c942 (patch) | |
tree | 88758c67f05119a4790491ec20b161f900112014 /.gitmodules | |
parent | c8611b1e729931796c0403023c755b694439853a (diff) |
Add ITIM example
Signed-off-by: Nathaniel Graff <nathaniel.graff@sifive.com>
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
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 |