| Commit message (Expand) | Author | Age | Files | Lines |
* | Change over Doxygen \note documentation to \pre where applicable. | Dean Camera | 2010-06-15 | 1 | -10/+10 |
* | Add missing ATTR_NON_NULL_PTR_ARG and ATTR_ALWAYS_INLINE attributes to class ... | Dean Camera | 2010-06-08 | 1 | -4/+5 |
* | Minor documentation cleanups. | Dean Camera | 2010-06-03 | 1 | -7/+7 |
* | Fix spacing of the function parameter descriptions in the Doxygen documentation. | Dean Camera | 2010-05-29 | 1 | -8/+8 |
* | Add new ReportType parameter to the HID class driver device callback and host... | Dean Camera | 2010-05-09 | 1 | -3/+3 |
* | Add svn:eol-style property to source files, so that the line endings are corr... | Dean Camera | 2010-05-08 | 1 | -336/+336 |
* | Added new EVENT_CDC_Device_BreakSent() event and CDC_Host_SendBreak() functio... | Dean Camera | 2010-05-06 | 1 | -0/+10 |
* | Add briefs for the library core structures. | Dean Camera | 2010-03-29 | 1 | -3/+7 |
* | Add file-level brief documentation. | Dean Camera | 2010-03-29 | 1 | -0/+7 |
* | Add more include protection macros to give the user warnings when they try to... | Dean Camera | 2010-02-11 | 1 | -1/+6 |
* | Fix AVRISP-MKII clone project's TPI Chip Erase command processing - ensure er... | Dean Camera | 2010-02-08 | 1 | -4/+9 |
* | Fixed CDC and RNDIS host demos and class drivers - bidirectional endpoints sh... | Dean Camera | 2010-01-25 | 1 | -5/+0 |
* | Added support to the MIDI Class drivers for packed data, where multiple MIDI ... | Dean Camera | 2010-01-05 | 1 | -3/+7 |
* | Fix MassStorageKeyboard demo USE_INTERNAL_SERIAL check being performed before... | Dean Camera | 2010-01-04 | 1 | -0/+15 |
* | Update copyright year to 2010. | Dean Camera | 2009-12-30 | 1 | -2/+2 |
* | Fix MIT license language to make its intent clearer. | Dean Camera | 2009-12-28 | 1 | -7/+7 |
* | Added CDC_Host_Flush() function to the CDC Host Class driver to flush sent da... | Dean Camera | 2009-11-30 | 1 | -0/+8 |
* | Add to the existing CDC Class Driver's CreateStream() function documentation ... | Dean Camera | 2009-11-29 | 1 | -1/+2 |
* | Added new RNDIS Host class driver and the beginnings of a RNDISEthernetHost C... | Dean Camera | 2009-11-26 | 1 | -1/+1 |
* | Added new RNDISHost Host LowLevel demo. Fixed misnamed Pipe_SetPipeToken() ma... | Dean Camera | 2009-11-25 | 1 | -0/+5 |
* | Fix doxygen documentation - doxygen was getting confused on the variable-leng... | Dean Camera | 2009-11-17 | 1 | -2/+3 |
* | Add blocking versions of the CDC Class driver streams, for applications requi... | Dean Camera | 2009-11-12 | 1 | -0/+9 |
* | Added new stream creation function to the CDC Class drivers, to easily make s... | Dean Camera | 2009-11-10 | 1 | -0/+17 |
* | Add optional pipe double banking support to the Host mode Class drivers. | Dean Camera | 2009-11-07 | 1 | -1/+6 |
* | Added new Printer Host mode Class driver. | Dean Camera | 2009-11-04 | 1 | -1/+1 |
* | Add const attribute to class driver APIs. | Dean Camera | 2009-11-03 | 1 | -4/+4 |
* | Add const qualifiers to Host mode Class drivers. | Dean Camera | 2009-09-21 | 1 | -10/+10 |
* | Fix Mass Storage Host Class driver GetMaxLUN command - incorrect function ret... | Dean Camera | 2009-09-17 | 1 | -0/+4 |
* | Add StillImage Host Class Driver functions for opening and closing sessions. ... | Dean Camera | 2009-09-02 | 1 | -5/+5 |
* | Add return codes to the CDC Host Class driver String/Byte transmission functi... | Dean Camera | 2009-08-31 | 1 | -2/+6 |
* | Added start of the Still Image Host Class driver demo and driver code. | Dean Camera | 2009-08-30 | 1 | -4/+4 |
* | Minor documentation fixes to the completed Host mode Class drivers. | Dean Camera | 2009-08-27 | 1 | -2/+4 |
* | More work on the Mass Storage Host mode Class driver. | Dean Camera | 2009-08-26 | 1 | -21/+21 |
* | Add CDC Host class driver EVENT_CDC_Host_ControLineStateChanged() event. | Dean Camera | 2009-08-11 | 1 | -0/+10 |
* | Document CDC Host class driver functions and enums. | Dean Camera | 2009-08-11 | 1 | -0/+60 |
* | Add new functions to the HID host class driver, refine HID interface protocol... | Dean Camera | 2009-08-11 | 1 | -4/+4 |
* | Fix issue in CDC device class driver where received data the size of the data... | Dean Camera | 2009-08-11 | 1 | -2/+7 |
* | Change Host mode class driver Pipe configuration routines -- better to let th... | Dean Camera | 2009-07-27 | 1 | -7/+6 |
* | Add new MouseHost Class Driver demo, unfinished, to allow for better testing ... | Dean Camera | 2009-07-27 | 1 | -18/+13 |
* | Corrected new Pipe_IsEndpointBound() function. | Dean Camera | 2009-07-26 | 1 | -1/+3 |
* | Added new TOTAL_NUM_CONFIGURATIONS option, removed USE_SINGLE_DEVICE_CONFIGUR... | Dean Camera | 2009-07-16 | 1 | -1/+1 |
* | Added module file dependancy information to the USB class drivers. | Dean Camera | 2009-07-14 | 1 | -0/+4 |
* | Reduce struct name pollution - group typedef struct names by class driver nam... | Dean Camera | 2009-06-26 | 1 | -55/+44 |
* | Optimize vendor/product description string display code in MassStorageHost. | Dean Camera | 2009-06-26 | 1 | -0/+2 |
* | Added USE_INTERNAL_SERIAL compile time option to automatically read out the i... | Dean Camera | 2009-06-20 | 1 | -3/+21 |
* | Re-add in simple scheduler for compatibility with legacy code, mark all sched... | Dean Camera | 2009-06-19 | 1 | -14/+42 |
* | Break device mode class driver interfaces into seperate config and state stru... | Dean Camera | 2009-06-18 | 1 | -5/+14 |
* | More Doxygen fixes - ensure no undocumented function parameters. | Dean Camera | 2009-06-15 | 1 | -0/+31 |
* | Enhanced class drivers to use the same public/private section seperations as ... | Dean Camera | 2009-06-15 | 1 | -10/+24 |
* | Add host mode USB Class driver stubs, add beginnings of a CDC host class driver. | Dean Camera | 2009-06-14 | 1 | -0/+69 |