Skip to content

Commit b8b0407

Browse files
jfischer-noMaureenHelm
authored andcommitted
samples: video: capture: remove stray USB legacy stack configuration
The legacy USB device stack configuration used in the board configuration overlay files has been deprecated. It is not causing CI failures because the board lacks a test feature 'video' and is filtered out in CI. Besides the deprecated configuration, the sample code does not enable the USB device stack, so it is not used anyway. Even if it were needed, the correct way to enable logging via USB CDC ACM would be to use the cdc-acm-console snippet. Signed-off-by: Johann Fischer <[email protected]>
1 parent 821c142 commit b8b0407

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

samples/drivers/video/capture/boards/arduino_nicla_vision_stm32h747xx_m7.conf

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,6 @@ CONFIG_VIDEO_BUFFER_POOL_NUM_MAX=2
22
CONFIG_VIDEO_BUFFER_POOL_SZ_MAX=160000
33
CONFIG_DMA=y
44

5-
# Arduino Nicla Vision has easy access to the USB console
6-
# So use it to check the log messages
7-
CONFIG_USB_DEVICE_STACK=y
8-
CONFIG_USB_WORKQUEUE_STACK_SIZE=8192
9-
CONFIG_USB_DEVICE_INITIALIZE_AT_BOOT=y
10-
CONFIG_USB_CDC_ACM_LOG_LEVEL_OFF=y
115
CONFIG_MAIN_STACK_SIZE=4096
126

137
CONFIG_SERIAL=y

0 commit comments

Comments
 (0)