2010-01-28 |
Dean Camera | Be doubly-certain that the incomming CDC class driver... |
tree | commitdiff |
2010-01-12 |
Dean Camera | Fixed incorrect interface values in the VirtualSerialMo... |
tree | commitdiff |
2010-01-05 |
Dean Camera | Added support to the MIDI Class drivers for packed... |
tree | commitdiff |
2010-01-05 |
Dean Camera | Inline USB management functions in the Class drivers... |
tree | commitdiff |
2010-01-04 |
Dean Camera | Fix MassStorageKeyboard demo USE_INTERNAL_SERIAL check... |
tree | commitdiff |
2010-01-04 |
Dean Camera | Fixed blocking CDC streams not aborting when the host... |
tree | commitdiff |
2009-12-30 |
Dean Camera | Update copyright year to 2010. |
tree | commitdiff |
2009-12-28 |
Dean Camera | Fix MIT license language to make its intent clearer. |
tree | commitdiff |
2009-12-17 |
Dean Camera | Un-inline the SendAddress function in NVMTarget.c/... |
tree | commitdiff |
2009-12-13 |
Dean Camera | Test with -Wextra, fix library warnings due to unused... |
tree | commitdiff |
2009-11-29 |
Dean Camera | Add to the existing CDC Class Driver's CreateStream... |
tree | commitdiff |
2009-11-26 |
Dean Camera | Fix RNDIS Device Class driver - RNDISConstants.h has... |
tree | commitdiff |
2009-11-26 |
Dean Camera | Added new RNDIS Host class driver and the beginnings... |
tree | commitdiff |
2009-11-23 |
Dean Camera | Added new ReportType parameter to the HID Device Class... |
tree | commitdiff |
2009-11-17 |
Dean Camera | Fix doxygen documentation - doxygen was getting confuse... |
tree | commitdiff |
2009-11-15 |
Dean Camera | Cleanups to the MassStorage Device demos, and the MassS... |
tree | commitdiff |
2009-11-12 |
Dean Camera | Add blocking versions of the CDC Class driver streams... |
tree | commitdiff |
2009-11-12 |
Dean Camera | Add beginnings of a RNDIS Ethernet Host demo. |
tree | commitdiff |
2009-11-10 |
Dean Camera | Update CDC Class Driver character stream functions... |
tree | commitdiff |
2009-11-10 |
Dean Camera | Added new stream creation function to the CDC Class... |
tree | commitdiff |
2009-11-09 |
Dean Camera | Spell check all source code variables, comments and... |
tree | commitdiff |
2009-11-09 |
Dean Camera | Fixed HID host Class driver report send/receive report... |
tree | commitdiff |
2009-11-07 |
Dean Camera | Add optional pipe double banking support to the Host... |
tree | commitdiff |
2009-11-06 |
Dean Camera | Add double banking property to LUFA powered projects... |
tree | commitdiff |
2009-11-06 |
Dean Camera | Add optional double-banking support to the Device mode... |
tree | commitdiff |
2009-11-03 |
Dean Camera | Add const attribute to class driver APIs. |
tree | commitdiff |
2009-10-26 |
Dean Camera | Make HID device class driver ignore the previous HID... |
tree | commitdiff |
2009-10-26 |
Dean Camera | Make HID device class driver reselect the correct endpo... |
tree | commitdiff |
2009-10-08 |
Dean Camera | Add new MIDI Host Class driver to the library, and... |
tree | commitdiff |
2009-10-03 |
Dean Camera | Changed Audio Class driver sample read/write functions... |
tree | commitdiff |
2009-09-20 |
Dean Camera | Added new Pipe_IsFrozen() macro to determine if the... |
tree | commitdiff |
2009-09-17 |
Dean Camera | Fix Mass Storage Host Class driver GetMaxLUN command... |
tree | commitdiff |
2009-09-14 |
Dean Camera | Fixed MIDI Device Class driver not sending/receiving... |
tree | commitdiff |
2009-09-10 |
Dean Camera | Revert changed CDC_Device_Flush() prototype accidential... |
tree | commitdiff |
2009-09-10 |
Dean Camera | Prevent the CDC Device Class driver from sending empty... |
tree | commitdiff |
2009-09-02 |
Dean Camera | Add StillImage Host Class Driver functions for opening... |
tree | commitdiff |
2009-08-31 |
Dean Camera | Add extra check for OUT ZLP in the CDC Device Class... |
tree | commitdiff |
2009-08-27 |
Dean Camera | Fixed Device mode HID Class driver not explicitly initi... |
tree | commitdiff |
2009-08-27 |
Dean Camera | Added new "Common" section to the class drivers, to... |
tree | commitdiff |
2009-08-27 |
Dean Camera | Added extra note about missing OUT endpoint configurati... |
tree | commitdiff |
2009-08-27 |
Dean Camera | Fixed Device mode HID Class driver always sending IN... |
tree | commitdiff |
2009-08-26 |
Dean Camera | Add SCSICodes.h to the Class Driver Common folder,... |
tree | commitdiff |
2009-08-26 |
Dean Camera | More work on the Mass Storage Host mode Class driver. |
tree | commitdiff |
2009-08-25 |
Dean Camera | Updated Benito project -- added hardware interrupt... |
tree | commitdiff |
2009-08-16 |
Dean Camera | Added return values to the CDC and MIDI class driver... |
tree | commitdiff |
2009-08-16 |
Dean Camera | Added new EVENT_USB_Device_StartOfFrame() event, contro... |
tree | commitdiff |
2009-08-13 |
Dean Camera | Added CDC_Device_Flush() command to the CDC Device... |
tree | commitdiff |
2009-08-11 |
Dean Camera | Added flag to the HID report parser to indicate if... |
tree | commitdiff |
2009-08-11 |
Dean Camera | Add CDC Host class driver EVENT_CDC_Host_ControLineStat... |
tree | commitdiff |
2009-08-11 |
Dean Camera | Document CDC Host class driver functions and enums. |
tree | commitdiff |
2009-08-11 |
Dean Camera | Completion of initial CDC host mode class driver. |
tree | commitdiff |
2009-08-11 |
Dean Camera | Fix issue in CDC device class driver where received... |
tree | commitdiff |
2009-08-05 |
Dean Camera | Changed over manual loops waiting for endpoints to... |
tree | commitdiff |
2009-08-05 |
Dean Camera | Renamed all library events to properly seperate out... |
tree | commitdiff |
2009-08-04 |
Dean Camera | Fix issue with CDC device demos causing broken communic... |
tree | commitdiff |
2009-08-02 |
Dean Camera | Rename TOTAL_NUM_CONFIGURATIONS to FIXED_NUM_CONFIGURAT... |
tree | commitdiff |
2009-07-31 |
Dean Camera | Fix demos based on the device mode HID class driver... |
tree | commitdiff |
2009-07-30 |
Dean Camera | Add new HID_Device_MillisecondElapsed() function to... |
tree | commitdiff |
2009-07-30 |
Dean Camera | Ensure that the previous HID reports in the HID device... |
tree | commitdiff |
2009-07-30 |
Dean Camera | Fix to HID device mode Class driver, so that new report... |
tree | commitdiff |
2009-07-30 |
Dean Camera | Fix incorrect configuration in the ClassDriver AudioOut... |
tree | commitdiff |
2009-07-27 |
Dean Camera | State information for class drivers is now zeroed out... |
tree | commitdiff |
2009-07-21 |
Dean Camera | Added new USB_DeviceState variable to keep track of... |
tree | commitdiff |
2009-07-21 |
Dean Camera | Add extra tests to the MassStorage device demo and... |
tree | commitdiff |
2009-07-21 |
Dean Camera | Add explicit guards to all device mode tasks to ensure... |
tree | commitdiff |
2009-07-16 |
Dean Camera | Added new TOTAL_NUM_CONFIGURATIONS option, removed... |
tree | commitdiff |
2009-07-15 |
Dean Camera | Fix HID class device driver -- if a SetIDle request... |
tree | commitdiff |
2009-07-14 |
Dean Camera | Added module file dependancy information to the USB... |
tree | commitdiff |
2009-06-28 |
Dean Camera | Added const modifiers to device mode class drivers. |
tree | commitdiff |
2009-06-26 |
Dean Camera | Reduce struct name pollution - group typedef struct... |
tree | commitdiff |
2009-06-23 |
Dean Camera | Fixed MassStorage demo not clearing the reset flag... |
tree | commitdiff |
2009-06-20 |
Dean Camera | Added USE_INTERNAL_SERIAL compile time option to automa... |
tree | commitdiff |
2009-06-19 |
Dean Camera | Clean up RNDIS demo type define names. |
tree | commitdiff |
2009-06-18 |
Dean Camera | Break device mode class driver interfaces into seperate... |
tree | commitdiff |
2009-06-15 |
Dean Camera | Enhanced class drivers to use the same public/private... |
tree | commitdiff |
2009-06-14 |
Dean Camera | Add host mode USB Class driver stubs, add beginnings... |
tree | commitdiff |
2009-06-11 |
Dean Camera | Changed to new device mode Class Driver function name... |
tree | commitdiff |
2009-06-09 |
Dean Camera | Deleted Host ClassDriver demos -- not yet started,... |
tree | commitdiff |
2009-06-08 |
Dean Camera | Finished basic documentation of all device mode class... |
tree | commitdiff |
2009-06-08 |
Dean Camera | Completed documentation of the HID device class driver. |
tree | commitdiff |
2009-06-08 |
Dean Camera | Finished CDC device class driver documentation. |
tree | commitdiff |
2009-06-05 |
Dean Camera | Synchronise with the 090605 release. |
tree | commitdiff |
2009-06-05 |
Dean Camera | Added multiple Report ID support to the HID class drive... |
tree | commitdiff |
2009-06-04 |
Dean Camera | Fixed EVENT_USB_CDC_ControLineStateChanged() event... |
tree | commitdiff |
2009-06-04 |
Dean Camera | Added Doxygen documentation to the Audio class driver... |
tree | commitdiff |
2009-06-04 |
Dean Camera | Ensure all USB device class drivers have the same three... |
tree | commitdiff |
2009-06-04 |
Dean Camera | Minor documentation page updates. |
tree | commitdiff |
2009-06-02 |
Dean Camera | Removed new Start of Frame event from the library;... |
tree | commitdiff |
2009-06-01 |
Dean Camera | Add MIDI class driver, update MIDI device demo to use... |
tree | commitdiff |
2009-06-01 |
Dean Camera | Commit of new class abstraction APIs for all device... |
tree | commitdiff |
|