mirror of
https://xff.cz/git/u-boot/
synced 2025-09-10 05:02:16 +02:00
doc: add sandbox API
Add sandbox API to generated HTML documentation Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Reviewed-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
committed by
Simon Glass
parent
063790cb62
commit
0ae9bc3c42
@@ -12,6 +12,7 @@ U-Boot API documentation
|
|||||||
linker_lists
|
linker_lists
|
||||||
pinctrl
|
pinctrl
|
||||||
rng
|
rng
|
||||||
|
sandbox
|
||||||
serial
|
serial
|
||||||
timer
|
timer
|
||||||
unicode
|
unicode
|
||||||
|
9
doc/api/sandbox.rst
Normal file
9
doc/api/sandbox.rst
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
.. SPDX-License-Identifier: GPL-2.0+
|
||||||
|
|
||||||
|
Sandbox
|
||||||
|
=======
|
||||||
|
|
||||||
|
The following API routines are used to implement the U-Boot sandbox.
|
||||||
|
|
||||||
|
.. kernel-doc:: include/os.h
|
||||||
|
:internal:
|
Reference in New Issue
Block a user