zephyr/drivers/console
Emil Obalski 80a89ef799 console: usb: Remove obsolete Kconfig option.
This patch removes unused Kconfig option from console
subsystem. If application wants to wait until the console
port is connected, enabled and ready to receive data
it should use uart_line_ctrl_get() API function and
check for DTR flag.

Signed-off-by: Emil Obalski <emil.obalski@nordicsemi.no>
2020-08-13 11:49:47 +02:00
..
CMakeLists.txt cmake: remove _if_kconfig() functions 2020-08-01 12:35:20 +02:00
gsm_mux.c drivers: console: gsm_mux: fix timeout after timeout API change 2020-07-07 15:08:43 +02:00
gsm_mux.h zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
ipm_console_receiver.c device: Apply driver_api/data attributes rename everywhere 2020-08-11 19:30:53 +02:00
ipm_console_sender.c device: Apply config_info rename everywhere 2020-08-11 19:30:53 +02:00
Kconfig console: usb: Remove obsolete Kconfig option. 2020-08-13 11:49:47 +02:00
Kconfig.gsm_mux drivers: gsm_mux: Support GSM 07.10 muxing protocol 2020-04-17 10:15:54 +03:00
native_posix_console.c drivers: use K_KERNEL_STACK macros 2020-08-04 12:16:43 -04:00
ram_console.c
rtt_console.c timeout: Fix up API usage 2020-03-31 19:40:47 -04:00
semihost_console.c console: Add semihosting console 2020-05-07 23:33:38 -05:00
uart_console.c samples: usb: Make USB console samples call usb_enable() 2020-08-13 11:49:47 +02:00
uart_mcumgr.c mgmt: Move mcumgr into its own folder 2020-07-31 08:46:53 -05:00
uart_mux_internal.h zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
uart_mux.c device: Apply driver_api/data attributes rename everywhere 2020-08-11 19:30:53 +02:00
uart_pipe.c uart: Fix uart_irq_callback_set usage 2020-07-30 09:43:12 +02:00
xtensa_sim_console.c console: xtensa_sim_console: Cleanup and use static keyword 2020-03-11 09:17:38 -04:00