Skip to content

Commit

Permalink
samples: openthread: fix usb snippet doc for nrf54l15
Browse files Browse the repository at this point in the history
add information that usb snippet is not supported for nrf54l15

Signed-off-by: Maciej Baczmanski <[email protected]>
  • Loading branch information
maciejbaczmanski committed Nov 13, 2024
1 parent 8f38c1b commit 4bf28d7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions samples/openthread/cli/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,10 @@ Snippets
The following snippets are available:

* ``usb`` - Enables USB transport support.

.. note::
The ``usb`` snippet is not supported for the ``nrf54l15dk/nrf54l15/cpuapp`` board target.

* ``logging`` - Enables logging using RTT.
For additional options, refer to :ref:`RTT logging <ug_logging_backends_rtt>`.
* ``debug`` - Enables debugging the Thread sample with GDB thread awareness.
Expand Down
4 changes: 4 additions & 0 deletions samples/openthread/coprocessor/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,10 @@ The following snippets are available:
* ``logging`` - Enables logging using RTT.
For additional options, refer to :ref:`RTT logging <ug_logging_backends_rtt>`.
* ``usb`` - Enables emulating a serial port over USB for Spinel communication with the host.

.. note::
The ``usb`` snippet is not supported for the ``nrf54l15dk/nrf54l15/cpuapp`` board target.

* ``hci`` - Enables support for the Bluetooth HCI interface parallel to :ref:`Thread RCP <thread_architectures_designs_cp_rcp>`.

FEM support
Expand Down

0 comments on commit 4bf28d7

Please sign in to comment.