| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert changed CDC_Device_Flush() prototype accidentially changed in the last... | Dean Camera | 2009-09-10 | 1 | -1/+3 |
* | Prevent the CDC Device Class driver from sending empty IN packets on every se... | Dean Camera | 2009-09-10 | 4 | -15/+19 |
* | Remove USE_NONSTANDARD_DESCRIPTOR_NAMES compile time token, split out standar... | Dean Camera | 2009-09-09 | 63 | -379/+437 |
* | Change HID report parser so that it can calculate and record the sizes (IN, O... | Dean Camera | 2009-09-09 | 6 | -21/+103 |
* | Add Host mode Class driver demo summaries. | Dean Camera | 2009-09-09 | 7 | -4/+203 |
* | Finish Still Image Host class driver. | Dean Camera | 2009-09-09 | 5 | -22/+113 |
* | Add link to third-party signed version of the official FLIP DFU driver for 64... | Dean Camera | 2009-09-07 | 8 | -13/+20 |
* | Remove information about 64 bit Windows OS signing requirements for the CDC b... | Dean Camera | 2009-09-07 | 8 | -52/+0 |
* | Corrected incorrect signature bytes for the AT90USB82 and added support for t... | Dean Camera | 2009-09-07 | 4 | -18/+36 |
* | Fixed DFU and CDC class bootloaders on the AT90USBXXX2 series USB AVRs. | Dean Camera | 2009-09-06 | 5 | -20/+1 |
* | Add in new invalid event hook check targets to project makefiles to produce c... | Dean Camera | 2009-09-06 | 52 | -1468/+2357 |
* | Added 64 bit OS driver installation instructions to the readme for all CDC ba... | Dean Camera | 2009-09-06 | 8 | -28/+90 |
* | Changed Still Image Host class driver to auto-fill TransactionID element of s... | Dean Camera | 2009-09-06 | 15 | -269/+711 |
* | Add StillImage Host Class Driver functions for opening and closing sessions. ... | Dean Camera | 2009-09-02 | 20 | -147/+202 |
* | Add user-filtering to the HID report parser, so that the user code can decide... | Dean Camera | 2009-09-02 | 9 | -65/+107 |
* | Fixed error in PrinterHost preventing the full page data from being sent to t... | Dean Camera | 2009-09-02 | 4 | -23/+12 |
* | Changed HIDParser to only zero out important values in the Parsed HID Report ... | Dean Camera | 2009-09-01 | 2 | -2/+8 |
* | Fix up MissileLauncher demo's ConfigurationDescriptor.c so that it uses the n... | Dean Camera | 2009-09-01 | 2 | -23/+18 |
* | Added documentation for the constants and enums of the new StillImage Host Cl... | Dean Camera | 2009-09-01 | 3 | -27/+37 |
* | Fixed StillImageHost not correctly freezing and unfreezing data pipes while w... | Dean Camera | 2009-09-01 | 6 | -18/+177 |
* | Move check for devices not supporting internal serials in demos which make us... | Dean Camera | 2009-09-01 | 17 | -33/+97 |
* | Add return codes to the CDC Host Class driver String/Byte transmission functi... | Dean Camera | 2009-08-31 | 6 | -13/+26 |
* | Add extra check for OUT ZLP in the CDC Device Class driver service task to qu... | Dean Camera | 2009-08-31 | 2 | -3/+6 |
* | Removed unused INCLUDE_FROM_BOARD_DRIVER internal define from the board drive... | Dean Camera | 2009-08-31 | 6 | -6/+2 |
* | Oops - with new changes to the way the device Configuration Descriptor is ret... | Dean Camera | 2009-08-31 | 12 | -20/+20 |
* | Changed the parameters and behaviour of the USB_GetDeviceConfigDescriptor() f... | Dean Camera | 2009-08-31 | 19 | -254/+232 |
* | Remove deleted source files from the Device mode Class driver demos to enable... | Dean Camera | 2009-08-30 | 3 | -3/+0 |
* | Remove deleted source files from the LUFA library makefile. | Dean Camera | 2009-08-30 | 4 | -11/+9 |
* | Added start of the Still Image Host Class driver demo and driver code. | Dean Camera | 2009-08-30 | 19 | -26/+2723 |
* | Remove skeleton Audio and MIDI Host mode Class drivers -- will not implement ... | Dean Camera | 2009-08-30 | 9 | -228/+1 |
* | Replace -finline-limit with -fno-inline-small-functions in project makefiles. | Dean Camera | 2009-08-30 | 45 | -44/+47 |
* | Move ADC VTARGET sampling to a new V2Params_UpdateParamValues() in the AVRISP... | Dean Camera | 2009-08-30 | 3 | -9/+24 |
* | Increase AVRISP command timeout to 240ms up from 150ms to prevent some ISP co... | Dean Camera | 2009-08-28 | 3 | -3/+16 |
* | Make WaitWhileBusy function in the AVRISP project more explicit about how it ... | Dean Camera | 2009-08-27 | 2 | -2/+3 |
* | Fixed Device mode HID Class driver not explicitly initializing the ReportSize... | Dean Camera | 2009-08-27 | 3 | -5/+6 |
* | Condensed SCSI command functions in the LowLevel Mass Storage Host demo, to s... | Dean Camera | 2009-08-27 | 8 | -281/+249 |
* | Add check to Pipe_IsEndpointBound() in the Mass Storage Host mode Class drive... | Dean Camera | 2009-08-27 | 2 | -2/+6 |
* | Simplified Host mode Mass Storage Class driver to reduce compiled program size. | Dean Camera | 2009-08-27 | 2 | -102/+47 |
* | Fix memory corruption in Host mode Mass Storage Class driver. | Dean Camera | 2009-08-27 | 3 | -4/+4 |
* | Added better USB Class driver overviews. | Dean Camera | 2009-08-27 | 7 | -15/+45 |
* | Added new "Common" section to the class drivers, to hold all mode-independant... | Dean Camera | 2009-08-27 | 12 | -88/+166 |
* | Added extra note about missing OUT endpoint configuration to the HID Device m... | Dean Camera | 2009-08-27 | 2 | -1/+41 |
* | Fixed Device mode HID Class driver always sending IN reports, even when no da... | Dean Camera | 2009-08-27 | 2 | -3/+4 |
* | Minor documentation fixes to the completed Host mode Class drivers. | Dean Camera | 2009-08-27 | 4 | -7/+13 |
* | Completed initial Host mode Mass Storage class driver. | Dean Camera | 2009-08-27 | 2 | -10/+271 |
* | Added MS_Host_TestUnitReady() and MS_Host_ReadDeviceCapacity() to the host mo... | Dean Camera | 2009-08-26 | 3 | -17/+145 |
* | Add SCSICodes.h to the Class Driver Common folder, and automatically include ... | Dean Camera | 2009-08-26 | 7 | -7/+50 |
* | Oops: Really disable building of Projects/Host/ClassDriver directory in the P... | Dean Camera | 2009-08-26 | 7 | -18/+111 |
* | More work on the Mass Storage Host mode Class driver. | Dean Camera | 2009-08-26 | 12 | -81/+407 |
* | Optimized Endpoint_Read_Word_* and Pipe_Read_Word_* macros to reduce compiled... | Dean Camera | 2009-08-25 | 5 | -18/+35 |