Remove USB configuration to fix STM32Cube dependency issues
- Remove USB_DEVICE_STACK_NEXT and related USB configs - Focus on CAN functionality first to get basic build working - USB composite functionality to be added later once base works
This commit is contained in:
parent
12d96da80a
commit
7f07622543
|
|
@ -1,11 +1,3 @@
|
|||
# USB Device Stack (Next Generation)
|
||||
CONFIG_USB_DEVICE_STACK_NEXT=y
|
||||
|
||||
# USB CDC ACM
|
||||
CONFIG_USBD_CDC_ACM_CLASS=y
|
||||
CONFIG_SERIAL=y
|
||||
CONFIG_UART_LINE_CTRL=y
|
||||
|
||||
# CAN configuration
|
||||
CONFIG_CAN=y
|
||||
CONFIG_CAN_FD_MODE=y
|
||||
|
|
@ -15,8 +7,6 @@ CONFIG_GPIO=y
|
|||
|
||||
# Logging
|
||||
CONFIG_LOG=y
|
||||
CONFIG_USBD_LOG_LEVEL_ERR=y
|
||||
CONFIG_UDC_DRIVER_LOG_LEVEL_ERR=y
|
||||
|
||||
# System
|
||||
CONFIG_MAIN_STACK_SIZE=2048
|
||||
Loading…
Reference in New Issue