mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-24 13:45:46 +00:00
This patch extends the uart sample so the same functionality (write buffer, read char then write buffer again) is implemented using irq-based APIs. Change-Id: Iefb14dae2b253f90da64ccef8c123619ed494aca Signed-off-by: Andre Guedes <andre.guedes@intel.com>
2 lines
46 B
Plaintext
2 lines
46 B
Plaintext
CONFIG_SERIAL=y
|
|
CONFIG_UART_INTERRUPT_DRIVEN=y |