Remove device_get_binding(CONFIG_UART_CONSOLE_ON_DEV_NAME) and use DEVICE_DT_GET(DT_CHOSEN(zephyr_console)) to get chosen "zephyr,console" node. Signed-off-by: Johann Fischer <johann.fischer@nordicsemi.no> |
||
|---|---|---|
| .. | ||
| CMakeLists.txt | ||
| getchar.c | ||
| getline.c | ||
| Kconfig | ||
| tty.c | ||