aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/Device/ClassDriver/MassStorage/Lib
Commit message (Expand)AuthorAgeFilesLines
* Spell check all source files once again to find any typos.Dean Camera2010-07-293-63/+63
* Update all demos, projects and bootloaders to indent all function parameters,...Dean Camera2010-07-214-10/+24
* Add missing const qualifiers to class drivers.Dean Camera2010-07-214-16/+16
* Update makefiles to use the latest WinAVR/Atmel toolchain makefile template.Dean Camera2010-07-191-8/+2
* Disable strict aliasing explicitly in the project makefiles, as this is appar...Dean Camera2010-07-151-2/+2
* Fix pointer aliasing warning in the Mass Storage demos.Dean Camera2010-07-151-3/+2
* Rewrote the implementation of the SwapEndian_16() and SwapEndian_32() functio...Dean Camera2010-07-091-2/+2
* More documentation fixes.Dean Camera2010-06-031-2/+2
* Add svn:eol-style property to source files, so that the line endings are corr...Dean Camera2010-05-084-978/+978
* Minor fixups to the documentation and preprocessor tokens.Dean Camera2010-02-021-2/+2
* Update copyright year to 2010.Dean Camera2009-12-304-8/+8
* Fix MIT license language to make its intent clearer.Dean Camera2009-12-284-28/+28
* Increase timeout of Mass Storage and Still Image host commands to 10 seconds ...Dean Camera2009-12-092-7/+7
* The incomplete StandaloneProgrammer project now uses Host and Device Mass sto...Dean Camera2009-11-231-61/+0
* Make RNDISHost demo validate the set Packet Filter to ensure that it is being...Dean Camera2009-11-171-3/+4
* Cleanups to the MassStorage Device demos, and the MassStorage Device Class dr...Dean Camera2009-11-151-12/+4
* Add new MIDI Host Class driver to the library, and new MIDIHost ClassDriver d...Dean Camera2009-10-081-2/+2
* Cleanups to the Device mode Mass Storage demo applications' SCSI routines.Dean Camera2009-10-022-52/+28
* Add new error condition to the HID Report Parser for when a report is parsed ...Dean Camera2009-09-221-2/+4
* Move Dataflash operational checking code out from SCSI.c into the DataflashMa...Dean Camera2009-09-223-29/+36
* Add SCSICodes.h to the Class Driver Common folder, and automatically include ...Dean Camera2009-08-262-86/+0
* Changed over manual loops waiting for endpoints to be ready to use the librar...Dean Camera2009-08-051-20/+8
* Added new USB_DeviceState variable to keep track of the current Device mode U...Dean Camera2009-07-211-4/+20
* Change Doxygen configuration files to not produce 4096 directories for the do...Dean Camera2009-07-201-0/+2
* Added incomplete PrinterHost demo application.Dean Camera2009-07-111-3/+3
* Minor correction to MagStripe demo to fix build problems.Dean Camera2009-06-291-9/+15
* Dataflash_WaitWhileBusy() now always ensures that the dataflash is ready for ...Dean Camera2009-06-291-20/+29
* Added const modifiers to device mode class drivers.Dean Camera2009-06-283-22/+22
* Break device mode class driver interfaces into seperate config and state stru...Dean Camera2009-06-184-38/+38
* More Doxygen fixes - ensure no undocumented function parameters.Dean Camera2009-06-151-0/+2
* Add host mode USB Class driver stubs, add beginnings of a CDC host class driver.Dean Camera2009-06-142-3/+5
* Move new Class Driver powered demos to a new ClassDriver subdirectory, re-add...Dean Camera2009-06-055-0/+1122