zephyr/samples/subsys/usb/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
..
src samples: usb: Make USB console samples call usb_enable() 2020-08-13 11:49:47 +02:00
CMakeLists.txt samples: make find_package(Zephyr...) REQUIRED 2020-05-29 10:47:25 +02:00
Kconfig
prj.conf console: usb: Remove obsolete Kconfig option. 2020-08-13 11:49:47 +02:00
README.txt
sample.yaml tests: fix test identifiers 2019-12-09 15:53:44 -05:00

Title: USB Console Hello World

Description:

A simple Hello World example, with console output coming to USB UART. Primarily
intended to show the required config options.

Usage
-----
Plug the board into a host device, for example, a PC running Linux.
The board will be detected as a CDC_ACM serial device. To see the console output
from the zephyr board, use a command similar to "minicom -D /dev/ttyACM0".
You may need to stop modemmanager via "sudo stop modemmanager", if it is
trying to access the device in the background.

--------------------------------------------------------------------------------

Building and Running Project:

$ west build -b reel_board

Sample Output:

Hello World! x86
Hello World! x86
Hello World! x86
Hello World! x86
...
...