AVR build warnings; minor USB fix

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3729 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo
2011-06-21 02:05:59 +00:00
parent 765ee0f81d
commit 3f55e3cdcb
+7
View File
@@ -529,3 +529,10 @@ Where <subdir> is one of the following:
apps/examples/ostest. NOTE: The OS test is quite large. In order 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 to get it to fit within AVR memory constraints, it will probably be
necessary to disable some OS features. 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.