zephyr/drivers/console
Flavio Ceolin d507574864 console: uart: Ifdef an include
usb-device.h must be included only if CONFIG_USB_UART_CONSOLE is
defined, otherwise it is not used and will pull a lot of usb code.

Signed-off-by: Flavio Ceolin <flavio.ceolin@intel.com>
2020-01-28 14:02:54 -05:00
..
CMakeLists.txt
Kconfig console: kconfig: Have CONSOLE_HANDLER dep. on SERIAL_SUPPORT_INTERRUPT 2020-01-24 22:48:40 +01:00
ipm_console_receiver.c treewide: use full path to console/ipm_console.h header 2020-01-26 17:52:12 +01:00
ipm_console_sender.c treewide: use full path to console/ipm_console.h header 2020-01-26 17:52:12 +01:00
native_posix_console.c
ram_console.c
rtt_console.c
uart_console.c console: uart: Ifdef an include 2020-01-28 14:02:54 -05:00
uart_mcumgr.c treewide: use full path to console/uart_mcumgr.h header 2020-01-26 17:52:12 +01:00
uart_pipe.c treewide: use full path to console/uart_pipe.h header 2020-01-26 17:52:12 +01:00
xtensa_sim_console.c