diff options
author | Tom Rini <trini@konsulko.com> | 2021-01-23 09:54:02 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2021-01-23 09:54:02 -0500 |
commit | b577bc1c5fac9b15a075459a9841ef9ede1f1b80 (patch) | |
tree | 268141911a4f294d7a35b203b08cd56a4fbc1304 /doc/develop/index.rst | |
parent | abd95385e7dfcb633abc9073740caa9f014e8fc7 (diff) | |
parent | 12316967ad5355798a85739a27afbdde35e3c042 (diff) |
Merge branch '2021-01-22-doc-updates'
- Assorted documentation updates
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 |