diff options
-rw-r--r-- | .gitmodules | 3 | ||||
-rw-r--r-- | README.md | 2 | ||||
m--------- | software/example-pmp | 0 | ||||
m--------- | software/hello | 0 |
4 files changed, 5 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index b92428d..ec643f0 100644 --- a/.gitmodules +++ b/.gitmodules @@ -25,3 +25,6 @@ [submodule "software/return-pass"] path = software/return-pass url = https://github.com/sifive/example-return-pass.git +[submodule "software/example-pmp"] + path = software/example-pmp + url = https://github.com/sifive/example-pmp.git @@ -75,6 +75,8 @@ of Freedom E SDK. - Demonstrates how to register a handler for and trigger a timer interrupt - local-interrupt - Demonstrates how to register a handler for and trigger a local interrupt + - example-pmp + - Demonstrates how to configure a Physical Memory Protection (PMP) region #### (Deprecated) Legacy Freedom E SDK Library #### diff --git a/software/example-pmp b/software/example-pmp new file mode 160000 +Subproject 1f19359da8ef994230193f3a1ca3bba051a1ec4 diff --git a/software/hello b/software/hello -Subproject 6c63a15e2fb2d63713a4af91a50f6b087c6db1f +Subproject a9212fbe78293ae408259b98d05628e38c9071f |