aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/Host/LowLevel/MassStorageHost
Commit message (Expand)AuthorAgeFilesLines
* More improvements to the incomplete BluetoothHost demo - add Disconnection Ev...Dean Camera2010-04-011-3/+0
* New BOARD value option BOARD_NONE (equivelent to not specifying BOARD) which ...Dean Camera2010-02-041-1/+1
* Exlude the "INCLUDE_FROM_*" macros from the individual project's documentation.Dean Camera2010-02-031-1/+2
* Fix up project documentation files' overview tables, so that multiple items o...Dean Camera2010-01-281-4/+4
* Add Webserver project Doxygen configuration file and overview document.Dean Camera2010-01-251-1/+1
* Update Doxygen configuration files to the latest Doxygen version.Dean Camera2010-01-061-631/+709
* Update copyright year to 2010.Dean Camera2009-12-307-14/+14
* Fix MIT license language to make its intent clearer.Dean Camera2009-12-287-49/+49
* Increase timeout of Mass Storage and Still Image host commands to 10 seconds ...Dean Camera2009-12-093-3/+3
* Make sure that USB_STREAM_TIMEOUT_MS is set in the MassStorageHost ClassDrive...Dean Camera2009-12-081-1/+1
* Fixed Mass Storage Host Class driver and Low Level demo not clearing the erro...Dean Camera2009-12-041-2/+9
* Corrected the name of the misnamed USB_GetDeviceConfigDescriptor() function t...Dean Camera2009-11-131-1/+1
* Spell check all source code variables, comments and strings.Dean Camera2009-11-093-4/+4
* Make Low Level host demos use void pointers for the configuration descriptor,...Dean Camera2009-11-071-1/+1
* Add support for Mouse Scrollwheel to the MouseHostWithParser demos.Dean Camera2009-11-041-2/+2
* Added new JoystickHostWithParser demos to the library.Dean Camera2009-11-041-3/+3
* Fix invalid Event name rule in demo/project makefiles.Dean Camera2009-10-161-1/+1
* Make Audio device demos compatible with AVRs running at 16MHz instead of 8MHz.Dean Camera2009-10-121-3/+2
* Application documentation/comment cleanup.Dean Camera2009-10-082-3/+1
* Add new MIDIHost LowLevel demo application.Dean Camera2009-10-082-6/+6
* Remove old OTG demo directory with useless TestApp demo. Add new DualRole dir...Dean Camera2009-09-291-1/+1
* Remove USE_NONSTANDARD_DESCRIPTOR_NAMES compile time token, split out standar...Dean Camera2009-09-091-2/+1
* Add in new invalid event hook check targets to project makefiles to produce c...Dean Camera2009-09-061-30/+47
* Oops - with new changes to the way the device Configuration Descriptor is ret...Dean Camera2009-08-311-1/+1
* Changed the parameters and behaviour of the USB_GetDeviceConfigDescriptor() f...Dean Camera2009-08-311-21/+17
* Replace -finline-limit with -fno-inline-small-functions in project makefiles.Dean Camera2009-08-301-1/+1
* Condensed SCSI command functions in the LowLevel Mass Storage Host demo, to s...Dean Camera2009-08-274-276/+239
* Make Benito ping-pong LED code more explicit, using masks of the TX and RX LE...Dean Camera2009-08-071-1/+1
* Make Endpoint control transfers more reliable; early-abort when an incomplete...Dean Camera2009-08-061-8/+8
* Make Control Endpoint stream transfers more reliable by adding in early abort...Dean Camera2009-08-051-1/+1
* Renamed all library events to properly seperate out Device and Host mode even...Dean Camera2009-08-052-9/+9
* Change project makefiles so that the current target settings and not just the...Dean Camera2009-07-281-39/+21
* Added new USB_DeviceState variable to keep track of the current Device mode U...Dean Camera2009-07-212-15/+16
* Change Doxygen configuration files to not produce 4096 directories for the do...Dean Camera2009-07-201-1/+1
* Don't send terminal RESET codes via serial - just set the foreground colour a...Dean Camera2009-07-191-1/+1
* Use sane ANSI terminal escape codes for the Host mode demos, so that they do ...Dean Camera2009-07-191-17/+16
* Added compatibility list to the documentation of each individual demo.Dean Camera2009-07-131-0/+7
* Added new HOST_STATE_WaitForDeviceRemoval host state machine state for non-bl...Dean Camera2009-07-131-8/+20
* Added incomplete PrinterHost demo application.Dean Camera2009-07-111-1/+1
* Added const modifiers to device mode class drivers.Dean Camera2009-06-284-31/+31
* Optimize vendor/product description string display code in MassStorageHost.Dean Camera2009-06-262-11/+2
* Oops - SCSI INQUIRY data uses fixed-length, non-terminated strings -- need to...Dean Camera2009-06-232-1/+11
* MassStorageHost demo now retrieves Inquiry data from the device during enumer...Dean Camera2009-06-233-2/+115
* Fixed MassStorage demo not clearing the reset flag when a Mass Storage Reset ...Dean Camera2009-06-231-0/+1
* Pipe_ConfigurePipe() now automatically defaults IN pipes to accepting infinit...Dean Camera2009-06-231-2/+0
* Fix makefiles -- the auto-addition of -D switches to each LUFA compile time o...Dean Camera2009-06-191-6/+6
* Move LUFA compile time options to a new section in the application makefiles ...Dean Camera2009-06-191-4/+9
* Extend USB_GetDeviceConfigDescriptor() routine to require the configuration n...Dean Camera2009-06-191-2/+2
* Added new USB_Host_ClearPipeStall() convenience function to clear a stall con...Dean Camera2009-06-182-26/+2
* Remove hardcoded DOT path from all Doxygen config files.Dean Camera2009-06-161-1/+1