diff options
Diffstat (limited to 'doc/develop/index.rst')
-rw-r--r-- | doc/develop/index.rst | 25 |
1 files changed, 22 insertions, 3 deletions
diff --git a/doc/develop/index.rst b/doc/develop/index.rst index 0a7e204b34..beaa64d8d9 100644 --- a/doc/develop/index.rst +++ b/doc/develop/index.rst @@ -3,13 +3,32 @@ Develop U-Boot ============== +Implementation +-------------- .. toctree:: - :maxdepth: 2 + :maxdepth: 1 - coccinelle commands - crash_dumps global_data logging + menus + +Debugging +--------- + +.. toctree:: + :maxdepth: 1 + + crash_dumps trace + +Testing +------- + +.. toctree:: + :maxdepth: 1 + + coccinelle + testing + py_testing |