summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-10-28 17:22:01 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-10-28 17:22:01 +0000
commit84666a653aa287f577c4cd92bb3bc8a726bde7e3 (patch)
tree7acd05b90c01140b83556aa325186ca5df748caa
parenta487ac3528bfb932b7c0901287e788097c2cac19 (diff)
downloadnuttx-84666a653aa287f577c4cd92bb3bc8a726bde7e3.tar.gz
nuttx-84666a653aa287f577c4cd92bb3bc8a726bde7e3.tar.bz2
nuttx-84666a653aa287f577c4cd92bb3bc8a726bde7e3.zip
update
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1097 42af7a65-404d-4744-a932-0658087f49c3
-rw-r--r--nuttx/TODO22
1 files changed, 16 insertions, 6 deletions
diff --git a/nuttx/TODO b/nuttx/TODO
index 5f69108c9..02495e2ce 100644
--- a/nuttx/TODO
+++ b/nuttx/TODO
@@ -19,7 +19,7 @@ NuttX TODO List (Last updated July 31, 2008)
(0) ARM (arch/arm/)
(1) ARM/C5471 (arch/arm/src/c5471/)
(1) ARM/DM320 (arch/arm/src/dm320/)
- (3) ARM/LPC214x (arch/arm/src/lpc214x/)
+ (5) ARM/LPC214x (arch/arm/src/lpc214x/)
(4) pjrc-8052 / MCS51 (arch/pjrc-8051/)
(7) z80/z8 (arch/z80/)
(8) z16 (arch/z16/)
@@ -204,7 +204,10 @@ o Network (net/, netutils/)
o USB (drivers/usbdev)
^^^^^^^^^^^^^^^^^^^^
- Description: Implement USB bulk storage class driver
+ Description: The USB bulk storage class driver configuration (examples/usbstorage)
+ does not work reliably when debug is disabled (CONFIG_DEBUG+CONFIG_DEBUG_VERBOSE
+ +CONFIG_DEBUG_USB). Race conditions are suspected (probably in the NXP LPC214x
+ USB controller driver).
Status: Open
Priority: High
@@ -348,10 +351,6 @@ o ARM/DM320 (arch/arm/src/dm320/)
o ARM/LPC214x (arch/arm/src/lpc214x/)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Description: Add MMC/SD support
- Status: Open
- Priority: Medium
-
Description: Should use Vector Interrupts
Status: Open
Priority: Low
@@ -366,6 +365,17 @@ o ARM/LPC214x (arch/arm/src/lpc214x/)
Status: Open
Priority: Low
+ Description: The USB bulk storage class driver configuration (examples/usbstorage)
+ does not work reliably when debug is disabled (CONFIG_DEBUG+CONFIG_DEBUG_VERBOSE
+ +CONFIG_DEBUG_USB). Race conditions are suspected (probably in the NXP LPC214x
+ USB controller driver).
+ Status: Open
+ Priority: High
+
+ Description: At present the SPI driver is polled. Should it be interrupt driven?
+ Status: Open
+ Priority: Medium
+
o pjrc-8052 / MCS51 (arch/pjrc-8051/)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^