aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/Device/LowLevel/MassStorage
Commit message (Expand)AuthorAgeFilesLines
* Seperate out the device demos and project's configuration descriptor structur...Dean Camera2011-07-011-0/+2
* Add new "checksource" target to the library makefiles, for automated source f...Dean Camera2011-06-201-2/+10
* Massive corrections to the project documentation and code comments, thanks to...Dean Camera2011-06-051-2/+2
* Remove redundant type information for bitfield elements, other than the signe...Dean Camera2011-04-101-46/+46
* Renamed all low level Endpoint_Read_*, Endpoint_Write_* and Endpoint_Discard_...Dean Camera2011-04-043-39/+39
* Use the MIN() macro where possible instead of manual "(x < y) ? x : y" constr...Dean Camera2011-03-231-3/+2
* F_CLOCK changed to F_USB to be more descriptive, and applicable on future arc...Dean Camera2011-03-211-7/+7
* Endpoint_ResetFIFO() renamed to Endpoint_ResetEndpoint(), to be consistent wi...Dean Camera2011-03-051-2/+2
* Add new ARCH option to the makefiles to (eventually) specify the target devic...Dean Camera2011-02-191-1/+5
* Add static keyword to all project globals whose scope should be restricted to...Dean Camera2011-02-101-2/+2
* Oops - fix missing constants in the TempDataLogger FatFS diskio.h header file.Dean Camera2011-02-061-5/+5
* Fix typos and outdated information.Dean Camera2011-01-101-11/+10
* Altered all endpoint/pipe stream transfers so that the new BytesProcessed par...Dean Camera2011-01-102-42/+33
* Update copyright year on all source files.Dean Camera2011-01-018-16/+16
* Documentation improvements - put driver example code into its own section, fi...Dean Camera2010-12-261-4/+4
* Added ability to write protect Mass Storage disk write operations from the ho...Dean Camera2010-11-263-2/+42
* Lower bulk endpoint polling rate in the descriptors to the lowest possible va...Dean Camera2010-11-221-2/+2
* Fixed incorrect PollingIntervalMS values in the demo/project/bootloader endpo...Dean Camera2010-11-101-2/+2
* Renamed the EVENT_USB_Device_UnhandledControlRequest() event to EVENT_USB_Dev...Dean Camera2010-11-052-5/+5
* Changed over www.fourwalledcubicle.com links to the new www.lufa-lib.org redi...Dean Camera2010-10-288-8/+8
* Add descriptor class, subclass and protocol constants to the class drivers, m...Dean Camera2010-10-251-6/+6
* All USB class drivers are now automatically included when LUFA/Drivers/USB.h ...Dean Camera2010-10-244-158/+18
* 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-1311-226/+237
* Reverted Endpoint/Pipe non-sequential configuration hack, placed restriction ...Dean Camera2010-09-301-1/+1
* Move out many of the common class driver constants into grouped enums, to mak...Dean Camera2010-09-281-1/+1
* Remove dfu-programmer program switches, to ensure maximum compatibility with ...Dean Camera2010-09-241-2/+2
* Added the --suppress-bootloader-mem option to the makefile dfu target, to ens...Dean Camera2010-09-241-3/+3
* Make project makefiles correctly clean intermeditary build files from assembl...Dean Camera2010-09-151-2/+2
* Fix typos in the project overview text files.Dean Camera2010-09-091-1/+1
* Clarify in the project documentation files what the each of the different USB...Dean Camera2010-08-312-7/+7
* Changed the signature of the CALLBACK_USB_GetDescriptor() callback function s...Dean Camera2010-08-242-9/+10
* Changed all Device mode LowLevel demos and Device Class drivers so that the c...Dean Camera2010-08-221-4/+2
* Added new SCSI_ASENSE_NOT_READY_TO_READY_CHANGE constant to the Mass Storage ...Dean Camera2010-08-201-2/+3
* Fixed MassStorage based demos and projects resetting the SCSI sense values be...Dean Camera2010-08-182-29/+57
* Removed complicated logic for the Endpoint_ConfigureEndpoint() function to us...Dean Camera2010-08-091-16/+9
* Fix invocations of avr-size in all makefiles broken on unpatched *nix systems...Dean Camera2010-08-081-1/+4
* Hide the PROGMEM attribute from Doxygen, as it appears to confuse the parser ...Dean Camera2010-08-021-1/+2
* More spell checking of all source files -- correct missed errors, switch to E...Dean Camera2010-07-301-1/+1
* Spell check all source files once again to find any typos.Dean Camera2010-07-294-64/+64
* Added support to the AVRISP-MKII project for ISP speeds slower than 125KHz vi...Dean Camera2010-07-291-1/+1
* Add TMC header read and write functions, so that TMC data can now be exchange...Dean Camera2010-07-281-34/+26
* Rename reserved members of all structs so that they are uniformly named acros...Dean Camera2010-07-261-5/+5
* Add missing INTERRUPT_CONTROL_ENDPOINT compile time option to the Mass Storag...Dean Camera2010-07-261-0/+1
* Update all demos, projects and bootloaders to indent all function parameters,...Dean Camera2010-07-214-11/+24
* Update makefiles to use the latest WinAVR/Atmel toolchain makefile template.Dean Camera2010-07-192-68/+42
* Change over all makefiles to use C99 standards mode, rather than C99 + GNU Ex...Dean Camera2010-07-181-1/+1
* Disable strict aliasing explicitly in the project makefiles, as this is appar...Dean Camera2010-07-152-2/+3
* Removed the automated checking of event names in the demo, project and bootlo...Dean Camera2010-07-151-18/+6
* Fix pointer aliasing warning in the Mass Storage demos.Dean Camera2010-07-153-12/+11