diff options
-rw-r--r-- | .gitmodules | 6 | ||||
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | doc/sphinx/contents.rst | 2 | ||||
m--------- | software/example-coreip-welcome | 0 | ||||
m--------- | software/sifive-welcome | 0 |
5 files changed, 5 insertions, 5 deletions
diff --git a/.gitmodules b/.gitmodules index fc5bf3f..bd6e9c4 100644 --- a/.gitmodules +++ b/.gitmodules @@ -37,6 +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 +[submodule "software/sifive-welcome"] + path = software/sifive-welcome + url = https://github.com/sifive/sifive-welcome @@ -90,7 +90,7 @@ operating systems to RISC-V. - 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 + - sifive-welcome - Prints the SiFive banner and blinks LEDs ### Setting up the SDK ### diff --git a/doc/sphinx/contents.rst b/doc/sphinx/contents.rst index 0408900..ed1b6af 100644 --- a/doc/sphinx/contents.rst +++ b/doc/sphinx/contents.rst @@ -98,7 +98,7 @@ The example programs can be found under the ``software/`` directory. - Prints "Hello, World!" to stdout, if a serial device is present on the target. -- example-coreip-welcome +- sifive-welcome - Prints a welcome message and interacts with the LEDs. diff --git a/software/example-coreip-welcome b/software/example-coreip-welcome deleted file mode 160000 -Subproject 36ee89aacc5a6b263673adcd7fc4b410dcf6c08 diff --git a/software/sifive-welcome b/software/sifive-welcome new file mode 160000 +Subproject 7c179f11112c56f6eea9001eeb6142dd09bf578 |