aboutsummaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-07-20 16:58:39 +0000
committerpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-07-20 16:58:39 +0000
commit3dd3e950cbb7e7050b3d1743ef651513a6c61bcf (patch)
tree1f721949aec6fcb3c70430b5990daadf4f26751d /nuttx/ChangeLog
parentbfeaf56050b65d0a6887049ab42cfd20c04c6ca2 (diff)
downloadpx4-firmware-3dd3e950cbb7e7050b3d1743ef651513a6c61bcf.tar.gz
px4-firmware-3dd3e950cbb7e7050b3d1743ef651513a6c61bcf.tar.bz2
px4-firmware-3dd3e950cbb7e7050b3d1743ef651513a6c61bcf.zip
Add infrastructure to support RS-485 on the LPC43xx (logic still incomplete)
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4958 7fd9a85b-ad96-42d3-883c-3090e2eb8679
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index befaf0f77..9a7421070 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -3029,4 +3029,9 @@
add the ability to run the chip off the internal oscillator. There is no open
board configuration for this part yet (the STM32VLDiscovery would be a candidate).
Contributed by Mike Smith.
+ * arch/arm/src/stm32: Fixed typos in conditional compilation in the CAN and DMA
+ and some pin configuration. This would have caused problems for STM32 F107xx.
+ Typos noted by Mike Smith.
+ * arch/arm/src/lpc43xx/lpc43_serial.c: Add support for certain RS-485 features
+ in the serial driver (still a work in progress on initial check-in).