diff options
-rw-r--r-- | .gitmodules | 3 | ||||
-rw-r--r-- | README.md | 4 | ||||
m--------- | software/example-coreip-welcome | 0 |
3 files changed, 6 insertions, 1 deletions
diff --git a/.gitmodules b/.gitmodules index 068c7a1..28db658 100644 --- a/.gitmodules +++ b/.gitmodules @@ -37,3 +37,6 @@ [submodule "software/empty"] path = software/empty url = https://github.com/sifive/example-empty.git +[submodule "software/example-coreip-welcome"] + path = software/example-coreip-welcome + url = https://github.com/sifive/example-coreip-welcome @@ -79,7 +79,9 @@ of Freedom E SDK. - Demonstrates how to register a handler for and trigger a local interrupt - example-pmp - Demonstrates how to configure a Physical Memory Protection (PMP) region - + - example-coreip-welcome + - Prints the SiFive banner and blinks LEDs + #### (Deprecated) Legacy Freedom E SDK Library #### As we transition to supporting SiFive targets and examples with the new Freedom Metal diff --git a/software/example-coreip-welcome b/software/example-coreip-welcome new file mode 160000 +Subproject cbcea378fcb4ab2310bc1d283b79a1539e62109 |