drivers: serial: ns16550: Add support for Async APIs

Added support for async APIs for ns16550. This will be
enabled by kconfig CONFIG_UART_ASYNC_API.

Signed-off-by: Anisetti Avinash Krishna <anisetti.avinash.krishna@intel.com>
This commit is contained in:
Anisetti Avinash Krishna
2023-04-04 15:14:34 +05:30
committed by Fabio Baltieri
parent 3d5de8920b
commit 2d03aaf99f
2 changed files with 576 additions and 1 deletions

View File

@@ -6,6 +6,7 @@ menuconfig UART_NS16550
depends on DT_HAS_NS16550_ENABLED
select SERIAL_HAS_DRIVER
select SERIAL_SUPPORT_INTERRUPT
select SERIAL_SUPPORT_ASYNC
help
This option enables the NS16550 serial driver.
This driver can be used for the serial hardware

File diff suppressed because it is too large Load Diff