zephyr/samples/drivers/uart
Derek Snell faceffbb97 samples: drivers: uart: async_api: exclude some platforms with LPUART
NXP platforms with the LPUART require DMA for the async feature.
Exclude platforms without DMA.  Also exclude platforms with DCACHE
since this sample does not place the UART buffers in non-cacheable
memory.

Signed-off-by: Derek Snell <derek.snell@nxp.com>
2025-04-29 02:42:19 +02:00
..
async_api samples: drivers: uart: async_api: exclude some platforms with LPUART 2025-04-29 02:42:19 +02:00
echo_bot
native_tty
passthrough
README.rst

.. zephyr:code-sample-category:: uart
   :name: Universal Asynchronous Receiver-Transmitter (UART)
   :show-listing:

   These samples demonstrate how to use the :ref:`UART <uart_api>` driver API.