summaryrefslogtreecommitdiff
path: root/nuttx/TODO
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-12-06 16:08:07 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-12-06 16:08:07 +0000
commitb301389d686823a5abe0ec52873a926532343708 (patch)
tree00ca5c6b9e12fb6d2b9b30d31962a7709334e384 /nuttx/TODO
parent4df4f9fc284c1450693eb9523947b3c57fe216d4 (diff)
downloadpx4-nuttx-b301389d686823a5abe0ec52873a926532343708.tar.gz
px4-nuttx-b301389d686823a5abe0ec52873a926532343708.tar.bz2
px4-nuttx-b301389d686823a5abe0ec52873a926532343708.zip
Prep for 0.4.0 releasenuttx-4.0
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1427 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/TODO')
-rw-r--r--nuttx/TODO27
1 files changed, 18 insertions, 9 deletions
diff --git a/nuttx/TODO b/nuttx/TODO
index 94bdfe5d6..4d68cde7d 100644
--- a/nuttx/TODO
+++ b/nuttx/TODO
@@ -11,9 +11,10 @@ NuttX TODO List (Last updated November 20, 2008)
(1) USB (drivers/usbdev)
(4) Libraries (lib/)
(6) File system/Generic drivers (fs/, drivers/)
+ (2) Graphics subystem (graphics/)
(1) Pascal add-on (pcode/)
(2) Documentation (Documentation/)
- (3) Build system
+ (5) Build system
(2) NuttShell (NSH) (examples/nsh)
(1) Other Applications & Tests (examples/)
(1) Linux/Cywgin simulation (arch/sim)
@@ -298,6 +299,22 @@ o File system / Generic drivers (fs/, drivers/)
Status: Open
Priority: Medium-Low
+o Graphics subystem (graphics/)
+ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+ Description: If CONFIG_NX is enabled, the build fails the first time
+ saying that there is "No rule to make target..." for one of the
+ auto-generated graphics files. This is a nuisance, but if you
+ simply build again (with the source files already auto-generated)
+ the problem does not reoccur.
+ Status: Open
+ Priority: Low, the work-around is simple
+
+ Description: Testing of all APIs is not complete. See
+ http://nuttx.sourceforge.net/NXGraphicsSubsystem.html#testcoverage
+ Status: Open
+ Priority: Medium
+
o Pascal Add-On (pcode/)
^^^^^^^^^^^^^^^^^^^^^^
@@ -350,14 +367,6 @@ o Build system
Status: Open
Priority: Medium-low
- Description: If CONFIG_NX is enabled, the build fails the first time
- saying that there is "No rule to make target..." for one of the
- auto-generated graphics files. This is a nuisance, but if you
- simply build again (with the source files already auto-generated)
- the problem does not reoccur.
- Status: Open
- Priority: Low, the work-around is simple
-
o NuttShell (NSH) (examples/nsh)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^