diff options
author | Nathaniel Graff <nathaniel.graff@sifive.com> | 2019-02-13 15:53:13 -0800 |
---|---|---|
committer | Nathaniel Graff <nathaniel.graff@sifive.com> | 2019-02-14 13:40:02 -0800 |
commit | 85593d5053bfafd1359c2a33e2ad3516547f77b1 (patch) | |
tree | 3f7e841e4264efc5a79ae65f1c243eec392a0205 | |
parent | 8c5d2ce98df4b59ad8ea3dd724c53f1241972d15 (diff) |
Add SPI example program
Signed-off-by: Nathaniel Graff <nathaniel.graff@sifive.com>
-rw-r--r-- | .gitmodules | 3 | ||||
m--------- | software/example-spi | 0 |
2 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 diff --git a/software/example-spi b/software/example-spi new file mode 160000 +Subproject 78200c708fd847d9fdea0281430a8a665854ac2 |