mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-01 16:42:39 +00:00
When using USB CDC, set that via an overlay instead of in the board DTS. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
12 lines
168 B
Plaintext
12 lines
168 B
Plaintext
/*
|
|
* Copyright (c) 2018 Intel Corporation
|
|
*
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
|
|
/ {
|
|
chosen {
|
|
zephyr,console = &usb_cdc;
|
|
};
|
|
};
|