ca8aea1a62
Before going further for API refactoring in console subsys, makes sense to split "tty" implementation from "console" implementation, to make it clearer that "console" is just a "tty" instantiated on a particular UART device. Signed-off-by: Paul Sokolovsky <paul.sokolovsky@linaro.org>
4 lines
144 B
CMake
4 lines
144 B
CMake
zephyr_sources(line_fifo.c)
|
|
zephyr_sources_ifdef(CONFIG_CONSOLE_GETCHAR tty.c getchar.c)
|
|
zephyr_sources_ifdef(CONFIG_CONSOLE_GETLINE getline.c)
|