| Commit message (Expand) | Author | Age | Files | Lines |
* | Clean up MassStorageKeyboard demo. | Dean Camera | 2010-01-03 | 1 | -0/+1 |
* | Combine AVRISP project TPI and PDI lib directories - these protocols use the ... | Dean Camera | 2009-12-24 | 1 | -1/+0 |
* | Enhance the HotmailNotifier project so that the LEDs' individual brightness c... | Dean Camera | 2009-12-18 | 1 | -0/+1 |
* | Increase timeout of Mass Storage and Still Image host commands to 10 seconds ... | Dean Camera | 2009-12-09 | 1 | -1/+5 |
* | Add support for unwrapping of the XMEGA PDI programming protocol to the AVRIS... | Dean Camera | 2009-12-02 | 1 | -1/+0 |
* | Better checking of whether a packet is received in the RNDISEthernetHost Clas... | Dean Camera | 2009-11-27 | 1 | -3/+0 |
* | Fix RNDIS Device Class driver - RNDISConstants.h has moved out to the Common ... | Dean Camera | 2009-11-26 | 1 | -2/+1 |
* | Updated John Steggall's software USART in the XPLAINBridge project. | Dean Camera | 2009-11-26 | 1 | -0/+1 |
* | Commit for the 091122 release. | Dean Camera | 2009-11-22 | 1 | -13/+15 |
* | Fixed LowLevel Keyboard demo not saving the issued report only after it has b... | Dean Camera | 2009-11-20 | 1 | -2/+1 |
* | Make RNDISHost demo validate the set Packet Filter to ensure that it is being... | Dean Camera | 2009-11-17 | 1 | -0/+1 |
* | Corrected the name of the misnamed USB_GetDeviceConfigDescriptor() function t... | Dean Camera | 2009-11-13 | 1 | -3/+0 |
* | Minor code cleanups for clarity. | Dean Camera | 2009-11-11 | 1 | -2/+2 |
* | Fixed HID host Class driver report send/receive report broken when issued thr... | Dean Camera | 2009-11-09 | 1 | -1/+1 |
* | Remove dependancies from the LowLevel demos to the ClassDriver demos, since t... | Dean Camera | 2009-11-08 | 1 | -2/+7 |
* | Add optional double-banking support to the Device mode Class Drivers, on a pe... | Dean Camera | 2009-11-06 | 1 | -0/+1 |
* | Fixed HID report parser collection paths invalid due to misplaced semicolon i... | Dean Camera | 2009-11-04 | 1 | -1/+0 |
* | Add new CDCMouse ClassDriver device demo, combining a CDC Virtual Serial Port... | Dean Camera | 2009-11-03 | 1 | -1/+0 |
* | Rename the AT90USBXXX67 internal driver directory to AVRU4U6U7. | Dean Camera | 2009-11-03 | 1 | -1/+2 |
* | Add const attribute to class driver APIs. | Dean Camera | 2009-11-03 | 1 | -1/+2 |
* | Make HID device class driver reselect the correct endpoint after the user cal... | Dean Camera | 2009-10-26 | 1 | -1/+0 |
* | Moved USBtoSerial demo the Projects directory, as it is simply an expanded CD... | Dean Camera | 2009-10-18 | 1 | -1/+2 |
* | Fix invalid Event name rule in demo/project makefiles. | Dean Camera | 2009-10-16 | 1 | -1/+2 |
* | Fix AudioOutput and AudioInput class driver demos' descriptors -- incorrect v... | Dean Camera | 2009-10-14 | 1 | -2/+0 |
* | Make Audio device demos compatible with AVRs running at 16MHz instead of 8MHz. | Dean Camera | 2009-10-12 | 1 | -0/+1 |
* | Added stdio.h stream examples for the virtual CDC UART in the CDC host demos. | Dean Camera | 2009-10-11 | 1 | -1/+1 |
* | Add new MIDIHost LowLevel demo application. | Dean Camera | 2009-10-08 | 1 | -0/+1 |
* | Removed mostly useless "TestApp" demo, as it was mainly useful only for check... | Dean Camera | 2009-09-30 | 1 | -2/+2 |
* | Fixed PrinterHost demo returning invalid Device ID data when the attached dev... | Dean Camera | 2009-09-28 | 1 | -2/+2 |
* | Move Dataflash operational checking code out from SCSI.c into the DataflashMa... | Dean Camera | 2009-09-22 | 1 | -0/+1 |
* | Add new attributes to the HID Report Parser and HID Host Mode Class driver to... | Dean Camera | 2009-09-21 | 1 | -5/+6 |
* | Add Host mode Class driver demo summaries. | Dean Camera | 2009-09-09 | 1 | -1/+1 |
* | Add in new invalid event hook check targets to project makefiles to produce c... | Dean Camera | 2009-09-06 | 1 | -3/+0 |
* | Add StillImage Host Class Driver functions for opening and closing sessions. ... | Dean Camera | 2009-09-02 | 1 | -1/+0 |
* | Fix up MissileLauncher demo's ConfigurationDescriptor.c so that it uses the n... | Dean Camera | 2009-09-01 | 1 | -2/+2 |
* | Add return codes to the CDC Host Class driver String/Byte transmission functi... | Dean Camera | 2009-08-31 | 1 | -1/+1 |
* | Add extra check for OUT ZLP in the CDC Device Class driver service task to qu... | Dean Camera | 2009-08-31 | 1 | -3/+1 |
* | Added start of the Still Image Host Class driver demo and driver code. | Dean Camera | 2009-08-30 | 1 | -1/+1 |
* | Remove skeleton Audio and MIDI Host mode Class drivers -- will not implement ... | Dean Camera | 2009-08-30 | 1 | -4/+0 |
* | Replace -finline-limit with -fno-inline-small-functions in project makefiles. | Dean Camera | 2009-08-30 | 1 | -0/+3 |
* | Fixed Device mode HID Class driver not explicitly initializing the ReportSize... | Dean Camera | 2009-08-27 | 1 | -1/+0 |
* | Add check to Pipe_IsEndpointBound() in the Mass Storage Host mode Class drive... | Dean Camera | 2009-08-27 | 1 | -0/+1 |
* | Minor documentation fixes to the completed Host mode Class drivers. | Dean Camera | 2009-08-27 | 1 | -1/+1 |
* | More work on the Mass Storage Host mode Class driver. | Dean Camera | 2009-08-26 | 1 | -2/+7 |
* | Moved out target-related V2 protocol commands into a seperate file for the AV... | Dean Camera | 2009-08-23 | 1 | -0/+1 |
* | Added beginnings of a new AVRISP-MKII clone project. | Dean Camera | 2009-08-17 | 1 | -1/+2 |
* | Added return values to the CDC and MIDI class driver transmit functions. | Dean Camera | 2009-08-16 | 1 | -5/+0 |
* | Added flag to the HID report parser to indicate if a device has multiple repo... | Dean Camera | 2009-08-11 | 1 | -1/+2 |
* | Fix issue in CDC device class driver where received data the size of the data... | Dean Camera | 2009-08-11 | 1 | -3/+2 |
* | Commit for the 090810 release. | Dean Camera | 2009-08-09 | 1 | -1/+0 |