Defined default values for baudrate, parity, stop bits, and data bits. This removes complexity and obfuscation from the code. Signed-off-by: Yishai Jaffe <yishai1999@gmail.com>
Add wrapper DEVICE_API macro to all uart_driver_api instances. Signed-off-by: Pieter De Gendt <pieter.degendt@basalte.be>
This supports polling and interrupt APIs, but not the async API. Signed-off-by: Michael Zimmermann <michael.zimmermann@grandcentrix.net>