summaryrefslogtreecommitdiff
path: root/doc/sphinx/contents.rst
diff options
context:
space:
mode:
authorNathaniel Graff <nathaniel.graff@sifive.com>2019-02-15 09:34:18 -0800
committerNathaniel Graff <nathaniel.graff@sifive.com>2019-02-15 09:34:18 -0800
commit1caeb4eec588c471b33120142593dee66517d77a (patch)
tree8e214cbc600efc09faef4ea749d8a58d442463ed /doc/sphinx/contents.rst
parent5d713aebb10998e6269e0c3dc690828cc0edc472 (diff)
Add more documentation to user guide
Also adds mention of example-spi to SDK contents Signed-off-by: Nathaniel Graff <nathaniel.graff@sifive.com>
Diffstat (limited to 'doc/sphinx/contents.rst')
-rw-r--r--doc/sphinx/contents.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/sphinx/contents.rst b/doc/sphinx/contents.rst
index b207a56..e7a7613 100644
--- a/doc/sphinx/contents.rst
+++ b/doc/sphinx/contents.rst
@@ -22,6 +22,7 @@ Freedom E SDK comes packaged with the following board support packages under the
- SiFive CoreIP Arty FPGA Evaluation targets
+ - coreip-e24-arty
- coreip-e31-arty
- coreip-s51-arty
@@ -107,3 +108,6 @@ The example programs can be found under the ``software/`` directory.
- Demonstrates how to configure a Physical Memory Protection (PMP) region
+- example-spi
+
+ - Demonstrates how to use the SPI API to transfer bytes to a peripheral