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:
Eduard Iten 2025-12-08 12:11:52 +01:00
parent 12d96da80a
commit 7f07622543
1 changed files with 0 additions and 10 deletions

View File

@ -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