index
:
avr/qmk/lufa
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Demos
/
Device
/
Incomplete
/
TestAndMeasurement
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update copyright year on all source files.
Dean Camera
2011-01-01
4
-8
/
+8
*
Lower bulk endpoint polling rate in the descriptors to the lowest possible va...
Dean Camera
2010-11-22
1
-2
/
+2
*
Fixed incorrect PollingIntervalMS values in the demo/project/bootloader endpo...
Dean Camera
2010-11-10
1
-2
/
+2
*
Renamed the EVENT_USB_Device_UnhandledControlRequest() event to EVENT_USB_Dev...
Dean Camera
2010-11-05
2
-5
/
+5
*
Changed over www.fourwalledcubicle.com links to the new www.lufa-lib.org redi...
Dean Camera
2010-10-28
4
-4
/
+4
*
Clean up excessive whitespace at the end of each line using the wspurify tool...
Dean Camera
2010-10-13
5
-56
/
+61
*
Reverted Endpoint/Pipe non-sequential configuration hack, placed restriction ...
Dean Camera
2010-09-30
3
-6
/
+6
*
Fix up incorrect version numbers in demo/project descriptors.
Dean Camera
2010-09-28
1
-1
/
+1
*
Remove dfu-programmer program switches, to ensure maximum compatibility with ...
Dean Camera
2010-09-24
1
-2
/
+2
*
Added the --suppress-bootloader-mem option to the makefile dfu target, to ens...
Dean Camera
2010-09-24
1
-3
/
+3
*
Make project makefiles correctly clean intermeditary build files from assembl...
Dean Camera
2010-09-15
1
-2
/
+2
*
Changed the signature of the CALLBACK_USB_GetDescriptor() callback function s...
Dean Camera
2010-08-24
2
-9
/
+10
*
Changed all Device mode LowLevel demos and Device Class drivers so that the c...
Dean Camera
2010-08-22
1
-20
/
+17
*
Removed complicated logic for the Endpoint_ConfigureEndpoint() function to us...
Dean Camera
2010-08-09
1
-21
/
+10
*
Add notification endpoint to the incomplete TMC demo.
Dean Camera
2010-08-09
3
-5
/
+29
*
Fix invocations of avr-size in all makefiles broken on unpatched *nix systems...
Dean Camera
2010-08-08
2
-4
/
+13
*
Ensure all demos now compile in C99 standards mode, and not GNU99 (C99 + GNU ...
Dean Camera
2010-08-03
1
-1
/
+1
*
Fixed Serial peripheral driver not turning off the USART before reconfiguring...
Dean Camera
2010-07-31
1
-3
/
+3
*
Spell check all source files once again to find any typos.
Dean Camera
2010-07-29
1
-13
/
+13
*
Add TMC header read and write functions, so that TMC data can now be exchange...
Dean Camera
2010-07-28
2
-19
/
+63
*
Move over message ID specific header data to unions inside the standard TMC h...
Dean Camera
2010-07-27
2
-7
/
+36
*
Rename reserved members of all structs so that they are uniformly named acros...
Dean Camera
2010-07-26
2
-39
/
+67
*
Add comments to the currently completed portions of the incomplete Test and M...
Dean Camera
2010-07-26
1
-1
/
+22
*
Add missing INTERRUPT_CONTROL_ENDPOINT compile time option to the Mass Storag...
Dean Camera
2010-07-26
2
-45
/
+57
*
Add stream callback flags and class specific control request handler code to ...
Dean Camera
2010-07-26
3
-14
/
+163
*
Add TMC device capabilities to the incomplete TMC demo.
Dean Camera
2010-07-23
2
-1
/
+66
*
Convert over internal pseudo-function macros to true inline functions for add...
Dean Camera
2010-07-22
1
-12
/
+19
*
Added start of a low level device Test and Measurement class demo (thanks to ...
Dean Camera
2010-07-22
5
-0
/
+1235