summaryrefslogtreecommitdiff
path: root/nuttx/TODO
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-07-24 12:36:21 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-07-24 12:36:21 +0000
commite79139d4ea59a424356d0b6695a2ce841267817d (patch)
tree0512e2feaf79a5248eb302ddc58180a04712bb6a /nuttx/TODO
parent778bce2d8d383f434863845a4230c1a63ad11860 (diff)
downloadpx4-nuttx-e79139d4ea59a424356d0b6695a2ce841267817d.tar.gz
px4-nuttx-e79139d4ea59a424356d0b6695a2ce841267817d.tar.bz2
px4-nuttx-e79139d4ea59a424356d0b6695a2ce841267817d.zip
Update BDF converter
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3815 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/TODO')
-rw-r--r--nuttx/TODO34
1 files changed, 32 insertions, 2 deletions
diff --git a/nuttx/TODO b/nuttx/TODO
index 88a86e06d..f9fc8614a 100644
--- a/nuttx/TODO
+++ b/nuttx/TODO
@@ -42,7 +42,7 @@ apps/
(5) Network Utilities (apps/netutils/)
(5) NuttShell (NSH) (apps/nshlib)
- (3) Other Applications & Tests (apps/examples/)
+ (6) Other Applications & Tests (apps/examples/)
o Task/Scheduler (sched/)
^^^^^^^^^^^^^^^^^^^^^^^
@@ -1310,4 +1310,34 @@ o Other Applications & Tests (apps/examples/)
Priority: Low. This is not really a problem becauses examples/nx works
fine with its bogus font caching.
-
+ Description: examples/nxtext. Artifacts when the pop-up window is opened.
+ There are some artifacts that appear in the upper left hand
+ corner. These seems to be related to window creation. At
+ tiny artifact would not be surprising (the initial window
+ should like at (0,0) and be of size (1,1)), but sometimes
+ the artifact is larger.
+ Status: Open
+ Priority: Medium.
+
+ Description: USB Mass Storage Memory Leak. When examples/usbstorage is
+ built as an NuttShell (NSH) built-in, there appears to be a
+ memory leak that occurs when a USB mass storage connection is
+ established and then torn down. This leak is 608 bytes each
+ time:
+
+ NuttShell (NSH) NuttX-6.6
+ nsh> free
+ total used free largest
+ Mem: 59360 9536 49824 49824
+ nsh> msconn
+ total used free largest
+ Mem: 59360 15296 44064 41712
+ nsh> msdis
+ nsh> free
+ total used free largest
+ Mem: 59360 10144 49216 41712 <-- Leaked 608 bytes
+ Status: Open
+ Priority: Medium. Obviously, this must be fixed. However the USB
+ Mass storage example is fine for supporting most development
+ needs even thought it does leak.
+