diff options
author | Bunnaroath Sou <35707615+bsousi5@users.noreply.github.com> | 2019-01-11 13:51:21 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-01-11 13:51:21 -0800 |
commit | b3b0658c2b5fbec96b935b88827e330204160c71 (patch) | |
tree | ef97a5783b76cf63db893ed6ec765183eb40efe0 | |
parent | ccecf94bf1419209458fdfb116944246ef2eeec7 (diff) | |
parent | e2f463a2dabd87b4a1f650720e4af97bbb9a77a7 (diff) |
Merge pull request #144 from sifive/mee-ex-locali
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 |