STM32 CAN: Options for TSEG1 and TSEG2 quanta missing from Kconfig file
This commit is contained in:
parent
f01ef89483
commit
efa1e2f41e
@ -16,7 +16,7 @@ CONFIG_HOST_LINUX=y
|
||||
#
|
||||
# Build Configuration
|
||||
#
|
||||
CONFIG_APPS_DIR="../apps"
|
||||
# CONFIG_APPS_DIR="../apps"
|
||||
# CONFIG_BUILD_2PASS is not set
|
||||
|
||||
#
|
||||
@ -105,7 +105,9 @@ CONFIG_ARMV7M_TOOLCHAIN_BUILDROOT=y
|
||||
# CONFIG_SERIAL_TERMIOS is not set
|
||||
# CONFIG_CAN_EXTID is not set
|
||||
CONFIG_CAN1_BAUD=250000
|
||||
CONFIG_CAN_LOOPBACK=y
|
||||
CONFIG_CAN_TSEG1=6
|
||||
CONFIG_CAN_TSEG2=8
|
||||
# CONFIG_CAN_LOOPBACK is not set
|
||||
# CONFIG_NET_MULTICAST is not set
|
||||
# CONFIG_USBHOST_BULK_DISABLE is not set
|
||||
# CONFIG_USBHOST_INT_DISABLE is not set
|
||||
@ -704,7 +706,7 @@ CONFIG_EXAMPLES_BUTTONS_NAME4="Button 4"
|
||||
CONFIG_EXAMPLES_BUTTONS_NAME5="Button 5"
|
||||
CONFIG_EXAMPLES_BUTTONS_NAME6="Button 6"
|
||||
CONFIG_EXAMPLES_BUTTONS_NAME7="Button 7"
|
||||
CONFIG_EXAMPLES_CAN=y
|
||||
# CONFIG_EXAMPLES_CAN is not set
|
||||
# CONFIG_EXAMPLES_CC3000BASIC is not set
|
||||
# CONFIG_EXAMPLES_COMPOSITE is not set
|
||||
# CONFIG_EXAMPLES_CXXTEST is not set
|
||||
|
Loading…
Reference in New Issue
Block a user