| Commit message (Expand) | Author | Age | Files | Lines |
* | Spell check code and manual pages. Remove custom Doxygen CSS stylesheet, as t... | Dean Camera | 2010-06-16 | 1 | -15/+15 |
* | Fixed AVRISP project not sending a full erase-and-write EEPROM command to XME... | Dean Camera | 2010-05-16 | 1 | -2/+2 |
* | Fixed AVRISP project sending a LOAD EXTENDED ADDRESS command to 128KB AVRs af... | Dean Camera | 2010-05-14 | 1 | -4/+3 |
* | Commit for 100513 re-release due to critical device mode bug. | Dean Camera | 2010-05-13 | 1 | -1/+3 |
* | Commit for the 100512 release. | Dean Camera | 2010-05-12 | 1 | -1/+3 |
* | Add new ReportType parameter to the HID class driver device callback and host... | Dean Camera | 2010-05-09 | 1 | -0/+5 |
* | Add svn:eol-style property to source files, so that the line endings are corr... | Dean Camera | 2010-05-08 | 1 | -491/+491 |
* | Relocate USBInterrupt.c/.h from the HighLevel USB driver directory to the Low... | Dean Camera | 2010-04-28 | 1 | -0/+4 |
* | USB_Init() no longer calls sei() to enable global interrupts - this must now ... | Dean Camera | 2010-04-28 | 1 | -0/+12 |
* | Added a timeout value to the TWI_StartTransmission() function, within which t... | Dean Camera | 2010-02-24 | 1 | -1/+4 |
* | Revert changes made for the partial port to the AVR32 architecture. | Dean Camera | 2010-02-24 | 1 | -3/+1 |
* | Update Temperature board driver to be AVR32 compatible when the ADC periphera... | Dean Camera | 2010-02-23 | 1 | -1/+3 |
* | AVRISP programmer project now has a more robust timeout system, allowing for ... | Dean Camera | 2010-02-19 | 1 | -0/+1 |
* | Commit for the 100219 release. | Dean Camera | 2010-02-19 | 1 | -1/+3 |
* | Fixed Pipe_IsEndpointBound() function not taking the endpoint's direction int... | Dean Camera | 2010-02-01 | 1 | -0/+3 |
* | Add MIME type handling to the Webserver project, so that files of different t... | Dean Camera | 2010-01-29 | 1 | -3/+3 |
* | Added explicit ADC channel masks for the standard set of ADC channels, as the... | Dean Camera | 2010-01-25 | 1 | -0/+6 |
* | Added support to the MIDI Class drivers for packed data, where multiple MIDI ... | Dean Camera | 2010-01-05 | 1 | -1/+11 |
* | Start of implementation of the low level TPI programming protocol in the AVRI... | Dean Camera | 2009-12-23 | 1 | -1/+5 |
* | Fixed HID Parser not distributing the Usage Min and Usage Max values across a... | Dean Camera | 2009-12-04 | 1 | -0/+3 |
* | Added new RNDIS Host class driver and the beginnings of a RNDISEthernetHost C... | Dean Camera | 2009-11-26 | 1 | -1/+3 |
* | Fixed misnamed SI_Host_USBTask() and SI_Host_ConfigurePipes() functions. | Dean Camera | 2009-11-23 | 1 | -1/+5 |
* | Added new ReportType parameter to the HID Device Class driver CALLBACK_HID_De... | Dean Camera | 2009-11-23 | 1 | -1/+3 |
* | Add activity LED updates to the AVRISP project. | Dean Camera | 2009-11-23 | 1 | -0/+4 |
* | Commit for the 091122 release. | Dean Camera | 2009-11-22 | 1 | -3/+1 |
* | Corrected the name of the misnamed USB_GetDeviceConfigDescriptor() function t... | Dean Camera | 2009-11-13 | 1 | -2/+3 |
* | Added new Printer Host mode Class driver. | Dean Camera | 2009-11-04 | 1 | -0/+1 |
* | Rename the AT90USBXXX67 internal driver directory to AVRU4U6U7. | Dean Camera | 2009-11-03 | 1 | -1/+6 |
* | Moved USBtoSerial demo the Projects directory, as it is simply an expanded CD... | Dean Camera | 2009-10-18 | 1 | -2/+2 |
* | Added new HID_HOST_BOOT_PROTOCOL_ONLY compile time token to reduce the size o... | Dean Camera | 2009-09-30 | 1 | -0/+1 |
* | Fixed PrinterHost demo returning invalid Device ID data when the attached dev... | Dean Camera | 2009-09-28 | 1 | -0/+2 |
* | Remove USE_NONSTANDARD_DESCRIPTOR_NAMES compile time token, split out standar... | Dean Camera | 2009-09-09 | 1 | -3/+11 |
* | Add StillImage Host Class Driver functions for opening and closing sessions. ... | Dean Camera | 2009-09-02 | 1 | -1/+1 |
* | Add user-filtering to the HID report parser, so that the user code can decide... | Dean Camera | 2009-09-02 | 1 | -0/+4 |
* | Changed the parameters and behaviour of the USB_GetDeviceConfigDescriptor() f... | Dean Camera | 2009-08-31 | 1 | -0/+6 |
* | Fixed AVRISP programmer demo -- can now connect to a target and read/write Si... | Dean Camera | 2009-08-23 | 1 | -0/+4 |
* | Added V2Protocol handlers to the AVRISP project to enter/exit programming mod... | Dean Camera | 2009-08-23 | 1 | -1/+3 |
* | Fix issue in CDC device class driver where received data the size of the data... | Dean Camera | 2009-08-11 | 1 | -0/+3 |
* | Commit for 090810rc1 release. | Dean Camera | 2009-08-05 | 1 | -1/+1 |
* | Renamed all library events to properly seperate out Device and Host mode even... | Dean Camera | 2009-08-05 | 1 | -1/+5 |
* | Update migration notes for the upcomming 090810 release. | Dean Camera | 2009-08-03 | 1 | -2/+13 |
* | State information for class drivers is now zeroed out during enumeration (bot... | Dean Camera | 2009-07-27 | 1 | -1/+1 |
* | Added new USB_DeviceState variable to keep track of the current Device mode U... | Dean Camera | 2009-07-21 | 1 | -1/+7 |
* | Added new TOTAL_NUM_CONFIGURATIONS option, removed USE_SINGLE_DEVICE_CONFIGUR... | Dean Camera | 2009-07-16 | 1 | -0/+6 |
* | Move LUFA compile time options to a new section in the application makefiles ... | Dean Camera | 2009-06-19 | 1 | -2/+3 |
* | Extend USB_GetDeviceConfigDescriptor() routine to require the configuration n... | Dean Camera | 2009-06-19 | 1 | -1/+6 |
* | Re-add in simple scheduler for compatibility with legacy code, mark all sched... | Dean Camera | 2009-06-19 | 1 | -2/+3 |
* | Move main library documentation pages into a new ManPages subdirectory. | Dean Camera | 2009-06-15 | 1 | -0/+362 |