-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tests: uart_basic_api: use new USB device stack
Use new USB device stack. Signed-off-by: Johann Fischer <[email protected]>
- Loading branch information
1 parent
f3e2267
commit de242a5
Showing
3 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
CONFIG_USB_DEVICE_STACK=y | ||
CONFIG_USB_DEVICE_PRODUCT="Zephyr CDC ACM UART" | ||
CONFIG_USB_DEVICE_STACK_NEXT=y | ||
CONFIG_CDC_ACM_SERIAL_INITIALIZE_AT_BOOT=y | ||
CONFIG_CDC_ACM_SERIAL_PRODUCT_STRING="Zephyr CDC ACM UART" | ||
CONFIG_UART_LINE_CTRL=y | ||
CONFIG_TEST_LOGGING_DEFAULTS=n |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters