index
:
avr/qmk/lufa
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
LUFA
/
Drivers
/
USB
/
LowLevel
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added new ADC_GET_CHANNEL_MASK() convenience macro to the ADC driver.
Dean Camera
2011-01-16
1
-2
/
+8
*
Added new high level TWI packet read/write commands, altered behaviour of the...
Dean Camera
2011-01-13
2
-3
/
+3
*
Call USB_USBTask() in the Endpoint stream functions between packets if INTERR...
Dean Camera
2011-01-10
2
-8
/
+0
*
Altered all endpoint/pipe stream transfers so that the new BytesProcessed par...
Dean Camera
2011-01-10
2
-0
/
+8
*
Minor documentation improvements.
Dean Camera
2011-01-08
6
-82
/
+85
*
Update copyright year on all source files.
Dean Camera
2011-01-01
13
-26
/
+26
*
Much more efficient algorithm for the Endpoint/Pipe configuration routine of ...
Dean Camera
2010-12-24
2
-79
/
+69
*
Re-add in old Endpoint/Pipe workaround for unordered pipes - add new ORDERED_...
Dean Camera
2010-12-24
5
-2
/
+109
*
Oops - typos in the naming of the NBUSYBK0 bits breaking the new busy bank co...
Dean Camera
2010-10-29
2
-3
/
+3
*
Added new Pipe_GetBusyBanks(), Endpoint_GetBusyBanks() and Endpoint_AbortPend...
Dean Camera
2010-10-29
2
-0
/
+42
*
Added standard keyboard HID report scancode defines (thanks to László Monda).
Dean Camera
2010-10-28
1
-1
/
+1
*
Move RNDISConstants.h into the RNDIS class driver common definition header.
Dean Camera
2010-10-28
4
-6
/
+30
*
Changed over www.fourwalledcubicle.com links to the new www.lufa-lib.org redi...
Dean Camera
2010-10-28
13
-13
/
+13
*
Better algorithm to extract and convert the internal device serial number int...
Dean Camera
2010-10-24
1
-1
/
+1
*
Renamed ENDPOINT_DOUBLEBANK_SUPPORTED() to ENDPOINT_BANKS_SUPPORTED() and cha...
Dean Camera
2010-10-13
1
-18
/
+18
*
Clean up excessive whitespace at the end of each line using the wspurify tool...
Dean Camera
2010-10-13
13
-370
/
+383
*
Fixed MIDI_Host_Flush() not aborting early when the specified MIDI host inter...
Dean Camera
2010-10-12
2
-6
/
+6
*
Remove USB_MODE_* macros, replace with a semantically linked USB_Modes_t enum.
Dean Camera
2010-10-12
7
-75
/
+71
*
Added new NO_SOF_EVENTS compile time option, enabled in the bootloaders to re...
Dean Camera
2010-10-07
3
-37
/
+53
*
Cache the USB_DeviceState variable internally in the library core when multip...
Dean Camera
2010-10-06
1
-3
/
+5
*
Fix device mode for the U4 parts.
Dean Camera
2010-10-01
1
-1
/
+1
*
Reverted Endpoint/Pipe non-sequential configuration hack, placed restriction ...
Dean Camera
2010-09-30
4
-103
/
+19
*
Changed default value for the reset polarity parameter in the AVRISP-MKII pro...
Dean Camera
2010-09-29
2
-3
/
+12
*
Fixed endpoint selection within the CALLBACK_HID_Device_CreateHIDReport() cal...
Dean Camera
2010-09-24
1
-1
/
+1
*
Reverted modifications to USBInterrupt.h that were intefering with correct ho...
Dean Camera
2010-09-22
2
-11
/
+7
*
Oops - need to call USB_Attach() when reinitializing into USB Host mode, or n...
Dean Camera
2010-09-21
1
-1
/
+2
*
Fixed USB_Host_ClearPipeStall() incorrectly attempting to determine the endpo...
Dean Camera
2010-09-21
2
-4
/
+1
*
Rename internal suspend and wake up USB interrupt macros so that they follow ...
Dean Camera
2010-09-19
3
-14
/
+14
*
Make device mode configure the control endpoint even before the bus has been ...
Dean Camera
2010-09-19
1
-12
/
+14
*
More simplifications to USBController.c, fix errors and warnings when compile...
Dean Camera
2010-09-19
1
-8
/
+12
*
Fix warning when not compiled for UID auto-selection mode.
Dean Camera
2010-09-19
1
-0
/
+2
*
Clean up USBController.c/.h to more clearly seperate out host and device setu...
Dean Camera
2010-09-19
3
-135
/
+111
*
Ensure device address latch bit is not set at the same time as the new addres...
Dean Camera
2010-09-19
3
-11
/
+23
*
Removed the EVENT_USB_InitFailure() event, as not specifying a USB mode to US...
Dean Camera
2010-09-15
3
-25
/
+2
*
Fixed SET FEATURE and CLEAR FEATURE control requests directed at an unconfigu...
Dean Camera
2010-09-13
1
-3
/
+3
*
Must save and restore the endpoint/pipe interrupt enable flags during reconfi...
Dean Camera
2010-09-07
2
-0
/
+8
*
Fix bug in Pipe_ConfigurePipe() breaking already configured pipes that was ac...
Dean Camera
2010-09-05
1
-7
/
+17
*
Added new USB_Device_GetFrameNumber() and USB_Host_GetFrameNumber() functions...
Dean Camera
2010-09-05
6
-12
/
+70
*
Reduced HOST_DEVICE_SETTLE_DELAY_MS to 1000ms down from 1500ms to improve dev...
Dean Camera
2010-09-04
1
-3
/
+4
*
Added board hardware driver support for the Olimex AVR-USB-162 development bo...
Dean Camera
2010-09-03
1
-3
/
+3
*
Better documentation for the Endpoint_ConfigureEndpoint() and Pipe_ConfigureP...
Dean Camera
2010-08-24
3
-29
/
+55
*
Changed the signature of the CALLBACK_USB_GetDescriptor() callback function s...
Dean Camera
2010-08-24
1
-1
/
+1
*
Fix Doxygen typos in Device.h.
Dean Camera
2010-08-24
1
-3
/
+3
*
Optimise Endpoint_ConfigureEndpoint_Prv() function to produce smaller code wh...
Dean Camera
2010-08-22
1
-0
/
+11
*
Split out endpoint and pipe stream functions into new EndpointStream.c/.h and...
Dean Camera
2010-08-22
9
-1403
/
+40
*
Added compile time error to the AVRISP-MKII project when built for the U4 chi...
Dean Camera
2010-08-22
1
-0
/
+2
*
Fixed critical pipe/endpoint memory allocation issue where the bank memory ad...
Dean Camera
2010-08-20
2
-17
/
+75
*
Removed complicated logic for the Endpoint_ConfigureEndpoint() function to us...
Dean Camera
2010-08-09
3
-140
/
+111
*
More spell checking of all source files -- correct missed errors, switch to E...
Dean Camera
2010-07-30
1
-1
/
+1
*
Use static inline intermediatary functions in Endpoint.h to handle the maskin...
Dean Camera
2010-07-27
1
-14
/
+36
[next]