summaryrefslogtreecommitdiff
path: root/nuttx/TODO
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2010-05-26 13:02:39 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2010-05-26 13:02:39 +0000
commit09f930863d82ecda840f36b7d782e0bc6ae8cbce (patch)
treeb7f62c202474754f528133998a8b256ce53cad9d /nuttx/TODO
parent86599fea09ae05815a02549e18029e58184a2fc5 (diff)
downloadpx4-nuttx-09f930863d82ecda840f36b7d782e0bc6ae8cbce.tar.gz
px4-nuttx-09f930863d82ecda840f36b7d782e0bc6ae8cbce.tar.bz2
px4-nuttx-09f930863d82ecda840f36b7d782e0bc6ae8cbce.zip
Add LPC313x I2C+SPI drivers and fixes for USB driver
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2702 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/TODO')
-rw-r--r--nuttx/TODO13
1 files changed, 11 insertions, 2 deletions
diff --git a/nuttx/TODO b/nuttx/TODO
index 0458f4ddc..4fbfeee94 100644
--- a/nuttx/TODO
+++ b/nuttx/TODO
@@ -1,4 +1,4 @@
-NuttX TODO List (Last updated May 16, 2010)
+NuttX TODO List (Last updated May 19, 2010)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
(5) Task/Scheduler (sched/)
@@ -12,7 +12,7 @@ NuttX TODO List (Last updated May 16, 2010)
(1) USB (drivers/usbdev)
(5) Libraries (lib/)
(12) File system/Generic drivers (fs/, drivers/)
- (2) Graphics subystem (graphics/)
+ (3) Graphics subystem (graphics/)
(1) Pascal add-on (pcode/)
(1) Documentation (Documentation/)
(6) Build system / Toolchains
@@ -430,6 +430,15 @@ o Graphics subystem (graphics/)
Status: Open
Priority: Medium
+ Description: The examples/nx test using lcd/p14201.c and the configs/lm3s6965-ek
+ configuration shows two single pixel-wide anomalies. One along
+ column zero is clearly caused by the NX windowing logic. It is
+ not certain if these are consequences of the 4bpp logic or if these
+ are anomalies that have always been in NX, but are only visible
+ now at the low resolution of the p14201 LCD (128x96).
+ Status: Open
+ Priority: Low (unless you need the p13201 then it is certainly higher).
+
o Pascal Add-On (pcode/)
^^^^^^^^^^^^^^^^^^^^^^