zephyr/drivers/console
Emil Obalski b552e60765 samples: usb: Make USB console samples call usb_enable()
usb_enable() must be called once by the application.
The application may want to register usb_dc_status_callback
and trace usb status codes (usb_dc_status_code).

After this patch all pre APPLICATION messages will be dropped
as USB console device is enabled in the application.

Application waits for console device until its ready by checking DTR
flag - uart_line_ctrl_get(). This function could be dropped but then
some log messages that were generated before USB device is ready
could also be dropped.

Signed-off-by: Emil Obalski <emil.obalski@nordicsemi.no>
2020-08-13 11:49:47 +02:00
..
CMakeLists.txt
gsm_mux.c
gsm_mux.h
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
Kconfig.gsm_mux
native_posix_console.c
ram_console.c
rtt_console.c
semihost_console.c
uart_console.c samples: usb: Make USB console samples call usb_enable() 2020-08-13 11:49:47 +02:00
uart_mcumgr.c
uart_mux_internal.h
uart_mux.c device: Apply driver_api/data attributes rename everywhere 2020-08-11 19:30:53 +02:00
uart_pipe.c
xtensa_sim_console.c