diff options
author | Bunnaroath Sou <bsou@sifive.com> | 2019-01-11 13:47:28 -0800 |
---|---|---|
committer | Bunnaroath Sou <bsou@sifive.com> | 2019-01-11 13:47:53 -0800 |
commit | e2f463a2dabd87b4a1f650720e4af97bbb9a77a7 (patch) | |
tree | ef97a5783b76cf63db893ed6ec765183eb40efe0 | |
parent | ccecf94bf1419209458fdfb116944246ef2eeec7 (diff) |
Add a simple local interrupt example
-rw-r--r-- | .gitmodules | 3 | ||||
m--------- | software/local-interrupt | 0 |
2 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 6041cd3..1845590 100644 --- a/.gitmodules +++ b/.gitmodules @@ -16,3 +16,6 @@ [submodule "software/timer-interrupt"] path = software/timer-interrupt url = git@github.com:sifive/example-timer-interrupt.git +[submodule "software/local-interrupt"] + path = software/local-interrupt + url = git@github.com:sifive/example-local-interrupt.git diff --git a/software/local-interrupt b/software/local-interrupt new file mode 160000 +Subproject 9aba96b134311137c38e0e6f4e028076cee7c6c |