summaryrefslogtreecommitdiff
path: root/nuttx/configs/mbed
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-01-19 17:43:14 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-01-19 17:43:14 +0000
commitfc6182322ab8c9d10b3181145875772d92c9177d (patch)
tree72040ad3510981089ab02088060b0451ba4fd933 /nuttx/configs/mbed
parent80bfe72b3c8e888ad4e394a6d3822d6957318c5f (diff)
downloadpx4-nuttx-fc6182322ab8c9d10b3181145875772d92c9177d.tar.gz
px4-nuttx-fc6182322ab8c9d10b3181145875772d92c9177d.tar.bz2
px4-nuttx-fc6182322ab8c9d10b3181145875772d92c9177d.zip
Add configuratin to select TSEG1 and TSEG2 values
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4313 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs/mbed')
-rwxr-xr-xnuttx/configs/mbed/README.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/nuttx/configs/mbed/README.txt b/nuttx/configs/mbed/README.txt
index 289b2e2cf..94d87b275 100755
--- a/nuttx/configs/mbed/README.txt
+++ b/nuttx/configs/mbed/README.txt
@@ -295,6 +295,8 @@ mbed Configuration Options
CONFIG_CAN2_DIVISOR - CAN2 is clocked at CCLK divided by this number.
(the CCLK frequency is divided by this number to get the CAN clock).
Options = {1,2,4,6}. Default: 4.
+ CONFIG_CAN_TSEG1 - The number of CAN time quanta in segment 1. Default: 6
+ CONFIG_CAN_TSEG2 = the number of CAN time quanta in segment 2. Default: 7
LPC17xx specific PHY/Ethernet device driver settings. These setting
also require CONFIG_NET and CONFIG_LPC17_ETHERNET.