Refactor docs

This commit is contained in:
Olof Kindgren 2024-02-14 20:45:04 +01:00
parent c469c3174b
commit 51c7833fa8
5 changed files with 31 additions and 9 deletions

5
doc/datasheet.rst Normal file
View file

@ -0,0 +1,5 @@
*********
Datasheet
*********
.. include:: interface.rst

View file

@ -1,12 +1,13 @@
################
SERV user manual
================
################
Welcome to the user manual of the award-winning SERV, the world's smallest RISC-V CPU.
.. toctree::
:maxdepth: 3
:maxdepth: 4
:caption: Contents:
interface.rst
modules.rst
servant.rst
datasheet.rst
internals.rst
reservoir.rst

5
doc/internals.rst Normal file
View file

@ -0,0 +1,5 @@
*********
Internals
*********
.. include:: modules.rst

9
doc/reservoir.rst Normal file
View file

@ -0,0 +1,9 @@
**************************
Building systems with SERV
**************************
A CPU is only as good as its eosystem. In order to make use of SERV, it needs to be combined with other components such as memories, accelerators and peripheral controllers.
Welcome to the reservoir, a pool of ready-made designs and subsystems for different purpsoses that you can use to quickly get started with SERV or integrate it into larger designs.
.. include:: servant.rst

View file

@ -1,10 +1,12 @@
Reference platform
==================
Servant : FPGA Reference platform
=================================
.. figure:: servant.png
Servant FPGA Reference platform
SERV comes with a small FPGA-focused reference platform called Servant, which is capable of running Zephyr RTOS, the regression test suite and other software. The platform consists of SERV, a timer, memory and a 1-bit GPIO output pin.
.. image:: servant.png
Available targets
-----------------