| Commit message (Expand) | Author | Age | Files | Lines |
* | Removed John Steggall's software UART code from the XPLAIN Bridge project due... | Dean Camera | 2009-12-02 | 1 | -1/+1 |
* | Add support for unwrapping of the XMEGA PDI programming protocol to the AVRIS... | Dean Camera | 2009-12-02 | 1 | -1/+1 |
* | Rename V2ProtocolTarget files to ISPTarget in the AVRISP Programmer Clone pro... | Dean Camera | 2009-12-02 | 1 | -1/+1 |
* | Added new RNDIS Host class driver and the beginnings of a RNDISEthernetHost C... | Dean Camera | 2009-11-26 | 1 | -1/+1 |
* | Updated John Steggall's software USART in the XPLAINBridge project. | Dean Camera | 2009-11-26 | 1 | -1/+1 |
* | Fix build and Doxygen errors. | Dean Camera | 2009-11-25 | 1 | -1/+1 |
* | Added new RNDISHost Host LowLevel demo. Fixed misnamed Pipe_SetPipeToken() ma... | Dean Camera | 2009-11-25 | 1 | -1/+1 |
* | Added new XPLAIN serial Bridge project (thanks to John Steggall for the softw... | Dean Camera | 2009-11-25 | 1 | -1/+1 |
* | The incomplete StandaloneProgrammer project now uses Host and Device Mass sto... | Dean Camera | 2009-11-23 | 1 | -1/+1 |
* | Make RNDISHost demo validate the set Packet Filter to ensure that it is being... | Dean Camera | 2009-11-17 | 1 | -1/+1 |
* | Add beginnings of a RNDIS Ethernet Host demo. | Dean Camera | 2009-11-12 | 1 | -1/+1 |
* | Added new Printer Host mode Class driver. | Dean Camera | 2009-11-04 | 1 | -1/+1 |
* | Added new JoystickHostWithParser demos to the library. | Dean Camera | 2009-11-04 | 1 | -1/+1 |
* | Add new CDCMouse ClassDriver device demo, combining a CDC Virtual Serial Port... | Dean Camera | 2009-11-03 | 1 | -1/+1 |
* | Rename the AT90USBXXX67 internal driver directory to AVRU4U6U7. | Dean Camera | 2009-11-03 | 1 | -1/+1 |
* | Add const attribute to class driver APIs. | Dean Camera | 2009-11-03 | 1 | -1/+1 |
* | Moved USBtoSerial demo the Projects directory, as it is simply an expanded CD... | Dean Camera | 2009-10-18 | 1 | -1/+1 |
* | Make Audio device demos compatible with AVRs running at 16MHz instead of 8MHz. | Dean Camera | 2009-10-12 | 1 | -1/+1 |
* | Add new MIDI Host Class driver to the library, and new MIDIHost ClassDriver d... | Dean Camera | 2009-10-08 | 1 | -1/+1 |
* | Add new MIDIHost LowLevel demo application. | Dean Camera | 2009-10-08 | 1 | -1/+1 |
* | Minor documentation fixups. | Dean Camera | 2009-10-03 | 1 | -1/+1 |
* | Changed Audio Class driver sample read/write functions to be inline, to reduc... | Dean Camera | 2009-10-03 | 1 | -1/+1 |
* | Added support for the Atmel XPLAIN board. | Dean Camera | 2009-10-02 | 1 | -1/+1 |
* | Removed mostly useless "TestApp" demo, as it was mainly useful only for check... | Dean Camera | 2009-09-30 | 1 | -1/+1 |
* | Add information on the new MouseHostDevice dual role demo to the library docu... | Dean Camera | 2009-09-29 | 1 | -1/+1 |
* | Finish initial draft of the Host Mode HID Class driver. | Dean Camera | 2009-09-21 | 1 | -1/+1 |
* | Added new MassStorageKeyboard Device Class Driver demo (thanks to Matthias Hu... | Dean Camera | 2009-09-21 | 1 | -1/+1 |
* | Add KeyboardHost HID Host Class driver demo to the library. | Dean Camera | 2009-09-20 | 1 | -1/+1 |
* | Finish Class Driver MouseHost demo. Update HID Host Class driver; boot protoc... | Dean Camera | 2009-09-20 | 1 | -1/+1 |
* | Added support for the officially recommended layout of the external periphera... | Dean Camera | 2009-09-17 | 1 | -1/+1 |
* | Add Host mode Class driver demo summaries. | Dean Camera | 2009-09-09 | 1 | -1/+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 | -1/+1 |
* | Added new "Common" section to the class drivers, to hold all mode-independant... | Dean Camera | 2009-08-27 | 1 | -1/+1 |
* | Add SCSICodes.h to the Class Driver Common folder, and automatically include ... | Dean Camera | 2009-08-26 | 1 | -1/+1 |
* | Optimized Endpoint_Read_Word_* and Pipe_Read_Word_* macros to reduce compiled... | Dean Camera | 2009-08-25 | 1 | -1/+1 |
* | Updated Benito project -- added hardware interrupt and software buffering for... | Dean Camera | 2009-08-25 | 1 | -1/+1 |
* | Moved out target-related V2 protocol commands into a seperate file for the AV... | Dean Camera | 2009-08-23 | 1 | -1/+1 |
* | Correct Programmer's Notepad project file to use the correct path for the AVR... | Dean Camera | 2009-08-20 | 1 | -1/+1 |
* | Moved out the handling of V2 Protocol parameters to a seperate set of files. ... | Dean Camera | 2009-08-19 | 1 | -1/+1 |
* | Fixed invalid data being returned when a GetStatus request is issued in Devic... | Dean Camera | 2009-08-18 | 1 | -1/+1 |
* | Enhancements to the AVRISP Programmer project to attempt to get AVRStudio to ... | Dean Camera | 2009-08-18 | 1 | -1/+1 |
* | Added beginnings of a new AVRISP-MKII clone project. | Dean Camera | 2009-08-17 | 1 | -1/+1 |
* | Added CDC_Device_Flush() command to the CDC Device mode class driver. | Dean Camera | 2009-08-13 | 1 | -1/+1 |
* | Add new functions to the HID host class driver, refine HID interface protocol... | Dean Camera | 2009-08-11 | 1 | -1/+1 |
* | Fixed issue in USBtoSerial demos where the USART Rx line was not having its p... | Dean Camera | 2009-08-05 | 1 | -1/+1 |
* | Make Control Endpoint stream transfers more reliable by adding in early abort... | Dean Camera | 2009-08-05 | 1 | -1/+1 |
* | Add new MouseHost Class Driver demo, unfinished, to allow for better testing ... | Dean Camera | 2009-07-27 | 1 | -1/+1 |
* | Tweaks to the new Benito Programmer project for documentation and port/pin us... | Dean Camera | 2009-07-23 | 1 | -1/+1 |
* | Added new Benito project, a simple modified USB-to-Serial bridge for the prog... | Dean Camera | 2009-07-23 | 1 | -1/+1 |