diff options
author | David Connelly <47538830+dconn-sifive@users.noreply.github.com> | 2019-03-06 13:10:56 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-03-06 13:10:56 -0500 |
commit | f7601b8a833502a34047af50ebb200d543e81da7 (patch) | |
tree | 5bd75f298541ac13703be7579de7e90cedbd6e00 | |
parent | ca5a57b10b446871d584e590bfa689c39b1d5e8c (diff) | |
parent | 33787f7ab3e84e5d2bd7cbfbbec08b7638348e5c (diff) |
Merge pull request #187 from sifive/coreplex_welcome-port-to-metal
Coreplex welcome port to metal
-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 |