Commit 489ea9df authored by Johann Fischer's avatar Johann Fischer Committed by Benjamin Cabé
Browse files

samples: usb: legacy: disable next device stack explicitly



Disable the new device stack explicitly to avoid build issues in CI.

Signed-off-by: default avatarJohann Fischer <johann.fischer@nordicsemi.no>
parent dcb47292
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -5,6 +5,7 @@ CONFIG_USB_DEVICE_STACK=y
CONFIG_DEPRECATION_TEST=y
CONFIG_USB_DEVICE_PRODUCT="Zephyr USB audio sample"
CONFIG_USB_DEVICE_INITIALIZE_AT_BOOT=n
CONFIG_USB_DEVICE_STACK_NEXT=n

#LOG subsystem related configs
CONFIG_LOG=y
+1 −0
Original line number Diff line number Diff line
@@ -5,6 +5,7 @@ CONFIG_USB_DEVICE_STACK=y
CONFIG_DEPRECATION_TEST=y
CONFIG_USB_DEVICE_PRODUCT="Zephyr USB audio sample"
CONFIG_USB_DEVICE_INITIALIZE_AT_BOOT=n
CONFIG_USB_DEVICE_STACK_NEXT=n

#LOG subsystem related configs
CONFIG_LOG=y
+1 −0
Original line number Diff line number Diff line
@@ -10,3 +10,4 @@ CONFIG_SERIAL=y
CONFIG_UART_INTERRUPT_DRIVEN=y
CONFIG_UART_LINE_CTRL=y
CONFIG_USB_DEVICE_INITIALIZE_AT_BOOT=n
CONFIG_USB_DEVICE_STACK_NEXT=n
+1 −0
Original line number Diff line number Diff line
@@ -3,6 +3,7 @@ CONFIG_DEPRECATION_TEST=y
CONFIG_USB_DEVICE_PRODUCT="Zephyr USB console sample"
CONFIG_USB_DEVICE_PID=0x0004
CONFIG_USB_DEVICE_INITIALIZE_AT_BOOT=n
CONFIG_USB_DEVICE_STACK_NEXT=n

CONFIG_SERIAL=y
CONFIG_CONSOLE=y
+1 −0
Original line number Diff line number Diff line
@@ -15,3 +15,4 @@ CONFIG_USB_DRIVER_LOG_LEVEL_ERR=y
CONFIG_USB_DEVICE_LOG_LEVEL_ERR=y
CONFIG_BOOTLOADER_MCUBOOT=y
CONFIG_USB_DEVICE_INITIALIZE_AT_BOOT=n
CONFIG_USB_DEVICE_STACK_NEXT=n
Loading