doc: dfu: add DFU to HTML documentation

Add the device firmware update functions to the generated HTML
documentation.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Acked-by: Lukasz Majewski <lukma@denx.de>
This commit is contained in:
Heinrich Schuchardt
2020-05-23 12:01:08 +02:00
committed by Tom Rini
parent 378fc83ebd
commit f39c8454b5
3 changed files with 28 additions and 20 deletions

7
doc/api/dfu.rst Normal file
View File

@@ -0,0 +1,7 @@
.. SPDX-License-Identifier: GPL-2.0+
Device firmware update
======================
.. kernel-doc:: include/dfu.h
:internal:

View File

@@ -6,6 +6,7 @@ U-Boot API documentation
.. toctree::
:maxdepth: 2
dfu
efi
linker_lists
serial