zephyr/subsys/console
Johann Fischer e78b0785b3 console: remove device_get_binding(CONFIG_UART_CONSOLE_ON_DEV_NAME)
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>
2021-08-23 18:53:47 -04:00
..
CMakeLists.txt console: Remove deprecated function console_register_line_input 2019-09-18 19:14:25 -05:00
getchar.c console: remove device_get_binding(CONFIG_UART_CONSOLE_ON_DEV_NAME) 2021-08-23 18:53:47 -04:00
getline.c cleanup: include/: move uart.h to drivers/uart.h 2019-06-27 22:55:49 -04:00
Kconfig console: Port to the new timeout API 2020-05-07 11:01:55 +02:00
tty.c kernel: sem: add K_SEM_MAX_LIMIT 2021-03-05 08:13:53 -06:00