summaryrefslogtreecommitdiff
path: root/nuttx
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2010-08-07 13:04:36 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2010-08-07 13:04:36 +0000
commit20646dac18235038b588788d8336aa4330bb0927 (patch)
treebd7e3470707ab824b5ee8a8679e2c2458ecd2f9a /nuttx
parent580db74929cdb7489a744aa3a6e4385f1abfb71b (diff)
downloadpx4-nuttx-20646dac18235038b588788d8336aa4330bb0927.tar.gz
px4-nuttx-20646dac18235038b588788d8336aa4330bb0927.tar.bz2
px4-nuttx-20646dac18235038b588788d8336aa4330bb0927.zip
update
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2829 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx')
-rw-r--r--nuttx/TODO13
1 files changed, 11 insertions, 2 deletions
diff --git a/nuttx/TODO b/nuttx/TODO
index 129943526..b97b65cab 100644
--- a/nuttx/TODO
+++ b/nuttx/TODO
@@ -1,5 +1,5 @@
-NuttX TODO List (Last updated July 28, 2010)
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+NuttX TODO List (Last updated August 7, 2010)
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
(5) Task/Scheduler (sched/)
(2) Memory Managment (mm/)
@@ -465,6 +465,15 @@ o Graphics subystem (graphics/)
Status: Open
Priority: Low (unless you need the p13201 then it is certainly higher).
+ Description: When building for a framebuffer driver, there are warnings that a
+ symbol is used before being initialized in graphics/nxglib/ in all
+ of the auto-generated files named nxglib_moverectangle_*bpp.c. This
+ looks like a real error and must be fixed. I don't think that the
+ moverectangle logic is currently being used in any of the examples,
+ so this should not be a big problem.
+ Status: Open
+ Priority: Medium-to-High
+
o Pascal Add-On (pcode/)
^^^^^^^^^^^^^^^^^^^^^^