zephyr/drivers/console
Peter A. Bigot a58d8ebaa6 driver: uart: make deprecation effective
Several macros were documented as deprecated but lacked the
infrastructure to produce deprecation warnings.  Add the deprecation
marker, and fix the in-tree references to the deprecated spellings.

Note that one non-deprecated macro should have been deprecated, and
is, referring to a newly added line control bit.

Signed-off-by: Peter A. Bigot <pab@pabigot.com>
2019-11-07 12:44:15 -06:00
..
CMakeLists.txt
Kconfig kconfig: Clean up header comments and make them consistent 2019-11-04 17:31:27 -05:00
ipm_console_receiver.c drivers: fix k_thread_create timeout argument 2019-09-19 17:35:53 +02:00
ipm_console_sender.c cleanup: include/: move misc/printk.h to sys/printk.h 2019-06-27 22:55:49 -04:00
native_posix_console.c console: Remove deprecated function console_register_line_input 2019-09-18 19:14:25 -05:00
ram_console.c cleanup: include/: move misc/printk.h to sys/printk.h 2019-06-27 22:55:49 -04:00
rtt_console.c cleanup: include/: move misc/printk.h to sys/printk.h 2019-06-27 22:55:49 -04:00
uart_console.c driver: uart: make deprecation effective 2019-11-07 12:44:15 -06:00
uart_mcumgr.c cleanup: include/: move uart.h to drivers/uart.h 2019-06-27 22:55:49 -04:00
uart_pipe.c cleanup: include/: move misc/printk.h to sys/printk.h 2019-06-27 22:55:49 -04:00
xtensa_sim_console.c