summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-07-12 16:36:45 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-07-12 16:36:45 +0000
commitec5c538c2d9b423c79387a09c60457e918e22703 (patch)
tree986a5643cf00efbea8f795c17cc3466982031247 /nuttx/ChangeLog
parente6f4d56ce41c0e258632e9525b2e62dd17fe8273 (diff)
downloadnuttx-ec5c538c2d9b423c79387a09c60457e918e22703.tar.gz
nuttx-ec5c538c2d9b423c79387a09c60457e918e22703.tar.bz2
nuttx-ec5c538c2d9b423c79387a09c60457e918e22703.zip
Add wchar_t type; Add LPC17xx CAN driver from Lzyy; Fix serial bug reported by Lzyy
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3775 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog4
1 files changed, 3 insertions, 1 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 8522f814b..5f1e723c5 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -1907,4 +1907,6 @@
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
+ interrupt.
+ * arch/arm/src/lpc17xx/lpc17_can.c: Added a CAN driver contributed by Lzyy.
+ * include/stddefs.h and sys/types: Added type wchar_t. \ No newline at end of file