Rework the sample to use the new USB device stack and the new DAP backend and align the sample with the WebUSB sample which has a similar BOS descriptor. Signed-off-by: Johann Fischer <johann.fischer@nordicsemi.no>
19 lines
396 B
Plaintext
19 lines
396 B
Plaintext
CONFIG_USB_DEVICE_STACK_NEXT=y
|
|
CONFIG_SAMPLE_USBD_PRODUCT="Zephyr CMSIS-DAP"
|
|
CONFIG_SAMPLE_USBD_PID=0x0204
|
|
CONFIG_SAMPLE_USBD_20_EXTENSION_DESC=y
|
|
|
|
CONFIG_STDOUT_CONSOLE=y
|
|
CONFIG_SERIAL=y
|
|
CONFIG_UART_INTERRUPT_DRIVEN=y
|
|
CONFIG_UART_LINE_CTRL=y
|
|
|
|
CONFIG_LOG=y
|
|
CONFIG_LOG_DEFAULT_LEVEL=2
|
|
|
|
CONFIG_DAP_LOG_LEVEL_INF=y
|
|
CONFIG_DP_DRIVER_LOG_LEVEL_INF=y
|
|
CONFIG_DAP=y
|
|
CONFIG_DAP_BACKEND_USB=y
|
|
CONFIG_GPIO=y
|