summaryrefslogtreecommitdiff
path: root/nuttx/TODO
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2010-12-01 00:19:08 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2010-12-01 00:19:08 +0000
commit917a039e8412c9714ee5cee2f95b7814dbfc60a1 (patch)
treebf258c6456dc76d0797e953b9dd7ca415c82a575 /nuttx/TODO
parenta120dccb1eaa682408eec600c51bffb34002e780 (diff)
downloadpx4-nuttx-917a039e8412c9714ee5cee2f95b7814dbfc60a1.tar.gz
px4-nuttx-917a039e8412c9714ee5cee2f95b7814dbfc60a1.tar.bz2
px4-nuttx-917a039e8412c9714ee5cee2f95b7814dbfc60a1.zip
update
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3153 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/TODO')
-rw-r--r--nuttx/TODO15
1 files changed, 9 insertions, 6 deletions
diff --git a/nuttx/TODO b/nuttx/TODO
index 64d19d42c..6bed0714d 100644
--- a/nuttx/TODO
+++ b/nuttx/TODO
@@ -1,4 +1,4 @@
-NuttX TODO List (Last updated November 29, 2010)
+NuttX TODO List (Last updated November 30, 2010)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
(5) Task/Scheduler (sched/)
@@ -710,16 +710,19 @@ o ARM/LPC17xx (arch/arm/src/lpc17xx/)
important features have not yet been tested: The microSD card and
USB (device). These features are fully implemented and partially
tested, but not fully verified.
+ UPDATE: The SPI-based microSD interface has been verified on the
+ Olimex-LPC1766-STK board. The USB driver is not functional on either
+ board. The problem: no interrupts when host connected.
Status: Open
Priority: High
Description: a) USB DMA not fully implemented. Partial logic is in place but it is
fragmentary and bogus. (Leveraged from the lpc214x)
- b) Possible errors in USB device driver reported "I suspect there’s a few
- issues in the lpc214x USB driver – in particular it doesn’t stall both
- in/out endpoints for unsupported setup requests and it doesn’t call
- CLASS_DISCONNCET on a USB reset – I don’t have any access to that hardware
- so can’t pursue it really."
+ b) Possible errors in USB device driver reported "I suspect there's a few
+ issues in the lpc214x USB driver -- in particular it doesn't stall both
+ in/out endpoints for unsupported setup requests and it doesn't call
+ CLASS_DISCONNCET on a USB reset -- I don't have any access to that hardware
+ so can't pursue it really."
Status: Open
Priority: Low