zephyr/samples/subsys/usb/console
Anas Nashif 4fa08decc1 tests: usb: add fixture requirement
The test for this sample requires a usb connection to a secondary port,
output is not captured on the default usb port.

Fixes #28154

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2020-09-14 18:37:17 -05:00
..
src device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
CMakeLists.txt
Kconfig
prj.conf console: usb: Remove obsolete Kconfig option. 2020-08-13 11:49:47 +02:00
README.txt
sample.yaml tests: usb: add fixture requirement 2020-09-14 18:37:17 -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
...
...