projects
/
pub
/
USBasp.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Update the incomplete StandaloneProgrammer project to be compatible with the latest...
[pub/USBasp.git]
/
LUFA
/
Drivers
/
USB
/
2011-11-09
Dean Camera
Fixed race conditions in the CDC, HID and Mass Storage...
tree
|
commitdiff
2011-11-01
Dean Camera
Fix XMEGA core USB driver endpoint code to prevent...
tree
|
commitdiff
2011-10-31
Dean Camera
Add support for the new MEGA B series devices.
tree
|
commitdiff
2011-10-31
Dean Camera
Add support for the Atmel XMEGA A3BU Xplained board.
tree
|
commitdiff
2011-10-31
Dean Camera
Fix XMEGA core USB driver so that device mode enumerate...
tree
|
commitdiff
2011-10-30
Dean Camera
Namespace out the internal endpoint globals in the...
tree
|
commitdiff
2011-10-30
Dean Camera
Update ENDPOINT_EPNUM_MASK to be 0x0F, the maximum...
tree
|
commitdiff
2011-10-30
Dean Camera
Namespace out the internal endpoint and pipe globals...
tree
|
commitdiff
2011-10-30
Dean Camera
Update XMEGA clock management so that the correct 16...
tree
|
commitdiff
2011-10-30
Dean Camera
Minor documentation fixes.
tree
|
commitdiff
2011-10-30
Dean Camera
XMEGA port improvements; connection and disconnection...
tree
|
commitdiff
2011-10-26
Dean Camera
Fixed CDC class drivers not saving and sending all...
tree
|
commitdiff
2011-10-25
Dean Camera
Update XMEGA platform clock management example code...
tree
|
commitdiff
2011-10-12
Dean Camera
When automatic PLL management mode is enabled on the...
tree
|
commitdiff
2011-10-09
Dean Camera
Prevent written but unused variable warnings on GCC...
tree
|
commitdiff
2011-10-07
Dean Camera
USB XMEGA support improvements; add DFLL clock platform...
tree
|
commitdiff
2011-10-07
Dean Camera
Fix incorrect function call name in USB_Host_SendContro...
tree
|
commitdiff
2011-10-07
Dean Camera
Added endian-correction to the CDC driver's Line Encodi...
tree
|
commitdiff
2011-10-04
Dean Camera
Fix compile errors for the USB XMEGA parts when the...
tree
|
commitdiff
2011-09-28
Dean Camera
Fix compile error on the UC3 targets when INTERRUPT_CON...
tree
|
commitdiff
2011-09-22
Dean Camera
Add missing "used" attribute to ATTR_INIT_SECTION to...
tree
|
commitdiff
2011-09-21
Dean Camera
Fix missing C++ linkage command in ArchitectureSpecific.h.
tree
|
commitdiff
2011-09-17
Dean Camera
Fixed HID Parser's largest report size bit count not...
tree
|
commitdiff
2011-09-07
Dean Camera
Fixed optimization error in the HID Parser item value...
tree
|
commitdiff
2011-09-05
Dean Camera
Oops - restore conditional calls to USB_USBTask() in...
tree
|
commitdiff
2011-08-28
Dean Camera
Move documentation for the USB_HOST_TIMEOUT_MS into...
tree
|
commitdiff
2011-08-28
Dean Camera
Remove redundant prototype for Audio_Host_StartStopStre...
tree
|
commitdiff
2011-08-24
Dean Camera
Renamed USB_Host_ClearPipeStall() to USB_Host_ClearEndp...
tree
|
commitdiff
2011-08-23
Dean Camera
Minor documentation fixes.
tree
|
commitdiff
2011-08-23
Dean Camera
Add multiple axis support to the HID joystick report...
tree
|
commitdiff
2011-07-29
Dean Camera
Remove redundant calls to USB_USBTask() in the Mass...
tree
|
commitdiff
2011-07-25
Dean Camera
Add INTERRUPT_CONTROL_ENDPOINT compile time option...
tree
|
commitdiff
2011-07-25
Dean Camera
Fixed USB_USBTask not being called internally in stream...
tree
|
commitdiff
2011-07-19
Dean Camera
Removed the ENDPOINT_DESCRIPTOR_DIR_* macros in favour...
tree
|
commitdiff
2011-07-19
Dean Camera
Add support for the ORDERED_EP_CONFIG compile time...
tree
|
commitdiff
2011-07-19
Dean Camera
Move out the EP_TYPE_* macros to the base USBController...
tree
|
commitdiff
2011-07-18
Dean Camera
More USB XMEGA porting for Endpoint control.
tree
|
commitdiff
2011-07-15
Dean Camera
Add missing SVN eol-style property to files where it...
tree
|
commitdiff
2011-07-15
Dean Camera
Add option to the USB XMEGAs to set the USB bus interru...
tree
|
commitdiff
2011-07-15
Dean Camera
Complete USB XMEGA interrupt control subsystem code...
tree
|
commitdiff
2011-07-14
Dean Camera
Complete initial revision of the XMEGA Clock Management...
tree
|
commitdiff
2011-07-14
Dean Camera
Update UC3 platform driver support to use the bitmasks...
tree
|
commitdiff
2011-07-14
Dean Camera
More XMEGA USB AVR device port work - re-add missing...
tree
|
commitdiff
2011-07-14
Dean Camera
Implementation of several key core USB driver functions...
tree
|
commitdiff
2011-07-14
Dean Camera
Correct the maximum banks per endpoint information...
tree
|
commitdiff
2011-07-14
Dean Camera
Add support for triple endpoint/pipe bank AVR32 UC3...
tree
|
commitdiff
2011-07-14
Dean Camera
Add missing ENDPOINT_DETAILS_EP7 macro for the UC3A3...
tree
|
commitdiff
2011-07-14
Dean Camera
Added Device Qualifier standard descriptor structure...
tree
|
commitdiff
2011-07-14
Dean Camera
Add high speed USB support for the UC3 devices containi...
tree
|
commitdiff
2011-07-13
Dean Camera
Add start of an architecture port to the Atmel USB...
tree
|
commitdiff
2011-07-13
Dean Camera
Remove unneeded #include of Device.h in StdDescriptors...
tree
|
commitdiff
2011-07-12
Dean Camera
Minor documentation fixes.
tree
|
commitdiff
2011-07-12
Dean Camera
Fixed error in the pipe unordered allocation algorithm...
tree
|
commitdiff
2011-07-12
Dean Camera
Add more missing function attributes to the TWI periphe...
tree
|
commitdiff
2011-07-12
Dean Camera
Add missing function attributes.
tree
|
commitdiff
2011-07-12
Dean Camera
Added new USB_Host_GetDeviceStatus() function for USB...
tree
|
commitdiff
2011-07-11
Dean Camera
More endianness porting of the LUFA host mode class...
tree
|
commitdiff
2011-07-11
Dean Camera
More endianness porting of the LUFA device mode class...
tree
|
commitdiff
2011-07-11
Dean Camera
Minor documentation and style fixes.
tree
|
commitdiff
2011-07-08
Dean Camera
Updated all host mode demos and projects to use the...
tree
|
commitdiff
2011-07-06
Dean Camera
Tighten up the implementations of the USB_Device_SetDev...
tree
|
commitdiff
2011-07-05
Dean Camera
Fix HID_Host_SetIdlePeriod() function to send the corre...
tree
|
commitdiff
2011-07-04
Dean Camera
Add missing function parameter to the new HID_Host_SetI...
tree
|
commitdiff
2011-07-04
Dean Camera
Add missing function parameter to the new HID_Host_SetI...
tree
|
commitdiff
2011-07-04
Dean Camera
Added new HID_Host_SetIdlePeriod() function to the...
tree
|
commitdiff
2011-06-29
Dean Camera
Merge over core library changes from the MultiArchDemos...
tree
|
commitdiff
2011-06-20
Dean Camera
Minor internal macro renaming for the UC3 devices.
tree
|
commitdiff
2011-06-20
Dean Camera
Fixed compile error when FIXED_CONTROL_ENDPOINT_SIZE...
tree
|
commitdiff
2011-06-20
Dean Camera
Make the HID Report Parser Get/Set Report Item routines...
tree
|
commitdiff
2011-06-19
Dean Camera
Code style fixes for the Device mode USB Audio Class...
tree
|
commitdiff
2011-06-16
Dean Camera
Add missing SVN eol-style properties to source files...
tree
|
commitdiff
2011-06-16
Dean Camera
Rename new Audio class driver functions, callbacks...
tree
|
commitdiff
2011-06-14
Dean Camera
Add macro guards to the templated C files to prevent...
tree
|
commitdiff
2011-06-14
Dean Camera
Rename Audio Host Class driver internal descriptor...
tree
|
commitdiff
2011-06-13
Dean Camera
Ensure that only the requested Audio class pipes are...
tree
|
commitdiff
2011-06-12
Dean Camera
Fix bugs in the Host mode Audio class driver.
tree
|
commitdiff
2011-06-09
Dean Camera
Fix errors in the library Host mode Audio Class driver.
tree
|
commitdiff
2011-06-09
Dean Camera
Fix compile errors when both Host and Device modes...
tree
|
commitdiff
2011-06-09
Dean Camera
Add new Audio Class Driver Host demos.
tree
|
commitdiff
2011-06-08
Dean Camera
Pipe_BoundEndpointNumber() has been renamed to Pipe_Get...
tree
|
commitdiff
2011-06-08
Dean Camera
Remove warnings in the documentation for the library...
tree
|
commitdiff
2011-06-08
Dean Camera
Added new Host mode Audio Class driver.
tree
|
commitdiff
2011-06-08
Dean Camera
Fix compile errors when compiling for the AVR32 UC3...
tree
|
commitdiff
2011-06-07
Dean Camera
Fix errors in the Audio device demos and class driver...
tree
|
commitdiff
2011-06-05
Dean Camera
Massive corrections to the project documentation and...
tree
|
commitdiff
2011-06-03
Dean Camera
Added new callback to the Audio Class driver to allow...
tree
|
commitdiff
2011-06-01
Dean Camera
Spell check library source code files.
tree
|
commitdiff
2011-06-01
Dean Camera
Fixed incorrect signature in the CDC and DFU class...
tree
|
commitdiff
2011-05-30
Dean Camera
Added new incomplete AudioOutputHost Host LowLevel...
tree
|
commitdiff
2011-05-30
Dean Camera
Altered the definition of the USB_Audio_Descriptor_Form...
tree
|
commitdiff
2011-05-29
Dean Camera
Added new incomplete AudioInputHost Host LowLevel demo.
tree
|
commitdiff
2011-05-27
Dean Camera
Add new USB_Host_SetInterfaceAltSetting() convenience...
tree
|
commitdiff
2011-05-26
Dean Camera
Fix incorrect macro guard in the UC3 EndpointStream...
tree
|
commitdiff
2011-05-26
Dean Camera
Copy out the EndpointStream and PipeStream functions...
tree
|
commitdiff
2011-05-19
Dean Camera
Fix broken Doxygen documentation.
tree
|
commitdiff
2011-05-18
Dean Camera
Add new RNDIS_Host_IsPacketReceived(), RNDIS_Device_Rea...
tree
|
commitdiff
2011-05-14
Dean Camera
Fixed possible invalid program execution when in host...
tree
|
commitdiff
2011-05-08
Dean Camera
Minor documentation fixes.
tree
|
commitdiff
2011-04-25
Dean Camera
Add __VA_ARGS__ support to the LUFA supplied ISR macro...
tree
|
commitdiff
2011-04-20
Dean Camera
Fix reversed descriptions for the AVR8 USB pad regulato...
tree
|
commitdiff
next