Skip to content

Commit 0910c86

Browse files
ubiedaaescolar
authored andcommitted
snippets: nus-console: doc: Remove invalid device-tree requirements
These were copied-over from cdc-acm-console by mistake. It's not valid for this snippet, therefore it's being removed. Signed-off-by: Luis Ubieda <luisf@croxel.com>
1 parent 2aa6b81 commit 0910c86

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

snippets/nus-console/README.rst

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,3 @@ Hardware support for:
2424
- :kconfig:option:`CONFIG_SERIAL`
2525
- :kconfig:option:`CONFIG_CONSOLE`
2626
- :kconfig:option:`CONFIG_UART_CONSOLE`
27-
28-
A devicetree node with node label ``bt_nus_console_uart`` that points to an enabled
29-
device node with nus-uart support. This should look roughly like this in
30-
:ref:`your devicetree <get-devicetree-outputs>`:
31-
32-
.. code-block:: DTS
33-
34-
bt_nus_console_uart: bt_nus_console_uart {
35-
compatible = "zephyr,nus-uart";
36-
/* ... */
37-
};

0 commit comments

Comments
 (0)