projects
/
pub
/
USBasp.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first
⋅
prev
⋅
next
Minor documentation enhancements.
[pub/USBasp.git]
/
LUFA
/
Drivers
/
USB
/
2010-05-04
Dean Camera
Fixed device state not being reset back to the default...
tree
|
commitdiff
2010-05-03
Dean Camera
Added new ENDPOINT_*_BusSuspended error code to the...
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-28
Dean Camera
Oops - relocated USBInterrupt.h header file requires...
tree
|
commitdiff
2010-04-28
Dean Camera
Relocate USBInterrupt.c/.h from the HighLevel USB drive...
tree
|
commitdiff
2010-04-28
Dean Camera
USB_Init() no longer calls sei() to enable global inter...
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-14
Dean Camera
Fixed Set/Clear Feature requests directed to a non...
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-03-17
Dean Camera
Software PDI mode breaks unless the software USART...
tree
|
commitdiff
2010-03-09
Dean Camera
Fix incorrect LED mask name in the Webserver project.
tree
|
commitdiff
2010-02-24
Dean Camera
Fix incorrect error when directly including the LUFA...
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-23
Dean Camera
More porting of the USB core to the AVR32.
tree
|
commitdiff
2010-02-23
Dean Camera
Start porting the USB core to the AVR32 UC3B.
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-02
Dean Camera
Add documentation to the USB Class Drivers module on...
tree
|
commitdiff
2010-02-02
Dean Camera
Replace the Webserver demo's uIP with the latest code...
tree
|
commitdiff
2010-02-01
Dean Camera
Fixed incorrect values of USB_CONFIG_ATTR_SELFPOWERED...
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-17
Dean Camera
Clean up and add more comments to the AVRISP-MKII proje...
tree
|
commitdiff
2010-01-16
Dean Camera
Fix incorrect preprocessor checks in the PLL prescaler...
tree
|
commitdiff
2010-01-15
Dean Camera
Fixed invalid USB controller PLL prescaler values for...
tree
|
commitdiff
2010-01-12
Dean Camera
Fixed incorrect interface values in the VirtualSerialMo...
tree
|
commitdiff
2010-01-07
Dean Camera
Fix XPLAIN Dataflash and LED drivers.
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-21
Dean Camera
Ensure that unsupported SetFeature/ClearFeature request...
tree
|
commitdiff
2009-12-20
Dean Camera
Added new NO_DEVICE_SELF_POWER and NO_DEVICE_REMOTE_WAK...
tree
|
commitdiff
2009-12-18
Dean Camera
Fixed USB_CurrentMode not being reset to USB_MODE_NONE...
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
Oops - wrong casting on the Configuration Descriptor...
tree
|
commitdiff
2009-12-13
Dean Camera
Use -pedantic compile time option to find and correct...
tree
|
commitdiff
2009-12-09
Dean Camera
Fix inverted bit-banged USART logic in the AVRISP proje...
tree
|
commitdiff
2009-12-09
Dean Camera
Fix incorrect definition of Endpoint_BytesInEndpoint...
tree
|
commitdiff
2009-12-09
Dean Camera
Increase timeout of Mass Storage and Still Image host...
tree
|
commitdiff
2009-12-06
Dean Camera
Add new USB_Host_GetDeviceStringDescriptor() convenienc...
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
Oops - fix Host mode pre-enumeration settle delay being...
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
Fixed USB driver failing to define the PLL prescaler...
tree
|
commitdiff
2009-11-29
Dean Camera
Add to the existing CDC Class Driver's CreateStream...
tree
|
commitdiff
2009-11-27
Dean Camera
Better checking of whether a packet is received in...
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-25
Dean Camera
Added new XPLAIN serial Bridge project (thanks to John...
tree
|
commitdiff
2009-11-24
Dean Camera
Fixed host state machine not enabling Auto VBUS mode...
tree
|
commitdiff
2009-11-24
Dean Camera
Fixed broken USB_GetNextDescriptor() function causing...
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-20
Dean Camera
Fixed Endpoint_Write_Control_Stream_* functions not...
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-16
Dean Camera
Fixed HOST_STATE_AS_GPIOR being ignored whilst in Host...
tree
|
commitdiff
2009-11-15
Dean Camera
Fix incorrect compiler error message when F_CLOCK is...
tree
|
commitdiff
2009-11-15
Dean Camera
Cleanups to the MassStorage Device demos, and the MassS...
tree
|
commitdiff
2009-11-13
Dean Camera
Corrections, improvements and additions to the incomple...
tree
|
commitdiff
2009-11-13
Dean Camera
Corrected the name of the misnamed USB_GetDeviceConfigD...
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-11
Dean Camera
Minor code cleanups for clarity.
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
next