Skip to content

Commit

Permalink
usb: device_next: Remove experimental status
Browse files Browse the repository at this point in the history
The device_next stack now supports almost all classes that were covered
by the legacy stack, and many controllers have been ported already.

See zephyrproject-rtos#42066 for more info.

Signed-off-by: Carles Cufi <carles.cufi@nordicsemi.no>
  • Loading branch information
carlescufi committed Oct 16, 2024
1 parent 8c705ca commit 68fa663
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions subsys/usb/device_next/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
# SPDX-License-Identifier: Apache-2.0

menuconfig USB_DEVICE_STACK_NEXT
bool "New USB device stack [EXPERIMENTAL]"
select EXPERIMENTAL
bool "New USB device stack"
select UDC_DRIVER
imply HWINFO
help
Expand Down

0 comments on commit 68fa663

Please sign in to comment.