projects
/
pub
/
USBasp.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Changed all Device mode LowLevel demos and Device Class drivers so that the control...
[pub/USBasp.git]
/
LUFA
/
Drivers
/
USB
/
Class
/
2010-08-22
Dean Camera
Changed all Device mode LowLevel demos and Device Class...
tree
|
commitdiff
2010-08-22
Dean Camera
Moved calls to Device mode Class Driver events to after...
tree
|
commitdiff
2010-08-21
Dean Camera
Clarify in the documentation that the Audio demos and...
tree
|
commitdiff
2010-08-20
Dean Camera
Added new SCSI_ASENSE_NOT_READY_TO_READY_CHANGE constan...
tree
|
commitdiff
2010-08-10
Dean Camera
Fixed USB_GetHIDReportItemInfo() function modifying...
tree
|
commitdiff
2010-08-01
Dean Camera
Fix XPLAINBridge project discarding characters from...
tree
|
commitdiff
2010-07-30
Dean Camera
Oops - fix mixed "initialize" and "initialise" - opt...
tree
|
commitdiff
2010-07-30
Dean Camera
More spell checking of all source files -- correct...
tree
|
commitdiff
2010-07-30
Dean Camera
Altered the CDC Deivice and Host Class drivers' receive...
tree
|
commitdiff
2010-07-26
Dean Camera
Rename reserved members of all structs so that they...
tree
|
commitdiff
2010-07-21
Dean Camera
Add missing const qualifiers to class drivers.
tree
|
commitdiff
2010-07-20
Dean Camera
Fixed MIDI_Device_SendEventPacket() not correctly waiti...
tree
|
commitdiff
2010-07-19
Dean Camera
Update makefiles to use the latest WinAVR/Atmel toolcha...
tree
|
commitdiff
2010-07-15
Dean Camera
Fixed HID device class driver still using PrevReportINB...
tree
|
commitdiff
2010-07-13
Dean Camera
Added const attributes to some of the class driver...
tree
|
commitdiff
2010-06-17
Dean Camera
Renamed SERIAL_STREAM_ASSERT() macro to STDOUT_ASSERT().
tree
|
commitdiff
2010-06-16
Dean Camera
Spell check code and manual pages. Remove custom Doxyge...
tree
|
commitdiff
2010-06-15
Dean Camera
Fix HID parser documentation for the default maximum...
tree
|
commitdiff
2010-06-15
Dean Camera
Change over Doxygen \note documentation to \pre where...
tree
|
commitdiff
2010-06-12
Dean Camera
Slight improvements to the reliability of the software...
tree
|
commitdiff
2010-06-08
Dean Camera
Add missing ATTR_NON_NULL_PTR_ARG and ATTR_ALWAYS_INLIN...
tree
|
commitdiff
2010-06-03
Dean Camera
Fixed incorrect function references in the Mass Storage...
tree
|
commitdiff
2010-06-03
Dean Camera
More documentation fixes.
tree
|
commitdiff
2010-06-03
Dean Camera
Minor documentation cleanups.
tree
|
commitdiff
2010-05-29
Dean Camera
Fix spacing of the function parameter descriptions...
tree
|
commitdiff
2010-05-09
Dean Camera
Add new ReportType parameter to the HID class driver...
tree
|
commitdiff
2010-05-08
Dean Camera
Add svn:eol-style property to source files, so that...
tree
|
commitdiff
2010-05-07
Dean Camera
Device mode class driver callbacks are now fired before...
tree
|
commitdiff
2010-05-07
Dean Camera
Change over unix line-endings to dos line endings.
tree
|
commitdiff
2010-05-06
Dean Camera
Added new EVENT_CDC_Device_BreakSent() event and CDC_Ho...
tree
|
commitdiff
2010-05-06
Dean Camera
Ensure that the CDC class drivers return 0 if the numbe...
tree
|
commitdiff
2010-05-04
Dean Camera
Fixed Host mode HID class driver not sending the correc...
tree
|
commitdiff
2010-04-29
Dean Camera
The Audio_Device_IsSampleReceived() and Audio_Device_Is...
tree
|
commitdiff
2010-04-28
Dean Camera
Use puts_P() and printf_P() instead of the normal varia...
tree
|
commitdiff
2010-04-20
Dean Camera
Fixed HID Device Class Driver not allocating a temporar...
tree
|
commitdiff
2010-04-15
Dean Camera
Rename FunctionAttributes.h to Attributes.h, as some...
tree
|
commitdiff
2010-04-13
Dean Camera
Removed two-step endpoint/pipe bank clear and switch...
tree
|
commitdiff
2010-03-29
Dean Camera
Add briefs for the library core structures.
tree
|
commitdiff
2010-03-29
Dean Camera
Add file-level brief documentation.
tree
|
commitdiff
2010-03-25
Dean Camera
All Class Driver Host mode demos now correctly set...
tree
|
commitdiff
2010-03-24
Dean Camera
Fixed incorrect definition of HID_ALIGN_DATA() causing...
tree
|
commitdiff
2010-03-24
Dean Camera
Fixed compilation error in the AudioInput demos when...
tree
|
commitdiff
2010-02-24
Dean Camera
Revert changes made for the partial port to the AVR32...
tree
|
commitdiff
2010-02-24
Dean Camera
More AVR32 achitecture ports.
tree
|
commitdiff
2010-02-18
Dean Camera
Turn OFF double banking in the Webserver demo - leaving...
tree
|
commitdiff
2010-02-14
Dean Camera
Fix HID Host Class driver sending incorrect ReportType...
tree
|
commitdiff
2010-02-11
Dean Camera
Add more include protection macros to give the user...
tree
|
commitdiff
2010-02-09
Dean Camera
Fixed USB_GetHIDReportSize() returning the number of...
tree
|
commitdiff
2010-02-08
Dean Camera
Fix AVRISP-MKII clone project's TPI Chip Erase command...
tree
|
commitdiff
2010-02-07
Dean Camera
Added Keyboard LED report masks (KEYBOARD_LED_*) to...
tree
|
commitdiff
2010-02-07
Dean Camera
Added keyboard modifier masks (HID_KEYBOARD_MODIFER_...
tree
|
commitdiff
2010-02-01
Dean Camera
Fixed Pipe_IsEndpointBound() function not taking the...
tree
|
commitdiff
2010-01-28
Dean Camera
Be doubly-certain that the incomming CDC class driver...
tree
|
commitdiff
2010-01-25
Dean Camera
Fixed CDC and RNDIS host demos and class drivers -...
tree
|
commitdiff
2010-01-25
Dean Camera
Cleanup and partially fix AVRISP-MKII project's TPI...
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
Fix CDC blocking streams in Host mode locking up when...
tree
|
commitdiff
2010-01-04
Dean Camera
Fixed blocking CDC streams not aborting when the host...
tree
|
commitdiff
2010-01-03
Dean Camera
Clean up MassStorageKeyboard demo.
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-16
Dean Camera
The SImage_Host_SendBlockHeader() and SImage_Host_Recei...
tree
|
commitdiff
2009-12-15
Dean Camera
Fix a bug in the Still Image Host Class driver where...
tree
|
commitdiff
2009-12-13
Dean Camera
Test with -Wextra, fix library warnings due to unused...
tree
|
commitdiff
2009-12-13
Dean Camera
Use -pedantic compile time option to find and correct...
tree
|
commitdiff
2009-12-09
Dean Camera
Increase timeout of Mass Storage and Still Image host...
tree
|
commitdiff
2009-12-04
Dean Camera
Fixed Mass Storage Host Class driver and Low Level...
tree
|
commitdiff
2009-12-04
Dean Camera
Fix double oops -- Host mode settle delay was still...
tree
|
commitdiff
2009-12-04
Dean Camera
Fix incorrect const'ness of the ReportItem parameter...
tree
|
commitdiff
2009-12-04
Dean Camera
Fixed HID Parser not distributing the Usage Min and...
tree
|
commitdiff
2009-11-30
Dean Camera
Added CDC_Host_Flush() function to the CDC Host Class...
tree
|
commitdiff
2009-11-29
Dean Camera
Add to the existing CDC Class Driver's CreateStream...
tree
|
commitdiff
2009-11-26
Dean Camera
Complete RNDIS Host Class driver code - add SendPacket...
tree
|
commitdiff
2009-11-26
Dean Camera
Remove documentation of deleted parameters from the...
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-25
Dean Camera
Fix typo in the StillImageHost LowLevel demo, and the...
tree
|
commitdiff
2009-11-25
Dean Camera
Fix build and Doxygen errors.
tree
|
commitdiff
2009-11-25
Dean Camera
Added new RNDISHost Host LowLevel demo. Fixed misnamed...
tree
|
commitdiff
2009-11-23
Dean Camera
Fixed misnamed SI_Host_USBTask() and SI_Host_ConfigureP...
tree
|
commitdiff
2009-11-23
Dean Camera
Added new ReportType parameter to the HID Device Class...
tree
|
commitdiff
2009-11-23
Dean Camera
Fixed incorrect values for REPORT_ITEM_TYPE_* enum...
tree
|
commitdiff
2009-11-23
Dean Camera
The incomplete StandaloneProgrammer project now uses...
tree
|
commitdiff
2009-11-17
Dean Camera
Fix doxygen documentation - doxygen was getting confuse...
tree
|
commitdiff
2009-11-17
Dean Camera
Make RNDISHost demo validate the set Packet Filter...
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
Make Low Level host demos use void pointers for the...
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
next