diff options
-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. |