summaryrefslogtreecommitdiff
path: root/nuttx/configs/teensy
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-06-21 02:05:59 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-06-21 02:05:59 +0000
commit45d04be87af60e5f002c0539ac87181c7583cdab (patch)
tree599fea72ab3154bdb24a477b731e46e1a01828d1 /nuttx/configs/teensy
parentd30d34a6c826747aa920cb5495a635cb758858a0 (diff)
downloadpx4-nuttx-45d04be87af60e5f002c0539ac87181c7583cdab.tar.gz
px4-nuttx-45d04be87af60e5f002c0539ac87181c7583cdab.tar.bz2
px4-nuttx-45d04be87af60e5f002c0539ac87181c7583cdab.zip
AVR build warnings; minor USB fix
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3729 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs/teensy')
-rw-r--r--nuttx/configs/teensy/README.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/nuttx/configs/teensy/README.txt b/nuttx/configs/teensy/README.txt
index 4d8843385..24579e82c 100644
--- a/nuttx/configs/teensy/README.txt
+++ b/nuttx/configs/teensy/README.txt
@@ -529,3 +529,10 @@ Where <subdir> is one of the following:
apps/examples/ostest. NOTE: The OS test is quite large. In order
to get it to fit within AVR memory constraints, it will probably be
necessary to disable some OS features.
+
+ usbstorage:
+ This configuration directory exercises the USB mass storage
+ class driver at apps/examples/usbstorage. See apps/examples/README.txt
+ for more information. NOTE: THIS CONFIGURATION HAS NOT YET BEEN
+ DEBUGGED AND DOES NOT WORK!!! ISSUES: (1) THE SPI DRIVER IS UNTESTED,
+ (2) THE USB DRIVER IS UNTESTED, AND (3) THE RAM USAGE MIGHT BE EXCESSIVE.