aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/Device/LowLevel/MassStorage/Lib/DataflashManager.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year on all source files.Dean Camera2011-01-011-2/+2
* Changed over www.fourwalledcubicle.com links to the new www.lufa-lib.org redi...Dean Camera2010-10-281-1/+1
* Minor documentation corrections.Dean Camera2010-10-131-2/+2
* Clean up excessive whitespace at the end of each line using the wspurify tool...Dean Camera2010-10-131-40/+41
* 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/+10
* Add svn:eol-style property to source files, so that the line endings are corr...Dean Camera2010-05-081-523/+523
* 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
* 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-5/+21
* Minor correction to MagStripe demo to fix build problems.Dean Camera2009-06-291-8/+14
* Dataflash_WaitWhileBusy() now always ensures that the dataflash is ready for ...Dean Camera2009-06-291-26/+29
* Added const modifiers to device mode class drivers.Dean Camera2009-06-281-10/+10
* Move new Class Driver powered demos to a new ClassDriver subdirectory, re-add...Dean Camera2009-06-051-0/+477