summaryrefslogtreecommitdiff
path: root/nuttx/configs/stm3240g-eval/dhcpd/defconfig
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-12-21 15:50:06 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-12-21 15:50:06 +0000
commit9f331c4e5b05657516a1d634da9e38758d82c601 (patch)
tree43cc8ae1e277c334fbbbb8430ec0aa41903f08ea /nuttx/configs/stm3240g-eval/dhcpd/defconfig
parent3f6973a6104b7ea2f4daf52cf2d06b694a7711e7 (diff)
downloadpx4-nuttx-9f331c4e5b05657516a1d634da9e38758d82c601.tar.gz
px4-nuttx-9f331c4e5b05657516a1d634da9e38758d82c601.tar.bz2
px4-nuttx-9f331c4e5b05657516a1d634da9e38758d82c601.zip
Add the beginning of an STM32 CAN driver
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4209 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs/stm3240g-eval/dhcpd/defconfig')
-rwxr-xr-xnuttx/configs/stm3240g-eval/dhcpd/defconfig18
1 files changed, 18 insertions, 0 deletions
diff --git a/nuttx/configs/stm3240g-eval/dhcpd/defconfig b/nuttx/configs/stm3240g-eval/dhcpd/defconfig
index 3675f5b85..a0ba27c0b 100755
--- a/nuttx/configs/stm3240g-eval/dhcpd/defconfig
+++ b/nuttx/configs/stm3240g-eval/dhcpd/defconfig
@@ -257,6 +257,24 @@ CONFIG_SSI_POLLWAIT=y
#CONFIG_SSI_TXLIMIT=4
#
+# STM32F40xxx specific CAN device driver settings
+#
+# CONFIG_CAN - Enables CAN support (one or both of CONFIG_STM32_CAN1 or
+# CONFIG_STM32_CAN2 must also be defined)
+# CONFIG_CAN_FIFOSIZE - The size of the circular buffer of CAN messages.
+# Default: 8
+# CONFIG_CAN_NPENDINGRTR - The size of the list of pending RTR requests.
+# Default: 4
+# CONFIG_CAN1_BAUD - CAN1 BAUD rate. Required if CONFIG_STM32_CAN1 is defined.
+# CONFIG_CAN2_BAUD - CAN1 BAUD rate. Required if CONFIG_STM32_CAN2 is defined.
+#
+CONFIG_CAN=n
+#CONFIG_CAN_FIFOSIZE
+#CONFIG_CAN_NPENDINGRTR
+CONFIG_CAN1_BAUD=115200
+CONFIG_CAN2_BAUD=115200
+
+#
# STM32F40xxx Ethernet device driver settings
#
# CONFIG_STM32_PHYADDR - The 5-bit address of the PHY on the board