summaryrefslogtreecommitdiff
path: root/.gitmodules
diff options
context:
space:
mode:
authorNathaniel Graff <nathaniel.graff@sifive.com>2019-05-23 18:08:45 +0000
committerGitHub <noreply@github.com>2019-05-23 18:08:45 +0000
commite3804d42d321b5ebf3d2ef989a97c09b412393bf (patch)
tree3255e12302f5e669953d411da90c74c5b2ebec2b /.gitmodules
parent10141c856ae0d1ae6724761fcf2a33ad1c69acfc (diff)
parent5b41bfbe156f1f4b773945da55310c89ef8925bb (diff)
Merge pull request #241 from sifive/user-mode
Add user mode example programs
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules6
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules
index aba5d34..40b88d9 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -46,3 +46,9 @@
[submodule "software/multicore-hello"]
path = software/multicore-hello
url = https://github.com/sifive/example-multicore-hello.git
+[submodule "software/example-user-mode"]
+ path = software/example-user-mode
+ url = https://github.com/sifive/example-user-mode.git
+[submodule "software/example-user-syscall"]
+ path = software/example-user-syscall
+ url = https://github.com/sifive/example-user-syscall.git