aboutsummaryrefslogtreecommitdiffstats
path: root/Demos
Commit message (Expand)AuthorAgeFilesLines
* Add support for Mouse Scrollwheel to the MouseHostWithParser demos.Dean Camera2009-11-0417-34/+70
* Added new JoystickHostWithParser demos to the library.Dean Camera2009-11-0432-42/+5876
* Update DevChapter9.c - use the Endpoint_ClearStatusStage() function where pos...Dean Camera2009-11-042-22/+22
* Add new CDCMouse ClassDriver device demo, combining a CDC Virtual Serial Port...Dean Camera2009-11-0313-4/+3195
* Rename the AT90USBXXX67 internal driver directory to AVRU4U6U7.Dean Camera2009-11-038-17/+67
* Make HID device class driver ignore the previous HID report comparison buffer...Dean Camera2009-10-261-18/+18
* Moved USBtoSerial demo the Projects directory, as it is simply an expanded CD...Dean Camera2009-10-1823-6825/+0
* Fix invalid Event name rule in demo/project makefiles.Dean Camera2009-10-1647-64/+64
* Fix AudioOutput and AudioInput class driver demos' descriptors -- incorrect v...Dean Camera2009-10-145-5/+3
* Make Audio device demos compatible with AVRs running at 16MHz instead of 8MHz.Dean Camera2009-10-1250-308/+173
* Added stdio.h stream examples for the virtual CDC UART in the CDC host demos.Dean Camera2009-10-112-0/+67
* Add new MIDI Host Class driver to the library, and new MIDIHost ClassDriver d...Dean Camera2009-10-0812-34/+2637
* Application documentation/comment cleanup.Dean Camera2009-10-0836-43/+33
* Add new MIDIHost LowLevel demo application.Dean Camera2009-10-0826-76/+2941
* Fix broken Endpoint/Pipe stream templates.Dean Camera2009-10-042-38/+24
* Changed Audio Class driver sample read/write functions to be inline, to reduc...Dean Camera2009-10-033-20/+17
* Cleanups to the Device mode Mass Storage demo applications' SCSI routines.Dean Camera2009-10-025-115/+61
* Added new HID_HOST_BOOT_PROTOCOL_ONLY compile time token to reduce the size o...Dean Camera2009-09-302-0/+2
* Removed mostly useless "TestApp" demo, as it was mainly useful only for check...Dean Camera2009-09-302-5/+29
* Fix missing semicolons in the *WithParser Host mode demos.Dean Camera2009-09-292-2/+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-2924-511/+737
* Fixed PrinterHost demo returning invalid Device ID data when the attached dev...Dean Camera2009-09-281-1/+7
* Doxygen fixes to \param directives to give data direction in all projects. Ma...Dean Camera2009-09-244-46/+26
* Fix incorrect names for the HID Host protocol setting routines.Dean Camera2009-09-244-4/+4
* Fix more build errors in the LowLevel "WithParser" HID Host demos.Dean Camera2009-09-222-2/+2
* 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-226-13/+25
* Move Dataflash operational checking code out from SCSI.c into the DataflashMa...Dean Camera2009-09-226-58/+74
* 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-2119-18/+5307
* Added new MassStorageKeyboard Device Class Driver demo (thanks to Matthias Hu...Dean Camera2009-09-2116-2/+4190
* Fix building of KeyboardHostWithParser and MouseHostWithParser demos broken b...Dean Camera2009-09-212-8/+16
* Fix broken KeyboardMouse ClassDriver device demo - use internal HID Class Dri...Dean Camera2009-09-211-21/+0
* Add const qualifiers to Host mode Class drivers.Dean Camera2009-09-211-8/+10
* Remove type definitions of the keyboard and mouse boot protocol report layout...Dean Camera2009-09-202-22/+0
* 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-207-8/+40
* 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
* Fixed Low Level USBtoSerial demo not storing received characters (thanks to M...Dean Camera2009-09-131-1/+1
* Remove USE_NONSTANDARD_DESCRIPTOR_NAMES compile time token, split out standar...Dean Camera2009-09-0942-84/+40
* Change HID report parser so that it can calculate and record the sizes (IN, O...Dean Camera2009-09-092-1/+29
* Add Host mode Class driver demo summaries.Dean Camera2009-09-095-2/+201
* Finish Still Image Host class driver.Dean Camera2009-09-091-1/+9
* Add link to third-party signed version of the official FLIP DFU driver for 64...Dean Camera2009-09-071-0/+3
* Remove information about 64 bit Windows OS signing requirements for the CDC b...Dean Camera2009-09-076-42/+0
* Add in new invalid event hook check targets to project makefiles to produce c...Dean Camera2009-09-0642-1251/+1972
* Added 64 bit OS driver installation instructions to the readme for all CDC ba...Dean Camera2009-09-066-0/+42