| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixed broken FLASH/EEPROM programming in the AVRISP-MKII clone project when w... | Dean Camera | 2010-10-02 | 1 | -0/+1 |
* | Make Host mode Class drivers only set the class driver instance's state value... | Dean Camera | 2010-09-30 | 2 | -2/+3 |
* | Fix incorrectly named configuration descriptor callback routines in the host ... | Dean Camera | 2010-09-30 | 1 | -1/+0 |
* | Fix low level host mode demos not correctly fetching the next endpoint when a... | Dean Camera | 2010-09-30 | 1 | -1/+1 |
* | Reverted Endpoint/Pipe non-sequential configuration hack, placed restriction ... | Dean Camera | 2010-09-30 | 3 | -0/+8 |
* | Changed default value for the reset polarity parameter in the AVRISP-MKII pro... | Dean Camera | 2010-09-29 | 2 | -1/+3 |
* | Added board hardware driver support for the Arduino Uno development board. | Dean Camera | 2010-09-28 | 2 | -0/+3 |
* | Added CDC functional descriptor structs to the Low Level CDC demos and CDC cl... | Dean Camera | 2010-09-28 | 2 | -0/+2 |
* | Move out many of the common class driver constants into grouped enums, to mak... | Dean Camera | 2010-09-28 | 3 | -2/+6 |
* | Remove dfu-programmer program switches, to ensure maximum compatibility with ... | Dean Camera | 2010-09-24 | 1 | -5/+3 |
* | Added the --suppress-bootloader-mem option to the makefile dfu target, to ens... | Dean Camera | 2010-09-24 | 2 | -5/+8 |
* | Fixed endpoint selection within the CALLBACK_HID_Device_CreateHIDReport() cal... | Dean Camera | 2010-09-24 | 1 | -0/+1 |
* | Reverted modifications to USBInterrupt.h that were intefering with correct ho... | Dean Camera | 2010-09-22 | 1 | -0/+1 |
* | Fixed USB_Host_ClearPipeStall() incorrectly attempting to determine the endpo... | Dean Camera | 2010-09-21 | 1 | -0/+1 |
* | Ensure device address latch bit is not set at the same time as the new addres... | Dean Camera | 2010-09-19 | 1 | -1/+1 |
* | Removed the EVENT_USB_InitFailure() event, as not specifying a USB mode to US... | Dean Camera | 2010-09-15 | 2 | -0/+3 |
* | Fix incorrect documentation on the Get Descriptor standard request. | Dean Camera | 2010-09-15 | 1 | -1/+1 |
* | Make project makefiles correctly clean intermeditary build files from assembl... | Dean Camera | 2010-09-15 | 1 | -0/+1 |
* | Minor documentation corrections. | Dean Camera | 2010-09-15 | 5 | -9/+10 |
* | Fixed incorrect signature reported in the CDC class bootloader for the ATMEGA... | Dean Camera | 2010-09-14 | 1 | -0/+1 |
* | Added board hardware driver support for the BUI development board. | Dean Camera | 2010-09-14 | 2 | -8/+10 |
* | Added board hardware driver support for the UDIP development board. | Dean Camera | 2010-09-14 | 3 | -1/+2 |
* | Fixed SET FEATURE and CLEAR FEATURE control requests directed at an unconfigu... | Dean Camera | 2010-09-13 | 1 | -0/+1 |
* | Remove incomplete MIDIToneGenerator project. | Dean Camera | 2010-09-13 | 1 | -1/+1 |
* | Added PRNT_Host_SendByte() and PRNT_Host_Flush() functions to the Host mode P... | Dean Camera | 2010-09-11 | 1 | -1/+2 |
* | Added new project makefile template to the library and moved board driver stu... | Dean Camera | 2010-09-11 | 2 | -1/+22 |
* | Added class specific descriptor type defines with standard USB-IF element nam... | Dean Camera | 2010-09-09 | 3 | -1/+5 |
* | Added LEDs_ToggleLEDs() function to several board LED drivers which were miss... | Dean Camera | 2010-09-09 | 2 | -1/+4 |
* | Added new PRNT_Host_BytesReceived() and PRNT_Host_ReceiveByte() functions to ... | Dean Camera | 2010-09-07 | 2 | -0/+5 |
* | Added new USB_Device_GetFrameNumber() and USB_Host_GetFrameNumber() functions... | Dean Camera | 2010-09-05 | 1 | -0/+5 |
* | Reduced HOST_DEVICE_SETTLE_DELAY_MS to 1000ms down from 1500ms to improve dev... | Dean Camera | 2010-09-04 | 1 | -0/+1 |
* | Added board hardware driver support for the USBFOO development board. | Dean Camera | 2010-09-04 | 3 | -1/+3 |
* | Added board hardware driver support for the Olimex AVR-USB-162 development bo... | Dean Camera | 2010-09-03 | 4 | -3/+9 |
* | Fix incorrect ADC driver documentation for the parameters of ADC_Init(), fix ... | Dean Camera | 2010-08-31 | 1 | -0/+2 |
* | Fix up documentation - remove obsolete Scheduler Overview page, roll document... | Dean Camera | 2010-08-29 | 3 | -37/+1 |
* | Add better description of the Ultra-Lightweight Ring Buffer header files. | Dean Camera | 2010-08-29 | 1 | -0/+2 |
* | Fixed LowLevel PrinterHost demo not sending control requests to the attached ... | Dean Camera | 2010-08-24 | 1 | -0/+1 |
* | Changed the signature of the CALLBACK_USB_GetDescriptor() callback function s... | Dean Camera | 2010-08-24 | 2 | -0/+7 |
* | Split out endpoint and pipe stream functions into new EndpointStream.c/.h and... | Dean Camera | 2010-08-22 | 2 | -1/+7 |
* | Changed all Device mode LowLevel demos and Device Class drivers so that the c... | Dean Camera | 2010-08-22 | 1 | -2/+3 |
* | Moved calls to Device mode Class Driver events to after the request has been ... | Dean Camera | 2010-08-22 | 1 | -0/+4 |
* | Added compile time error to the AVRISP-MKII project when built for the U4 chi... | Dean Camera | 2010-08-22 | 1 | -0/+2 |
* | Fixed critical pipe/endpoint memory allocation issue where the bank memory ad... | Dean Camera | 2010-08-20 | 1 | -0/+2 |
* | Added new SCSI_ASENSE_NOT_READY_TO_READY_CHANGE constant to the Mass Storage ... | Dean Camera | 2010-08-20 | 1 | -0/+4 |
* | Fixed MassStorage based demos and projects resetting the SCSI sense values be... | Dean Camera | 2010-08-18 | 1 | -0/+4 |
* | Fixed USB_GetHIDReportItemInfo() function modifying the given report item's d... | Dean Camera | 2010-08-10 | 1 | -0/+4 |
* | Removed complicated logic for the Endpoint_ConfigureEndpoint() function to us... | Dean Camera | 2010-08-09 | 1 | -1/+5 |
* | Add notification endpoint to the incomplete TMC demo. | Dean Camera | 2010-08-09 | 2 | -0/+6 |
* | Commit for the 100807 release. | Dean Camera | 2010-08-09 | 2 | -2/+2 |
* | Fixed software application start command broken in the DFU class bootloader w... | Dean Camera | 2010-08-05 | 1 | -0/+2 |