mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-22 20:58:22 +00: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:
parent
063790cb62
commit
0ae9bc3c42
2 changed files with 10 additions and 0 deletions
|
@ -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:
|
Loading…
Add table
Reference in a new issue