summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-07-29 13:21:30 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-07-29 13:21:30 +0000
commitb921060d2733864ee118e88c24d7ae4f792f0901 (patch)
tree975d410211508cd23ba8e91ffa3b21b0355df328 /nuttx/ChangeLog
parent8617a446eb7c2445cdbdaf23ec20aee16d6c8add (diff)
downloadpx4-nuttx-b921060d2733864ee118e88c24d7ae4f792f0901.tar.gz
px4-nuttx-b921060d2733864ee118e88c24d7ae4f792f0901.tar.bz2
px4-nuttx-b921060d2733864ee118e88c24d7ae4f792f0901.zip
Add one more font; Fix ez80 serial bug
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3825 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog11
1 files changed, 7 insertions, 4 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 6d63535cc..ea4a769a7 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -1949,7 +1949,10 @@
Correct a memory leak when the USB mass storage driver is connected and
then disconnected from the target. The write requests were not being
freed. NOTE that the unregister logic in the STM32 needed to call
- stm32_reset() in order to return the write requests to the USB mass
- storage driver; it is possible that a similar but could exist for other
- architectures.
- * graphics/nxfonts/nxfonts_*.h: Add serverl new fonts
+ stm32_reset() in order to return the write requests to the USB mass
+ storage driver; it is possible that a similar but could exist for other
+ architectures.
+ * graphics/nxfonts/nxfonts_*.h: Add serveral more new fonts
+ * arch/z80/src/ez80/ez80_serial.c: Fix some errors in serial driver
+ setup for UART1 (submitted by Paul Osmialowski).
+