mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-06-24 07:32:01 +00:00
doc: Add driver-model to Sphinx TOC tree
Add index.rst for driver model. More docs will be added later. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Reviewed-by: Heinrich Schuchardt <xypron.glkpk@gmx.de>
This commit is contained in:
parent
f0e608bc69
commit
d9756c41f9
2 changed files with 18 additions and 0 deletions
7
doc/driver-model/index.rst
Normal file
7
doc/driver-model/index.rst
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
.. SPDX-License-Identifier: GPL-2.0+
|
||||||
|
|
||||||
|
Driver Model
|
||||||
|
============
|
||||||
|
|
||||||
|
.. toctree::
|
||||||
|
:maxdepth: 2
|
|
@ -15,6 +15,17 @@ if you want to help out.
|
||||||
.. toctree::
|
.. toctree::
|
||||||
:maxdepth: 2
|
:maxdepth: 2
|
||||||
|
|
||||||
|
Driver-Model documentation
|
||||||
|
--------------------------
|
||||||
|
The following holds information on the U-Boot device driver framework:
|
||||||
|
driver-model, including the design details of itself and several driver
|
||||||
|
subsystems.
|
||||||
|
|
||||||
|
.. toctree::
|
||||||
|
:maxdepth: 2
|
||||||
|
|
||||||
|
driver-model/index
|
||||||
|
|
||||||
U-Boot API documentation
|
U-Boot API documentation
|
||||||
------------------------
|
------------------------
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue