summaryrefslogtreecommitdiff
path: root/nuttx/TODO
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2010-08-08 13:33:10 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2010-08-08 13:33:10 +0000
commit5b2f479177d15e64b2ab6d07a3306ada6e60027c (patch)
treee7a8175367db8c302ad4ca704815afef39298b40 /nuttx/TODO
parent27ff8784e794d5385d80e413fb74aa514249abe3 (diff)
downloadpx4-nuttx-5b2f479177d15e64b2ab6d07a3306ada6e60027c.tar.gz
px4-nuttx-5b2f479177d15e64b2ab6d07a3306ada6e60027c.tar.bz2
px4-nuttx-5b2f479177d15e64b2ab6d07a3306ada6e60027c.zip
Fix rectangle logic
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2831 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/TODO')
-rw-r--r--nuttx/TODO11
1 files changed, 1 insertions, 10 deletions
diff --git a/nuttx/TODO b/nuttx/TODO
index b97b65cab..598a4ae3f 100644
--- a/nuttx/TODO
+++ b/nuttx/TODO
@@ -12,7 +12,7 @@ NuttX TODO List (Last updated August 7, 2010)
(1) USB (drivers/usbdev)
(5) Libraries (lib/)
(12) File system/Generic drivers (fs/, drivers/)
- (3) Graphics subystem (graphics/)
+ (2) Graphics subystem (graphics/)
(1) Pascal add-on (pcode/)
(1) Documentation (Documentation/)
(6) Build system / Toolchains
@@ -465,15 +465,6 @@ 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/)
^^^^^^^^^^^^^^^^^^^^^^