summaryrefslogtreecommitdiff
path: root/nuttx/TODO
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-06-20 19:07:22 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-06-20 19:07:22 +0000
commite23fb305e00f5c2cca3d5eaa898c556030e92076 (patch)
tree1bc28778644e4a632c0c92435bf09e9040a5309d /nuttx/TODO
parenteae3888f7401c8085488eed1c4c8c843a4a41c8f (diff)
downloadnuttx-e23fb305e00f5c2cca3d5eaa898c556030e92076.tar.gz
nuttx-e23fb305e00f5c2cca3d5eaa898c556030e92076.tar.bz2
nuttx-e23fb305e00f5c2cca3d5eaa898c556030e92076.zip
Add a USB mass storage example for AVR
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3727 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/TODO')
-rw-r--r--nuttx/TODO10
1 files changed, 8 insertions, 2 deletions
diff --git a/nuttx/TODO b/nuttx/TODO
index c12c9c398..27f970da6 100644
--- a/nuttx/TODO
+++ b/nuttx/TODO
@@ -1,4 +1,4 @@
-NuttX TODO List (Last updated June 17, 2011)
+NuttX TODO List (Last updated June 20, 2011)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
nuttx/
@@ -29,7 +29,7 @@ nuttx/
(3) ARM/STR71x (arch/arm/src/str71x/)
(4) ARM/LM3S6918 (arch/arm/src/lm3s/)
(4) ARM/STM32 (arch/arm/src/stm32/)
- (2) AVR (arch/avr)
+ (3) AVR (arch/avr)
(0) Intel x86 (arch/x86)
(4) 8051 / MCS51 (arch/8051/)
(2) Hitachi/Renesas SH-1 (arch/sh/src/sh1)
@@ -900,6 +900,12 @@ o AVR (arch/avr)
Priority: Low. The AVR is probably not the architecuture that you want to use
for extensive string operations.
+ Description: An SPI driver and a USB device driver exist for the AT90USB (as well
+ as a USB mass storage example). However, this configuration is not
+ fully debugged as of the NuttX-6.5 release.
+ Status: Open
+ Priority: Medium-High.
+
o Intel x86 (arch/x86)
^^^^^^^^^^^^^^^^^^^^