diff options
author | Stefan Roese | 2022-09-02 13:57:53 +0200 |
---|---|---|
committer | Tom Rini | 2022-09-13 16:01:44 -0400 |
commit | 00275f5ead89dcbed583da2a698b7ba2c6384d0d (patch) | |
tree | da5befb3e8b8c5fcfacd4854c36ae73c8912b998 /doc/develop/index.rst | |
parent | 5ee0fa722c300d443b82d214a67583b36ae40909 (diff) |
cyclic: Add documentation
Add documentation for the cyclic function infrastructure, including the
cyclic command.
Signed-off-by: Stefan Roese <sr@denx.de>
Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'doc/develop/index.rst')
-rw-r--r-- | doc/develop/index.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/develop/index.rst b/doc/develop/index.rst index f7ee09db246..ce6b38e5762 100644 --- a/doc/develop/index.rst +++ b/doc/develop/index.rst @@ -27,6 +27,7 @@ Implementation ci_testing commands config_binding + cyclic devicetree/index distro driver-model/index |