diff options
author | Nathaniel Graff <nathaniel.graff@sifive.com> | 2019-01-07 19:06:03 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-01-07 19:06:03 +0000 |
commit | 7a965490cc35a8f9880f0a7d15a28a5dfb954bfd (patch) | |
tree | fd8ceb059aa13860b39ec536013373339d863fba /.gitmodules | |
parent | 1a8f64bd33401e2f7b743558b3453ec30a092c9a (diff) | |
parent | 2139efac01f4bd8826eeec3cf5a60ffaf4d5c942 (diff) |
Merge pull request #127 from sifive/itim
Add an ITIM example
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 |