summaryrefslogtreecommitdiff
path: root/nuttx/TODO
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-07-09 12:53:12 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-07-09 12:53:12 +0000
commit9098b66d35067e38533c23f429386816f42943de (patch)
tree465ecfb945562f3996cca598d5aa6c86b1aaf71e /nuttx/TODO
parent48994413b1ca9833ec6061ba257dda813ea121dd (diff)
downloadpx4-nuttx-9098b66d35067e38533c23f429386816f42943de.tar.gz
px4-nuttx-9098b66d35067e38533c23f429386816f42943de.tar.bz2
px4-nuttx-9098b66d35067e38533c23f429386816f42943de.zip
ARM stack check logic; ARM no-console build fixes; Nucleus-2G updates
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3760 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/TODO')
-rw-r--r--nuttx/TODO9
1 files changed, 9 insertions, 0 deletions
diff --git a/nuttx/TODO b/nuttx/TODO
index 443372345..24a9226de 100644
--- a/nuttx/TODO
+++ b/nuttx/TODO
@@ -1292,4 +1292,13 @@ o Other Applications & Tests (apps/examples/)
Status: Open
Priority: Med
+ Description: The font caching logic in examples/nx is incomplete. Fonts are
+ added to the cache, but never removed. When the cache is full
+ it stops rendering. This is not a problem for the examples/nx
+ code because it uses so few fonts, but if the logic were
+ leveraged for more general purposes, it would be a problem.
+ Status: Open
+ Priority: Low. This is not really a problem becauses examples/nx works
+ fine with its bogus font caching.
+