| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Add VTARGET level detection to the AVRISP project on supported AVR models. | Dean Camera | 2009-08-25 | 4 | -7/+31 |
* | Make AVRISP project build again - fix incorrect preprocessor directive in V2P... | Dean Camera | 2009-08-25 | 2 | -2/+2 |
* | Partial Commit: Remove now empty Projects\Incomplete directory and add the ne... | Dean Camera | 2009-08-25 | 1 | -0/+4 |
* | Partial Commit: Move AVRISP project out of the Projects\Incomplete directory. | Dean Camera | 2009-08-25 | 14 | -0/+0 |
* | Add function documentation to the AVRISP project. | Dean Camera | 2009-08-25 | 7 | -30/+152 |
* | Finished preliminary AVRISP project - all V2 protocol commands now work corre... | Dean Camera | 2009-08-25 | 1 | -29/+17 |
* | Fixed AVRISP V2 Protocol handler for the READ_FLASH_ISP and READ_EEPROM_ISP h... | Dean Camera | 2009-08-25 | 2 | -22/+32 |
* | Updated Benito project -- added hardware interrupt and software buffering for... | Dean Camera | 2009-08-25 | 14 | -53/+318 |
* | Fix endianness of LOAD_ADDRESS command data, add correct PROGRAM_FLASH_ISP/PR... | Dean Camera | 2009-08-24 | 4 | -36/+42 |