diff options
author | Nathaniel Graff <nathaniel.graff@sifive.com> | 2019-02-14 21:48:47 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-02-14 21:48:47 +0000 |
commit | 5d713aebb10998e6269e0c3dc690828cc0edc472 (patch) | |
tree | 3f7e841e4264efc5a79ae65f1c243eec392a0205 /.gitmodules | |
parent | fde5fd856378aed6c552fc0338e992f918dec18e (diff) | |
parent | 85593d5053bfafd1359c2a33e2ad3516547f77b1 (diff) |
Merge pull request #174 from sifive/metal-spi
Add SPI driver and example
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index c06c4c2..0c71e12 100644 --- a/.gitmodules +++ b/.gitmodules @@ -31,3 +31,6 @@ [submodule "doc/html"] path = doc/html url = https://github.com/sifive/freedom-e-sdk-docs.git +[submodule "software/example-spi"] + path = software/example-spi + url = https://github.com/sifive/example-spi.git |