From 7ce16a4cf9cf59a4997f793d84dd2919b1602e1d Mon Sep 17 00:00:00 2001 From: Nathaniel Graff Date: Tue, 26 Mar 2019 13:23:54 -0700 Subject: Rename example-coreip-welcome to sifive-welcome Signed-off-by: Nathaniel Graff --- .gitmodules | 6 +++--- software/example-coreip-welcome | 1 - software/sifive-welcome | 1 + 3 files changed, 4 insertions(+), 4 deletions(-) delete mode 160000 software/example-coreip-welcome create mode 160000 software/sifive-welcome 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 diff --git a/software/example-coreip-welcome b/software/example-coreip-welcome deleted file mode 160000 index 36ee89a..0000000 --- a/software/example-coreip-welcome +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 36ee89aacc5a6b263673adcd7fc4b410dcf6c08b diff --git a/software/sifive-welcome b/software/sifive-welcome new file mode 160000 index 0000000..7c179f1 --- /dev/null +++ b/software/sifive-welcome @@ -0,0 +1 @@ +Subproject commit 7c179f11112c56f6eea9001eeb6142dd09bf5781 -- cgit v1.2.1-18-gbd029 From 2535112170bc4995f124cfa577864d8a8d50e8b1 Mon Sep 17 00:00:00 2001 From: Nathaniel Graff Date: Tue, 26 Mar 2019 13:25:14 -0700 Subject: Update docs for sifive-welcome rename Signed-off-by: Nathaniel Graff --- README.md | 2 +- doc/sphinx/contents.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 18675f6..e7a6cc3 100644 --- a/README.md +++ b/README.md @@ -83,7 +83,7 @@ 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 + - 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. -- cgit v1.2.1-18-gbd029