Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions app/prj_usbd_next.conf
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# This is using the experimental USB device_next stack class
CONFIG_WARN_EXPERIMENTAL=y
CONFIG_USB_DEVICE_STACK_NEXT=y

# Logging configuration
Expand Down
2 changes: 0 additions & 2 deletions app/prj_usbd_next_release.conf
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# This is using the experimental USB device_next stack class
CONFIG_WARN_EXPERIMENTAL=y
CONFIG_USB_DEVICE_STACK_NEXT=y

# Hardened configuration
Expand Down
3 changes: 1 addition & 2 deletions subsys/usb/device_next/class/Kconfig.gs_usb
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,9 @@
# SPDX-License-Identifier: Apache-2.0

config USBD_GS_USB
bool "Geschwister Schneider USB/CAN Device Class support [EXPERIMENTAL]"
bool "Geschwister Schneider USB/CAN Device Class support"
default y
depends on DT_HAS_GS_USB_ENABLED
select EXPERIMENTAL
select NET_BUF
select CAN
imply CAN_ACCEPT_RTR
Expand Down
Loading