summaryrefslogtreecommitdiff
path: root/nuttx/TODO
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2010-04-04 16:40:18 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2010-04-04 16:40:18 +0000
commit2f746addc82e9cf39a103922b6329b061a621a4d (patch)
tree3cfaa7a878cfc042ff34bbe6bcee924fc94d8395 /nuttx/TODO
parentd2f783aa7ce0243c516770e6fc25f8dc53d62fd2 (diff)
downloadpx4-nuttx-2f746addc82e9cf39a103922b6329b061a621a4d.tar.gz
px4-nuttx-2f746addc82e9cf39a103922b6329b061a621a4d.tar.bz2
px4-nuttx-2f746addc82e9cf39a103922b6329b061a621a4d.zip
lpc313x update
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2574 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/TODO')
-rw-r--r--nuttx/TODO22
1 files changed, 3 insertions, 19 deletions
diff --git a/nuttx/TODO b/nuttx/TODO
index 3c7ba29cd..9ecf27670 100644
--- a/nuttx/TODO
+++ b/nuttx/TODO
@@ -1,4 +1,4 @@
-NuttX TODO List (Last updated December 20, 2009)
+NuttX TODO List (Last updated April 4, 2009)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
(5) Task/Scheduler (sched/)
@@ -9,7 +9,7 @@ NuttX TODO List (Last updated December 20, 2009)
(5) Binary loaders (binfmt/)
(14) Network (net/, netutils/)
(5) Network Utilities (netutils/)
- (1) USB (drivers/usbdev)
+ (0) USB (drivers/usbdev)
(5) Libraries (lib/)
(11) File system/Generic drivers (fs/, drivers/)
(2) Graphics subystem (graphics/)
@@ -23,7 +23,7 @@ NuttX TODO List (Last updated December 20, 2009)
(1) ARM/C5471 (arch/arm/src/c5471/)
(3) ARM/DM320 (arch/arm/src/dm320/)
(2) ARM/i.MX (arch/arm/src/imx/)
- (8) ARM/LPC214x (arch/arm/src/lpc214x/)
+ (7) ARM/LPC214x (arch/arm/src/lpc214x/)
(3) ARM/STR71x (arch/arm/src/str71x/)
(4) ARM/LM3S6918 (arch/arm/src/lm3s/)
(5) ARM/STM32 (arch/arm/src/stm32/)
@@ -288,14 +288,6 @@ o Network Utilities (netutils/)
o USB (drivers/usbdev)
^^^^^^^^^^^^^^^^^^^^
- 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) on WinXP (Linux appears to be fine). A race condition would
- would be a possibility. The symptom is that that WinXP sends a MODE SENSE (6)
- command with an unsupported mode page (0x1c/0x00)
- Status: Open
- Priority: High
-
o Libraries (lib/)
^^^^^^^^^^^^^^^^
@@ -611,14 +603,6 @@ 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) on WinXP (Linux appears to be fine). A race condition would
- would be a possibility. The symptom is that that WinXP sends a MODE SENSE (6)
- command with an unsupported mode page (0x1c/0x00)
- Status: Open
- Priority: High
-
Description: At present the SPI driver is polled. Should it be interrupt driven?
Look at arch/arm/src/imx/imx_spi.c -- that is a good example of an
interrupt driven SPI driver. Should be very easy to part that architecture