summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
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