From: Heinrich Schuchardt Date: Mon, 18 Jan 2021 19:24:01 +0000 (+0100) Subject: doc: structure doc/develop/index.rst X-Git-Tag: v2021.10~355^2~3 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=948991f764593de53855d665eee29dc55e9f0030;p=platform%2Fkernel%2Fu-boot.git doc: structure doc/develop/index.rst Provide sub-chapters for 'Develop U-Boot' Signed-off-by: Heinrich Schuchardt Reviewed-by: Simon Glass --- diff --git a/doc/develop/index.rst b/doc/develop/index.rst index 0a7e204..b108df8 100644 --- 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