index
:
avr/qmk/lufa
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Demos
/
Device
/
CDC
Commit message (
Expand
)
Author
Age
Files
Lines
*
Commit of new class abstraction APIs for all device demos other than the MIDI...
Dean Camera
2009-06-01
4
-397
/
+86
*
Deleted StdDescriptors.c, renamed USB_GetDescriptor() to CALLBACK_USB_GetDesc...
Dean Camera
2009-05-22
3
-5
/
+4
*
Rewritten event system to remove all macros, to make user code clearer.
Dean Camera
2009-05-18
3
-18
/
+10
*
Removed DESCRIPTOR_ADDRESS() macro as it was largely supurflous and only serv...
Dean Camera
2009-05-17
1
-7
/
+7
*
Fix broken Set Feature/Clear Feature chapter 9 request (incorrect status stag...
Dean Camera
2009-05-10
1
-1
/
+1
*
Changed PIPE_CONTROLPIPE_DEFAULT_SIZE from 8 to 64 to try to prevent problems...
Dean Camera
2009-05-04
2
-2
/
+2
*
Endpoint configuration is now refined to give better output when all configur...
Dean Camera
2009-04-24
2
-2
/
+2
*
Fixed USB_RemoteWakeupEnabled flag never being set (the REMOTE WAKEUP Set Fea...
Dean Camera
2009-04-23
1
-3
/
+3
*
Applied STATIC_ENDPOINT_CONFIGURATION and FIXED_CONTROL_SIZE tokens to all De...
Dean Camera
2009-04-22
2
-1
/
+2
*
USB_HostRequest renamed to USB_ControlRequest, entire control request header ...
Dean Camera
2009-04-22
1
-12
/
+6
*
Removed specialized Endpoint_ClearControl* and Pipe_ClearControl* macros in f...
Dean Camera
2009-04-21
1
-6
/
+6
*
Changed over all deprecated GCC structure tag initializers to the standardize...
Dean Camera
2009-04-20
2
-95
/
+95
*
More documentation changes for better module-level documentation rather than ...
Dean Camera
2009-04-17
1
-4
/
+9
*
Fixed CDC and USBtoSerial demos freezing where buffers were full while still ...
Dean Camera
2009-04-17
1
-5
/
+13
*
Fixed GenericHIDHost demo report write routine incorrect for control type req...
Dean Camera
2009-04-16
2
-20
/
+13
*
All comments in the library, bootloaders, demos and projects have now been sp...
Dean Camera
2009-04-01
3
-7
/
+7
*
Fixed CDC demo not sending an empty packet after each transfer to prevent the...
Dean Camera
2009-03-23
1
-0
/
+6
*
Seperated out OTG, Device and Host mode demos into seperate folders for clari...
Dean Camera
2009-03-20
9
-0
/
+3204