index
:
avr/qmk/lufa
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Demos
/
Device
/
ClassDriver
/
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
19
-20
/
+20
*
All USB class drivers are now automatically included when LUFA/Drivers/USB.h ...
Dean Camera
2010-10-24
1
-1
/
+0
*
Clean up excessive whitespace at the end of each line using the wspurify tool...
Dean Camera
2010-10-13
19
-295
/
+314
*
More spell checking of all source files -- correct missed errors, switch to E...
Dean Camera
2010-07-30
2
-2
/
+2
*
Spell check all source files once again to find any typos.
Dean Camera
2010-07-29
1
-1
/
+1
*
Update all demos, projects and bootloaders to indent all function parameters,...
Dean Camera
2010-07-21
18
-37
/
+88
*
Change over all makefiles to use C99 standards mode, rather than C99 + GNU Ex...
Dean Camera
2010-07-18
1
-6
/
+1
*
Fix compile and Doxygen errors due to the spell-check changes in the source c...
Dean Camera
2010-06-16
1
-3
/
+1
*
Change over Doxygen \note documentation to \pre where applicable.
Dean Camera
2010-06-15
1
-2
/
+3
*
Minor documentation cleanups.
Dean Camera
2010-06-03
8
-64
/
+63
*
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
19
-2698
/
+2698
*
USB_Init() no longer calls sei() to enable global interrupts - this must now ...
Dean Camera
2010-04-28
1
-0
/
+2
*
Add briefs for the library core structures.
Dean Camera
2010-03-29
1
-1
/
+1
*
Fix up the incomplete Webserver project so that it integrates with the uIP st...
Dean Camera
2010-01-21
1
-1
/
+4
*
Update copyright year to 2010.
Dean Camera
2009-12-30
19
-38
/
+38
*
Fix MIT license language to make its intent clearer.
Dean Camera
2009-12-28
19
-135
/
+135
*
Spell check all source code variables, comments and strings.
Dean Camera
2009-11-09
5
-6
/
+6
*
Application documentation/comment cleanup.
Dean Camera
2009-10-08
2
-2
/
+0
*
Add CDC Host class driver EVENT_CDC_Host_ControLineStateChanged() event.
Dean Camera
2009-08-11
1
-1
/
+1
*
Cleanups to RNDIS device demos. Fix issue in RNDIS demos where the memory wou...
Dean Camera
2009-08-07
7
-33
/
+43
*
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 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
12
-61
/
+61
*
Break device mode class driver interfaces into seperate config and state stru...
Dean Camera
2009-06-18
2
-9
/
+9
*
Doxygen corrections to fix Doxygen warnings in some demos.
Dean Camera
2009-06-15
1
-1
/
+1
*
Add host mode USB Class driver stubs, add beginnings of a CDC host class driver.
Dean Camera
2009-06-14
1
-1
/
+1
*
Move new Class Driver powered demos to a new ClassDriver subdirectory, re-add...
Dean Camera
2009-06-05
19
-0
/
+2645