• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..--

README.rstD03-Aug-2024621 2718

nus-console.confD03-Aug-2024383 1713

nus-console.overlayD03-Aug-2024324 1916

snippet.ymlD03-Aug-2024108 54

README.rst

1.. _snippet-nus-console:
2
3NUS Console Snippet (nus-console)
4########################################
5
6.. code-block:: console
7
8   west build -S nus-console [...]
9
10Overview
11********
12
13This snippet redirects serial console output to a UART over NUS (Bluetooth LE) instance.
14The Bluetooth Serial device used shall be configured using :ref:`devicetree`.
15
16Requirements
17************
18
19Hardware support for:
20
21- :kconfig:option:`CONFIG_BT`
22- :kconfig:option:`CONFIG_BT_PERIPHERAL`
23- :kconfig:option:`CONFIG_BT_ZEPHYR_NUS`
24- :kconfig:option:`CONFIG_SERIAL`
25- :kconfig:option:`CONFIG_CONSOLE`
26- :kconfig:option:`CONFIG_UART_CONSOLE`
27