zephyr/snippets/serial-console
Gerard Marull-Paretas a706461ea9 snippets: add serial-console
Add a new snippet to enable serial console. Even though most Zephyr
boards enable this by default, the same is not true for many real
boards, where enabling UART can increase power consumption. Having
this snippet may become handy on such scenarios. We could also
consider cleaning up upstream boards by just enabling this snippet
by default.

Signed-off-by: Gerard Marull-Paretas <gerard@teslabs.com>
2024-11-16 15:21:14 -05:00
..
README.rst
serial-console.conf
snippet.yml

README.rst

.. _snippet-uart-console:

UART Console Snippet (uart-console)
###################################

Overview
********

This snippet enables console output the chosen UART in ``zephyr,console``.