aboutsummaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-01-05 20:39:56 +0000
committerpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-01-05 20:39:56 +0000
commit7de5004f475fe6234e7d4452bdd95d5f527fea8d (patch)
tree458193c2157b663b4825d69e12483451e1fc723e /nuttx/ChangeLog
parentf16e23149129047fde197f82d400022658f476ab (diff)
downloadpx4-firmware-7de5004f475fe6234e7d4452bdd95d5f527fea8d.tar.gz
px4-firmware-7de5004f475fe6234e7d4452bdd95d5f527fea8d.tar.bz2
px4-firmware-7de5004f475fe6234e7d4452bdd95d5f527fea8d.zip
Add logic to control CAN bit rate via the .config file
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4266 7fd9a85b-ad96-42d3-883c-3090e2eb8679
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 4707247c8..a2e265221 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -2346,3 +2346,5 @@
(Contributed by Mike Smith)
* configs/stm3240g-eval/src: Add APIs support to support user access to the
LEDs
+ * arch/arm/src/lpc17xx/lpc17_can.c: Add logic to change the CAN bit rate based
+ on the NuttX configuration.