samples: net: openthread: create category in docs
Add higher-level category for OpenThread in docs to avoid orphaned sample documentation. Signed-off-by: Martin Jäger <martin@libre.solar>
This commit is contained in:
parent
8eff86229e
commit
17cde7d574
3 changed files with 7 additions and 4 deletions
|
|
@ -170,7 +170,7 @@ CDC ACM UART as backend for a subsystem or application:
|
|||
* ``zephyr,bt-c2h-uart`` used in Bluetooth,
|
||||
for example see :zephyr:code-sample:`bluetooth_hci_uart`
|
||||
* ``zephyr,ot-uart`` used in OpenThread,
|
||||
for example see :zephyr:code-sample:`coprocessor`
|
||||
for example see :zephyr:code-sample:`openthread-coprocessor`
|
||||
* ``zephyr,shell-uart`` used by shell for serial backend,
|
||||
for example see :zephyr_file:`samples/subsys/shell/shell_module`
|
||||
* ``zephyr,uart-mcumgr`` used by :zephyr:code-sample:`smp-svr` sample
|
||||
|
|
|
|||
5
samples/net/openthread/README.rst
Normal file
5
samples/net/openthread/README.rst
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
.. zephyr:code-sample-category:: openthread
|
||||
:name: OpenThread
|
||||
:show-listing:
|
||||
|
||||
These samples demonstrate various use cases for the Thread protocol and underlying IEEE 802.15.4.
|
||||
|
|
@ -1,6 +1,4 @@
|
|||
:orphan:
|
||||
|
||||
.. zephyr:code-sample:: coprocessor
|
||||
.. zephyr:code-sample:: openthread-coprocessor
|
||||
:name: OpenThread co-processor
|
||||
:relevant-api: openthread
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue