summaryrefslogtreecommitdiff
path: root/nuttx/TODO
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-06-03 20:05:44 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-06-03 20:05:44 +0000
commit4bfe9cb6fb77dc164da8204439e89112d9ef110d (patch)
treeb8f7b119b13d5243084377e2e596ee43a2178843 /nuttx/TODO
parent1dbcadb0b760c2c0073bf2cc4eb4ba96270c7059 (diff)
downloadpx4-nuttx-4bfe9cb6fb77dc164da8204439e89112d9ef110d.tar.gz
px4-nuttx-4bfe9cb6fb77dc164da8204439e89112d9ef110d.tar.bz2
px4-nuttx-4bfe9cb6fb77dc164da8204439e89112d9ef110d.zip
PIC32 USB mass storage device works; USB and MSC are now enabled by default in the PIC32MX7 MMB configuration
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4801 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/TODO')
-rw-r--r--nuttx/TODO24
1 files changed, 22 insertions, 2 deletions
diff --git a/nuttx/TODO b/nuttx/TODO
index b75691420..5c2be8d81 100644
--- a/nuttx/TODO
+++ b/nuttx/TODO
@@ -35,7 +35,7 @@ nuttx/
(3) AVR (arch/avr)
(0) Intel x86 (arch/x86)
(4) 8051 / MCS51 (arch/8051/)
- (1) MIPS/PIC32 (arch/mips)
+ (2) MIPS/PIC32 (arch/mips)
(1) Hitachi/Renesas SH-1 (arch/sh/src/sh1)
(4) Renesas M16C/26 (arch/sh/src/m16c)
(10) z80/z8/ez80 (arch/z80/)
@@ -1442,6 +1442,7 @@ o MIPS/PIC32(arch/mips)
^^^^^^^^^^^^^^^^^^^^^
Title: PIC32 USB DRIVER DOES NOT WORK WITH MASS STORAGE CLASS
+ UPDATE: ** ONLY USING RAM DISK FOR EXPORTED VOLUME ***
Description: The PIC32 USB driver either crashes or hangs when used with
the mass storage class when trying to write files to the target
storage device. This usually works with debug on, but does not
@@ -1464,8 +1465,27 @@ o MIPS/PIC32(arch/mips)
up and crashes with a bad stack.
So far, I have no clue why this is failing.
+ UPDATE: This bug was recorded using the PIC32 Ethernet
+ Starter kit with a RAM disk (that board has no SD card slot).
+ Howevever, using the USB mass storage device with the
+ Mikroelektronika using a real SD card, there is no such
+ problem -- the mass storage device is quite stable.
+ Status: Open
+ Priority: Originally, High BUT reduced to very Low based on the
+ UPDATED comments.
+
+ Title: PIC32 USB MASS STORAGE DEVICE FAILS TO RE-CONNECT
+ Description: Found using configuration configs/pic32mx7mmb/nsh.
+ In this configuratin, the NSH 'msconn' command will connect the
+ mass storage device to the host; the 'msdis' command will
+ disconnect the device. The first 'msconn' works perfectly.
+ However, when attempting to re-connect, the second 'msconn'
+ command does not command properly: Windows reports an
+ unrecognized device. Apparently, some state is being properly
+ reset when the mass storage device is disconnected. Shouldn't
+ be hard to fix.
Status: Open
- Priority: High
+ Priority: Medium
o Hitachi/Renesas SH-1 (arch/sh/src/sh1)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^