- 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
12 lines
154 B
Plaintext
12 lines
154 B
Plaintext
# CAN configuration
|
|
CONFIG_CAN=y
|
|
CONFIG_CAN_FD_MODE=y
|
|
|
|
# GPIO for PFET control
|
|
CONFIG_GPIO=y
|
|
|
|
# Logging
|
|
CONFIG_LOG=y
|
|
|
|
# System
|
|
CONFIG_MAIN_STACK_SIZE=2048 |