mirror of
https://github.com/odriverobotics/ODrive.git
synced 2026-08-18 09:29:03 +08:00
12 lines
307 B
Plaintext
12 lines
307 B
Plaintext
# Copy this file to tup.config and adapt it to your needs
|
|
# make sure this fits your board
|
|
#CONFIG_BOARD_VERSION=v3.5-24V
|
|
CONFIG_USB_PROTOCOL=native
|
|
CONFIG_UART_PROTOCOL=ascii
|
|
CONFIG_DEBUG=false
|
|
CONFIG_DOCTEST=false
|
|
CONFIG_USE_LTO=true
|
|
|
|
# Uncomment this to error on compilation warnings
|
|
#CONFIG_STRICT=true
|