summaryrefslogtreecommitdiff
path: root/nuttx/TODO
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-09-05 08:07:03 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-09-05 08:07:03 -0600
commit39b2be1e80f5e15b431456a7ab18ab2edf05a3a1 (patch)
treefd7939068ef642b851d41a52ed2653ca71fe7a3d /nuttx/TODO
parent63490f1443d979623b3cf06232e34413506dfc94 (diff)
downloadnuttx-39b2be1e80f5e15b431456a7ab18ab2edf05a3a1.tar.gz
nuttx-39b2be1e80f5e15b431456a7ab18ab2edf05a3a1.tar.bz2
nuttx-39b2be1e80f5e15b431456a7ab18ab2edf05a3a1.zip
Rename examples/usbstorage to examples/usbmsc. From CCTSAO
Diffstat (limited to 'nuttx/TODO')
-rw-r--r--nuttx/TODO2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/TODO b/nuttx/TODO
index f0a712ca8..6b6dee76f 100644
--- a/nuttx/TODO
+++ b/nuttx/TODO
@@ -1790,7 +1790,7 @@ o AVR (arch/avr)
as a USB mass storage example). However, this configuration is not
fully debugged as of the NuttX-6.5 release.
Update 7/11: (1) The SPI/SD driver has been verified, however, (2) I
- believe that the current teensy/usbstorage configuration uses too
+ believe that the current teensy/usbmsc configuration uses too
much SRAM for the system to behave sanely. A lower memory footprint
version of the mass storage driver will be required before this can
be debugged