index
:
avr/qmk/lufa
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Demos
/
Device
/
LowLevel
/
RNDISEthernet
/
Lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
Changed over www.fourwalledcubicle.com links to the new www.lufa-lib.org redi...
Dean Camera
2010-10-28
21
-22
/
+22
*
Add descriptor class, subclass and protocol constants to the class drivers, m...
Dean Camera
2010-10-25
1
-1
/
+0
*
All USB class drivers are now automatically included when LUFA/Drivers/USB.h ...
Dean Camera
2010-10-24
6
-284
/
+4
*
Clean up excessive whitespace at the end of each line using the wspurify tool...
Dean Camera
2010-10-13
22
-391
/
+413
*
Oops - fix mixed "initialize" and "initialise" - opt for American spelling du...
Dean Camera
2010-07-30
1
-1
/
+1
*
More spell checking of all source files -- correct missed errors, switch to E...
Dean Camera
2010-07-30
3
-3
/
+3
*
Spell check all source files once again to find any typos.
Dean Camera
2010-07-29
1
-2
/
+2
*
Rename reserved members of all structs so that they are uniformly named acros...
Dean Camera
2010-07-26
1
-1
/
+1
*
Fix up minor whitespace formatting errors.
Dean Camera
2010-07-22
2
-2
/
+2
*
Update all demos, projects and bootloaders to indent all function parameters,...
Dean Camera
2010-07-21
18
-35
/
+85
*
Change over all makefiles to use C99 standards mode, rather than C99 + GNU Ex...
Dean Camera
2010-07-18
1
-6
/
+1
*
Change over Doxygen \note documentation to \pre where applicable.
Dean Camera
2010-06-15
1
-1
/
+1
*
Minor documentation cleanups.
Dean Camera
2010-06-03
9
-83
/
+82
*
Switch to using the correct intptr_t type use where a pointer must be cast to...
Dean Camera
2010-05-26
2
-5
/
+5
*
Fixed RNDISEthernet demos crashing when calculating checksums for Ethernet/TC...
Dean Camera
2010-05-25
2
-2
/
+2
*
Add svn:eol-style property to source files, so that the line endings are corr...
Dean Camera
2010-05-08
22
-3444
/
+3444
*
USB_Init() no longer calls sei() to enable global interrupts - this must now ...
Dean Camera
2010-04-28
1
-0
/
+2
*
Fix up the incomplete Webserver project so that it integrates with the uIP st...
Dean Camera
2010-01-21
1
-0
/
+3
*
Update copyright year to 2010.
Dean Camera
2009-12-30
22
-44
/
+44
*
Fix MIT license language to make its intent clearer.
Dean Camera
2009-12-28
22
-156
/
+156
*
Added new RNDIS Host class driver and the beginnings of a RNDISEthernetHost C...
Dean Camera
2009-11-26
1
-2
/
+15
*
Spell check all source code variables, comments and strings.
Dean Camera
2009-11-09
4
-4
/
+4
*
Application documentation/comment cleanup.
Dean Camera
2009-10-08
3
-3
/
+0
*
Cleanups to RNDIS device demos. Fix issue in RNDIS demos where the memory wou...
Dean Camera
2009-08-07
6
-24
/
+28
*
Make Control Endpoint stream transfers more reliable by adding in early abort...
Dean Camera
2009-08-05
2
-12
/
+17
*
Added 404 errors to the RNDIS Webserver example.
Dean Camera
2009-07-29
1
-19
/
+54
*
Added new EEPROM and FLASH buffer versions of the Endpoint and Pipe stream fu...
Dean Camera
2009-07-13
1
-1
/
+1
*
Added compatibility list to the documentation of each individual demo.
Dean Camera
2009-07-13
1
-1
/
+1
*
Added const modifiers to device mode class drivers.
Dean Camera
2009-06-28
13
-67
/
+67
*
Clean up RNDIS demo type define names.
Dean Camera
2009-06-19
2
-30
/
+30
*
Doxygen corrections to fix Doxygen warnings in some demos.
Dean Camera
2009-06-15
1
-1
/
+1
*
Converted device mode low-level demos to schedulerless.
Dean Camera
2009-06-07
3
-10
/
+4
*
Move new Class Driver powered demos to a new ClassDriver subdirectory, re-add...
Dean Camera
2009-06-05
22
-0
/
+3391