projects
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9153924
)
doc: structure doc/develop/index.rst
author
Heinrich Schuchardt
<xypron.glpk@gmx.de>
Mon, 18 Jan 2021 19:24:01 +0000
(20:24 +0100)
committer
Tom Rini
<trini@konsulko.com>
Sat, 23 Jan 2021 14:53:46 +0000
(09:53 -0500)
Provide sub-chapters for 'Develop U-Boot'
Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Reviewed-by: Simon Glass <sjg@chromium.org>
doc/develop/index.rst
patch
|
blob
|
history
diff --git
a/doc/develop/index.rst
b/doc/develop/index.rst
index 0a7e204b3438d84cc098fc19ba371bee04387260..b108df8e1b59447dfed76cce0f8528b4763a0e79 100644
(file)
--- a/
doc/develop/index.rst
+++ b/
doc/develop/index.rst
@@
-3,13
+3,29
@@
Develop U-Boot
==============
+Implementation
+--------------
.. toctree::
- :maxdepth:
2
+ :maxdepth:
1
- coccinelle
commands
- crash_dumps
global_data
logging
+
+Debugging
+---------
+
+.. toctree::
+ :maxdepth: 1
+
+ crash_dumps
trace
+
+Testing
+-------
+
+.. toctree::
+ :maxdepth: 1
+
+ coccinelle