aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/Device/ClassDriver/MassStorage/Lib/DataflashManager.c
Commit message (Expand)AuthorAgeFilesLines
* Spell check all source files once again to find any typos.Dean Camera2010-07-291-61/+61
* Update all demos, projects and bootloaders to indent all function parameters,...Dean Camera2010-07-211-4/+12
* Add missing const qualifiers to class drivers.Dean Camera2010-07-211-2/+2
* Add svn:eol-style property to source files, so that the line endings are corr...Dean Camera2010-05-081-525/+525
* Update copyright year to 2010.Dean Camera2009-12-301-2/+2
* Fix MIT license language to make its intent clearer.Dean Camera2009-12-281-7/+7
* Add new MIDI Host Class driver to the library, and new MIDIHost ClassDriver d...Dean Camera2009-10-081-2/+2
* Move Dataflash operational checking code out from SCSI.c into the DataflashMa...Dean Camera2009-09-221-0/+33
* 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
* 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-281-12/+12
* Break device mode class driver interfaces into seperate config and state stru...Dean Camera2009-06-181-4/+4
* More Doxygen fixes - ensure no undocumented function parameters.Dean Camera2009-06-151-0/+2
* Move new Class Driver powered demos to a new ClassDriver subdirectory, re-add...Dean Camera2009-06-051-0/+469