aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/Host/MassStorageHost
Commit message (Collapse)AuthorAgeFilesLines
* Add call to MassStore_WaitForDataReceived() in MassStore_GetReturnedStatus() ↵Dean Camera2009-04-051-0/+4
| | | | to ensure that the CSW has been received in the extended MSC timeout period before continuing, to prevent long processing delays from causing the MassStore_GetReturnedStatus() to early-abort.
* All comments in the library, bootloaders, demos and projects have now been ↵Dean Camera2009-04-014-16/+16
| | | | spell-checked and spelling mistakes/typos corrected.
* Corrected bitfields -- the smallest datatype required for each bitfield is ↵Dean Camera2009-03-261-7/+7
| | | | now used, rather than relying on GCC to truncate unused bytes in bitfields (thanks to Walt Sacuta).
* Seperated out OTG, Device and Host mode demos into seperate folders for ↵Dean Camera2009-03-2011-0/+3972
clarity. Adjusted makefiles so that the path to the LUFA library can be set in one place.