mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-08 15:35:45 +00:00
This patch add tty runtime initialization check for console support routines. Without it callers of routines API are not aware that initialization of tty was failed. This patch basically checks availability of console device and also its support for interrupt driven transfers if routines are configured to use it. Signed-off-by: Pavel Kral <pavel.kral@omsquare.com> |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
getchar.c | ||
getline.c | ||
Kconfig | ||
line_fifo.c | ||
tty.c |