| Commit message (Expand) | Author | Age | Files | Lines |
* | Clean up excessive whitespace at the end of each line using the wspurify tool... | Dean Camera | 2010-10-13 | 1 | -6/+7 |
* | Remove USB_MODE_* macros, replace with a semantically linked USB_Modes_t enum. | Dean Camera | 2010-10-12 | 1 | -0/+2 |
* | Make Host mode Class drivers only set the class driver instance's state value... | Dean Camera | 2010-09-30 | 1 | -2/+2 |
* | Reverted Endpoint/Pipe non-sequential configuration hack, placed restriction ... | Dean Camera | 2010-09-30 | 1 | -0/+6 |
* | Move out many of the common class driver constants into grouped enums, to mak... | Dean Camera | 2010-09-28 | 1 | -1/+3 |
* | Removed the EVENT_USB_InitFailure() event, as not specifying a USB mode to US... | Dean Camera | 2010-09-15 | 1 | -0/+2 |
* | Minor documentation corrections. | Dean Camera | 2010-09-15 | 1 | -1/+1 |
* | Added class specific descriptor type defines with standard USB-IF element nam... | Dean Camera | 2010-09-09 | 1 | -0/+4 |
* | Added new PRNT_Host_BytesReceived() and PRNT_Host_ReceiveByte() functions to ... | Dean Camera | 2010-09-07 | 1 | -0/+4 |
* | Changed the signature of the CALLBACK_USB_GetDescriptor() callback function s... | Dean Camera | 2010-08-24 | 1 | -0/+5 |
* | Split out endpoint and pipe stream functions into new EndpointStream.c/.h and... | Dean Camera | 2010-08-22 | 1 | -1/+6 |
* | Add notification endpoint to the incomplete TMC demo. | Dean Camera | 2010-08-09 | 1 | -0/+3 |
* | Commit for the 100807 release. | Dean Camera | 2010-08-09 | 1 | -1/+1 |
* | Oops - fix mixed "initialize" and "initialise" - opt for American spelling du... | Dean Camera | 2010-07-30 | 1 | -1/+1 |
* | More spell checking of all source files -- correct missed errors, switch to E... | Dean Camera | 2010-07-30 | 1 | -5/+5 |
* | Altered the CDC Deivice and Host Class drivers' receive byte routines, so tha... | Dean Camera | 2010-07-30 | 1 | -0/+10 |
* | Add TMC device capabilities to the incomplete TMC demo. | Dean Camera | 2010-07-23 | 1 | -1/+1 |
* | Convert over internal pseudo-function macros to true inline functions for add... | Dean Camera | 2010-07-22 | 1 | -0/+5 |
* | Move and rename DevChaper9.c/.h and HostChapter9.c/.h to the HighLevel direct... | Dean Camera | 2010-07-21 | 1 | -0/+6 |
* | Update makefiles to use the latest WinAVR/Atmel toolchain makefile template. | Dean Camera | 2010-07-19 | 1 | -1/+1 |
* | Added new Drivers/USB/LowLevel/Device.c file to house Device mode specific fu... | Dean Camera | 2010-07-02 | 1 | -1/+10 |
* | 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 |