summaryrefslogtreecommitdiff
path: root/nuttx/configs/olimex-stm32-p207
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-11-14 08:29:36 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-11-14 08:29:36 -0600
commit0cb0dc2e5666d1473fc427681e0916a34fc9c2d4 (patch)
treeff924ae8e876d408ae6cbac92f07e005f0e9aea0 /nuttx/configs/olimex-stm32-p207
parentd694fd5b105d57d10ac59e3fda3a0ba1cb4f86bb (diff)
downloadnuttx-0cb0dc2e5666d1473fc427681e0916a34fc9c2d4.tar.gz
nuttx-0cb0dc2e5666d1473fc427681e0916a34fc9c2d4.tar.bz2
nuttx-0cb0dc2e5666d1473fc427681e0916a34fc9c2d4.zip
STM32 CAN: Options for TSEG1 and TSEG2 quanta missing from Kconfig file
Diffstat (limited to 'nuttx/configs/olimex-stm32-p207')
-rw-r--r--nuttx/configs/olimex-stm32-p207/nsh/defconfig8
1 files changed, 5 insertions, 3 deletions
diff --git a/nuttx/configs/olimex-stm32-p207/nsh/defconfig b/nuttx/configs/olimex-stm32-p207/nsh/defconfig
index b97863138..f3b420661 100644
--- a/nuttx/configs/olimex-stm32-p207/nsh/defconfig
+++ b/nuttx/configs/olimex-stm32-p207/nsh/defconfig
@@ -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