summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-07-12 14:29:08 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-07-12 14:29:08 +0000
commite6f4d56ce41c0e258632e9525b2e62dd17fe8273 (patch)
tree0be8c681d24f91bc218f1124ad14597f274a5371 /nuttx/ChangeLog
parent63a3dea74d1a3bb9b867016295079276036b72b5 (diff)
downloadnuttx-e6f4d56ce41c0e258632e9525b2e62dd17fe8273.tar.gz
nuttx-e6f4d56ce41c0e258632e9525b2e62dd17fe8273.tar.bz2
nuttx-e6f4d56ce41c0e258632e9525b2e62dd17fe8273.zip
Correct error handling in the case of an overrun error in the serial driver
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3774 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog9
1 files changed, 8 insertions, 1 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 9e7bace44..8522f814b 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -1900,4 +1900,11 @@
* Makefile: Added a export target that will bundle up all of the NuttX
libraries, header files, and the startup object into an export-able
- tarball. \ No newline at end of file
+ tarball.
+ * arch/arm/src/lpc17xx/lpc17_can.h: Correct some typos in the CAN
+ register definitions.
+ * drivers/serial/serialirq.c: Correct an error that can occur if the
+ serial RX buffer becomes full. Data is now discarded in that case;
+ before, leaving data in the hardware would cause infinite interrupts
+ one most MCUs since you must read the data in order to clear the
+ interrupt. \ No newline at end of file