summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-07-20 16:58:39 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-07-20 16:58:39 +0000
commitaaab49d3299b2f2ebbbbb35bcfc5a027da8ed4a6 (patch)
tree1f721949aec6fcb3c70430b5990daadf4f26751d /nuttx/ChangeLog
parentaf87d2de769a3f148b56f256e8c870c0f1b84580 (diff)
downloadnuttx-aaab49d3299b2f2ebbbbb35bcfc5a027da8ed4a6.tar.gz
nuttx-aaab49d3299b2f2ebbbbb35bcfc5a027da8ed4a6.tar.bz2
nuttx-aaab49d3299b2f2ebbbbb35bcfc5a027da8ed4a6.zip
Add infrastructure to support RS-485 on the LPC43xx (logic still incomplete)
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4958 42af7a65-404d-4744-a932-0658087f49c3
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).