aboutsummaryrefslogtreecommitdiff
path: root/nuttx/TODO
diff options
context:
space:
mode:
authorpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-03-18 20:39:18 +0000
committerpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-03-18 20:39:18 +0000
commit199e9314622731714c0331264a52e8b1d00a1d4e (patch)
tree7fcf92024b569edcf9b161076c787631b0805928 /nuttx/TODO
parent9242a9e5789751f99d595ceb0dfd1b0af3a3ad2e (diff)
downloadpx4-firmware-199e9314622731714c0331264a52e8b1d00a1d4e.tar.gz
px4-firmware-199e9314622731714c0331264a52e8b1d00a1d4e.tar.bz2
px4-firmware-199e9314622731714c0331264a52e8b1d00a1d4e.zip
The PIC32 USB driver (finally) works the the Mass Storage Class
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4496 7fd9a85b-ad96-42d3-883c-3090e2eb8679
Diffstat (limited to 'nuttx/TODO')
-rw-r--r--nuttx/TODO11
1 files changed, 1 insertions, 10 deletions
diff --git a/nuttx/TODO b/nuttx/TODO
index 7ceb72698..d20309ae1 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)
+ (0) 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/)
@@ -1256,15 +1256,6 @@ o 8051 / MCS51 (arch/8051/)
o MIPS (arch/mips)
^^^^^^^^^^^^^^^^
- Title: PIC32MX USB MASS STORAGE
- Description: A USB device-side driver has been written for the PIC3MX and
- is partially tested. It does not, however, seem to work with the
- mass storage device. I believe that these are timing-related
- errors in how endpoint stalls are handled since the mass storage
- protocol depends on stalls to indicate the end-of-data.
- Status: Open
- Priority: Medium
-
o Hitachi/Renesas SH-1 (arch/sh/src/sh1)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^