summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathaniel Graff <nathaniel.graff@sifive.com>2019-03-26 13:25:14 -0700
committerNathaniel Graff <nathaniel.graff@sifive.com>2019-03-26 13:25:14 -0700
commit2535112170bc4995f124cfa577864d8a8d50e8b1 (patch)
tree7b4a057ae8ad64a8cd343c46506c79bd24d77119
parent7ce16a4cf9cf59a4997f793d84dd2919b1602e1d (diff)
Update docs for sifive-welcome rename
Signed-off-by: Nathaniel Graff <nathaniel.graff@sifive.com>
-rw-r--r--README.md2
-rw-r--r--doc/sphinx/contents.rst2
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.