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
*
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
*
Move over message ID specific header data to unions inside the standard TMC h...
Dean Camera
2010-07-27
1
-2
/
+2
*
Update size of compiled Mouse demo in documentation, fix indenting in Device.h.
Dean Camera
2010-07-23
1
-1
/
+1
*
Convert over internal pseudo-function macros to true inline functions for add...
Dean Camera
2010-07-22
7
-861
/
+1137
*
Replace internal Pipe_BytesToEPSizeMask() routine with a new version which re...
Dean Camera
2010-07-21
1
-12
/
+10
*
Add missing const qualifiers to class drivers.
Dean Camera
2010-07-21
13
-81
/
+159
*
Move and rename DevChaper9.c/.h and HostChapter9.c/.h to the HighLevel direct...
Dean Camera
2010-07-21
8
-862
/
+11
*
Removed the automated checking of event names in the demo, project and bootlo...
Dean Camera
2010-07-15
6
-19
/
+11
*
Add missing eol-style properties to new source files.
Dean Camera
2010-07-12
1
-52
/
+52
*
Added new Drivers/USB/LowLevel/Device.c file to house Device mode specific fu...
Dean Camera
2010-07-02
2
-50
/
+71
*
Renamed SERIAL_STREAM_ASSERT() macro to STDOUT_ASSERT().
Dean Camera
2010-06-17
6
-109
/
+110
*
Spell check code and manual pages. Remove custom Doxygen CSS stylesheet, as t...
Dean Camera
2010-06-16
4
-5
/
+5
*
Change over Doxygen \note documentation to \pre where applicable.
Dean Camera
2010-06-15
2
-15
/
+13
*
Speed up calls to Pipe_IsPipeBound() by immediately skipping unconfigured pip...
Dean Camera
2010-06-12
2
-5
/
+8
*
More documentation fixes.
Dean Camera
2010-06-03
1
-1
/
+1
*
Fixed internal device serial not being accessible on the ATMEGAXXU2 AVRs (tha...
Dean Camera
2010-05-30
2
-3
/
+3
*
Fix spacing of the function parameter descriptions in the Doxygen documentation.
Dean Camera
2010-05-29
4
-32
/
+32
*
The EEPROM stream read/write functions now use eeprom_update_byte() instead o...
Dean Camera
2010-05-26
2
-6
/
+6
*
Remove incorrect check for the current device state in the Set Configuration ...
Dean Camera
2010-05-13
1
-3
/
+0
*
Fixed possible device lockup when INTERRUPT_CONTROL_ENDPOINT is enabled and t...
Dean Camera
2010-05-13
2
-2
/
+6
*
Fix nasty bug in USBInterrupt.c which would cause a lockup if the control end...
Dean Camera
2010-05-11
1
-4
/
+4
*
Add svn:eol-style property to source files, so that the line endings are corr...
Dean Camera
2010-05-08
20
-6220
/
+6220
*
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
[next]