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
*
Fixed INTERRUPT_CONTROL_ENDPOINT compile time option preventing other interru...
Dean Camera
2010-05-04
2
-0
/
+4
*
Fixed device state not being reset back to the default state if the host sets...
Dean Camera
2010-05-04
2
-23
/
+24
*
Added new ENDPOINT_*_BusSuspended error code to the Endpoint function, so tha...
Dean Camera
2010-05-03
4
-5
/
+27
*
Oops - relocated USBInterrupt.h header file requires adjusted include paths f...
Dean Camera
2010-04-28
1
-3
/
+3
*
Relocate USBInterrupt.c/.h from the HighLevel USB driver directory to the Low...
Dean Camera
2010-04-28
4
-2
/
+348
*
USB_Init() no longer calls sei() to enable global interrupts - this must now ...
Dean Camera
2010-04-28
2
-4
/
+6
*
Fixed Set/Clear Feature requests directed to a non-configured endpoint not re...
Dean Camera
2010-04-14
2
-15
/
+15
*
Removed two-step endpoint/pipe bank clear and switch sequence for smaller, fa...
Dean Camera
2010-04-13
6
-19
/
+41
*
Add file-level brief documentation.
Dean Camera
2010-03-29
8
-1
/
+79
*
Software PDI mode breaks unless the software USART has 100 cycles between bits.
Dean Camera
2010-03-17
1
-5
/
+4
*
Fix incorrect LED mask name in the Webserver project.
Dean Camera
2010-03-09
2
-3
/
+5
*
Fix incorrect error when directly including the LUFA internal USB library com...
Dean Camera
2010-02-24
8
-8
/
+8
*
Revert changes made for the partial port to the AVR32 architecture.
Dean Camera
2010-02-24
12
-667
/
+288
*
More AVR32 achitecture ports.
Dean Camera
2010-02-24
4
-40
/
+52
*
More porting of the USB core to the AVR32.
Dean Camera
2010-02-23
10
-172
/
+342
*
Start porting the USB core to the AVR32 UC3B.
Dean Camera
2010-02-23
11
-109
/
+306
*
Add more include protection macros to give the user warnings when they try to...
Dean Camera
2010-02-11
14
-8
/
+52
*
Fixed Pipe_IsEndpointBound() function not taking the endpoint's direction int...
Dean Camera
2010-02-01
3
-4
/
+22
*
Fix incorrect preprocessor checks in the PLL prescaler mask determination cod...
Dean Camera
2010-01-16
1
-2
/
+2
*
Fixed invalid USB controller PLL prescaler values for the ATMEGAxxU2 controllers
Dean Camera
2010-01-15
1
-2
/
+4
*
Update copyright year to 2010.
Dean Camera
2009-12-30
14
-28
/
+28
*
Fix MIT license language to make its intent clearer.
Dean Camera
2009-12-28
14
-98
/
+98
*
Ensure that unsupported SetFeature/ClearFeature request targets cause a STALL...
Dean Camera
2009-12-21
3
-7
/
+16
*
Added new NO_DEVICE_SELF_POWER and NO_DEVICE_REMOTE_WAKEUP compile time options.
Dean Camera
2009-12-20
5
-28
/
+62
*
Fixed USB_CurrentMode not being reset to USB_MODE_NONE when the USB interface...
Dean Camera
2009-12-18
1
-1
/
+1
*
Un-inline the SendAddress function in NVMTarget.c/.h of the AVRISP project.
Dean Camera
2009-12-17
2
-15
/
+15
*
Use -pedantic compile time option to find and correct several minor code errors.
Dean Camera
2009-12-13
2
-11
/
+11
*
Fix inverted bit-banged USART logic in the AVRISP project for PDI programming...
Dean Camera
2009-12-09
1
-1
/
+1
*
Fix incorrect definition of Endpoint_BytesInEndpoint() for the U4 parts.
Dean Camera
2009-12-09
1
-2
/
+4
*
Increase timeout of Mass Storage and Still Image host commands to 10 seconds ...
Dean Camera
2009-12-09
1
-1
/
+1
*
Add new USB_Host_GetDeviceStringDescriptor() convenience function.
Dean Camera
2009-12-06
2
-0
/
+32
*
Fix double oops -- Host mode settle delay was still being ignored due to inve...
Dean Camera
2009-12-04
1
-1
/
+1
*
Oops - fix Host mode pre-enumeration settle delay being ignored leading to fa...
Dean Camera
2009-12-04
1
-2
/
+0
*
Fixed USB driver failing to define the PLL prescaler mask for the ATMEGA8U2 a...
Dean Camera
2009-11-29
1
-2
/
+4
*
Added new RNDIS Host class driver and the beginnings of a RNDISEthernetHost C...
Dean Camera
2009-11-26
1
-5
/
+5
*
Added new RNDISHost Host LowLevel demo. Fixed misnamed Pipe_SetPipeToken() ma...
Dean Camera
2009-11-25
4
-8
/
+8
*
Fixed host state machine not enabling Auto VBUS mode when HOST_DEVICE_SETTLE_...
Dean Camera
2009-11-24
1
-5
/
+6
*
Fixed broken USB_GetNextDescriptor() function causing the descriptor to jump ...
Dean Camera
2009-11-24
1
-1
/
+1
*
The incomplete StandaloneProgrammer project now uses Host and Device Mass sto...
Dean Camera
2009-11-23
1
-8
/
+4
*
Fixed Endpoint_Write_Control_Stream_* functions not sending a terminating IN ...
Dean Camera
2009-11-20
2
-1
/
+6
*
Fix incorrect compiler error message when F_CLOCK is not defined by the user ...
Dean Camera
2009-11-15
1
-1
/
+1
*
Corrections, improvements and additions to the incomplete RNDISHost demo.
Dean Camera
2009-11-13
1
-1
/
+1
*
Minor code cleanups for clarity.
Dean Camera
2009-11-11
1
-15
/
+12
*
Update CDC Class Driver character stream functions to use the correct avr-lib...
Dean Camera
2009-11-10
7
-35
/
+35
*
Spell check all source code variables, comments and strings.
Dean Camera
2009-11-09
3
-3
/
+3
*
Add optional pipe double banking support to the Host mode Class drivers.
Dean Camera
2009-11-07
1
-2
/
+2
*
Add double banking property to LUFA powered projects in the Projects director...
Dean Camera
2009-11-06
4
-16
/
+16
*
Update DevChapter9.c - use the Endpoint_ClearStatusStage() function where pos...
Dean Camera
2009-11-04
1
-19
/
+7
*
Add const attribute to class driver APIs.
Dean Camera
2009-11-03
1
-1
/
+1
*
Moved USBtoSerial demo the Projects directory, as it is simply an expanded CD...
Dean Camera
2009-10-18
7
-21
/
+43
[next]