summaryrefslogtreecommitdiff
path: root/nuttx/TODO
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-11-04 20:54:18 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-11-04 20:54:18 +0000
commitdeab3d6e8ea2a6f4e4cb4f14927e660b5b56156b (patch)
tree162adc3f04283327b9f14b5319ebb92b345bcd00 /nuttx/TODO
parentb8a493effbfca3d70be0c454a0a173380ae65efa (diff)
downloadpx4-nuttx-deab3d6e8ea2a6f4e4cb4f14927e660b5b56156b.tar.gz
px4-nuttx-deab3d6e8ea2a6f4e4cb4f14927e660b5b56156b.tar.bz2
px4-nuttx-deab3d6e8ea2a6f4e4cb4f14927e660b5b56156b.zip
Prep for 0.4.13 releasenuttx-4.13
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2225 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/TODO')
-rw-r--r--nuttx/TODO28
1 files changed, 20 insertions, 8 deletions
diff --git a/nuttx/TODO b/nuttx/TODO
index 6a8ebbca8..72681e742 100644
--- a/nuttx/TODO
+++ b/nuttx/TODO
@@ -1,4 +1,4 @@
-NuttX TODO List (Last updated October 20, 2009)
+NuttX TODO List (Last updated November 4, 2009)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
(5) Task/Scheduler (sched/)
@@ -657,16 +657,28 @@ o ARM/STM32 (arch/arm/src/stm32/)
Status: Open
Priority: Medium
- Description USB device-side driver
+ Description A USB device-side driver is in place but not well tested. At
+ present, the examples/usbserial test sometimes fails. The situation
+ that causes the failure is:
+
+ - Host-side of the test started after the target side sends the
+ first serial message.
+
+ The general failure is as follows:
+
+ - The target message pends in the endpoint packet memory
+ - When the host-side of the test is stated, it correctly
+ reads this pending data.
+ - an EP correct transfer interrupt occurs and the next
+ pending outgoing message is setup
+ - But, the host never receives the next message
+
+ If the host-side driver is started before the first target message
+ is sent, the driver works fine.
Status: Open
Priority: Medium-High
- Description: Framebuffer/LCD driver needed (I don't know if it can handle a
- framebuffer or not).
- Status: Open
- Priority: High
-
- Description: FSMC externmal memory support is untested
+ Description: FSMC external memory support is untested
Status: Opon
Priority: Low