diff options
author | Nathaniel Graff <nathaniel.graff@sifive.com> | 2019-03-26 13:25:14 -0700 |
---|---|---|
committer | Nathaniel Graff <nathaniel.graff@sifive.com> | 2019-03-26 13:25:14 -0700 |
commit | 2535112170bc4995f124cfa577864d8a8d50e8b1 (patch) | |
tree | 7b4a057ae8ad64a8cd343c46506c79bd24d77119 | |
parent | 7ce16a4cf9cf59a4997f793d84dd2919b1602e1d (diff) |
Update docs for sifive-welcome rename
Signed-off-by: Nathaniel Graff <nathaniel.graff@sifive.com>
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | doc/sphinx/contents.rst | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -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. |