aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/Host/ClassDriver
Commit message (Expand)AuthorAgeFilesLines
* Fix MIT license language to make its intent clearer.Dean Camera2009-12-2822-154/+154
* Test with -Wextra, fix library warnings due to unused function parameters.Dean Camera2009-12-131-1/+1
* 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-0/+1
* Fix newly renamed VirtualSerial demos' include filename references so that th...Dean Camera2009-12-072-5/+5
* Additional file renames and modifications to change CDC demos to VirtualSerial.Dean Camera2009-12-076-6/+6
* Rename CDC demos to VirtualSerial.Dean Camera2009-12-075-0/+0
* Added CDC_Host_Flush() function to the CDC Host Class driver to flush sent da...Dean Camera2009-11-301-0/+2
* Better checking of whether a packet is received in the RNDISEthernetHost Clas...Dean Camera2009-11-272-6/+12
* Make the RNDISEthernetHost Class driver demo print out incomming packets from...Dean Camera2009-11-262-1/+20
* Added new RNDIS Host class driver and the beginnings of a RNDISEthernetHost C...Dean Camera2009-11-266-0/+2586
* Make the StandaloneProgrammer project seamlessly read out drive contents from...Dean Camera2009-11-241-1/+1
* Fixed misnamed SI_Host_USBTask() and SI_Host_ConfigurePipes() functions.Dean Camera2009-11-231-3/+3
* Fixed LowLevel Keyboard demo not saving the issued report only after it has b...Dean Camera2009-11-202-2/+2
* Corrected the name of the misnamed USB_GetDeviceConfigDescriptor() function t...Dean Camera2009-11-1310-20/+20
* Added new stream creation function to the CDC Class drivers, to easily make s...Dean Camera2009-11-101-22/+0
* Spell check all source code variables, comments and strings.Dean Camera2009-11-093-3/+3
* Fixed HID host Class driver report send/receive report broken when issued thr...Dean Camera2009-11-092-2/+0
* Add optional pipe double banking support to the Host mode Class drivers.Dean Camera2009-11-079-0/+29
* Add double banking property to LUFA powered projects in the Projects director...Dean Camera2009-11-061-3/+8
* Added new Printer Host mode Class driver.Dean Camera2009-11-046-0/+2582
* Add support for Mouse Scrollwheel to the MouseHostWithParser demos.Dean Camera2009-11-043-4/+22
* Added new JoystickHostWithParser demos to the library.Dean Camera2009-11-047-4/+2675
* Rename the AT90USBXXX67 internal driver directory to AVRU4U6U7.Dean Camera2009-11-034-7/+34
* Fix invalid Event name rule in demo/project makefiles.Dean Camera2009-10-168-8/+8
* Make Audio device demos compatible with AVRs running at 16MHz instead of 8MHz.Dean Camera2009-10-128-24/+16
* Added stdio.h stream examples for the virtual CDC UART in the CDC host demos.Dean Camera2009-10-111-0/+21
* Add new MIDI Host Class driver to the library, and new MIDIHost ClassDriver d...Dean Camera2009-10-086-0/+2619
* Application documentation/comment cleanup.Dean Camera2009-10-087-7/+7
* Added new HID_HOST_BOOT_PROTOCOL_ONLY compile time token to reduce the size o...Dean Camera2009-09-302-0/+2
* Fix missing semicolons in the *WithParser Host mode demos.Dean Camera2009-09-292-2/+2
* Remove old OTG demo directory with useless TestApp demo. Add new DualRole dir...Dean Camera2009-09-295-5/+5
* Doxygen fixes to \param directives to give data direction in all projects. Ma...Dean Camera2009-09-242-23/+13
* Fix incorrect names for the HID Host protocol setting routines.Dean Camera2009-09-244-4/+4
* Fix broken Host ClassDriver MouseHostWithParser demo.Dean Camera2009-09-221-1/+1
* Add new error condition to the HID Report Parser for when a report is parsed ...Dean Camera2009-09-222-4/+4
* Add new attributes to the HID Report Parser and HID Host Mode Class driver to...Dean Camera2009-09-212-2/+2
* Finish initial draft of the Host Mode HID Class driver.Dean Camera2009-09-2113-10/+5299
* Add const qualifiers to Host mode Class drivers.Dean Camera2009-09-211-8/+10
* Add KeyboardHost HID Host Class driver demo to the library.Dean Camera2009-09-207-3/+2589
* Finish Class Driver MouseHost demo. Update HID Host Class driver; boot protoc...Dean Camera2009-09-202-6/+80
* Added new Pipe_IsFrozen() macro to determine if the currently selected pipe i...Dean Camera2009-09-202-2/+34
* Added support for the officially recommended layout of the external periphera...Dean Camera2009-09-171-6/+1
* Fix Mass Storage Host Class driver GetMaxLUN command - incorrect function ret...Dean Camera2009-09-171-0/+8
* Remove USE_NONSTANDARD_DESCRIPTOR_NAMES compile time token, split out standar...Dean Camera2009-09-094-8/+2
* Add Host mode Class driver demo summaries.Dean Camera2009-09-093-0/+199
* Finish Still Image Host class driver.Dean Camera2009-09-091-1/+9
* Add in new invalid event hook check targets to project makefiles to produce c...Dean Camera2009-09-064-120/+188
* Changed Still Image Host class driver to auto-fill TransactionID element of s...Dean Camera2009-09-061-2/+4
* Add StillImage Host Class Driver functions for opening and closing sessions. ...Dean Camera2009-09-021-1/+21