diff --git a/doc/connectivity/usb/device/usb_device.rst b/doc/connectivity/usb/device/usb_device.rst index 5dc420adaeb..2e5649edbe1 100644 --- a/doc/connectivity/usb/device/usb_device.rst +++ b/doc/connectivity/usb/device/usb_device.rst @@ -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 diff --git a/samples/net/openthread/README.rst b/samples/net/openthread/README.rst new file mode 100644 index 00000000000..eb94b5cb5c5 --- /dev/null +++ b/samples/net/openthread/README.rst @@ -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. diff --git a/samples/net/openthread/coprocessor/README.rst b/samples/net/openthread/coprocessor/README.rst index 373fbdf8f59..9fa548201af 100644 --- a/samples/net/openthread/coprocessor/README.rst +++ b/samples/net/openthread/coprocessor/README.rst @@ -1,6 +1,4 @@ -:orphan: - -.. zephyr:code-sample:: coprocessor +.. zephyr:code-sample:: openthread-coprocessor :name: OpenThread co-processor :relevant-api: openthread