index
:
avr/qmk/lufa
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Bootloaders
/
TeensyHID
/
TeensyHID.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Renamed all library events to properly seperate out Device and Host mode even...
Dean Camera
2009-08-05
1
-3
/
+3
*
Renamed USB_Device_SetHighSpeed() to USB_Device_SetFullSpeed() so that the co...
Dean Camera
2009-07-31
1
-1
/
+0
*
Slight changes to TeensyHID bootloader to ensure it builds under the 2KB boun...
Dean Camera
2009-07-21
1
-10
/
+0
*
Added new USB_DeviceState variable to keep track of the current Device mode U...
Dean Camera
2009-07-21
1
-4
/
+2
*
Updated bootloaders to use the new main() function layout and remove any refe...
Dean Camera
2009-06-09
1
-13
/
+27
*
Rewritten event system to remove all macros, to make user code clearer.
Dean Camera
2009-05-18
1
-2
/
+2
*
USB_HostRequest renamed to USB_ControlRequest, entire control request header ...
Dean Camera
2009-04-22
1
-2
/
+2
*
Removed specialized Endpoint_ClearControl* and Pipe_ClearControl* macros in f...
Dean Camera
2009-04-21
1
-4
/
+4
*
Fixed GenericHIDHost demo report write routine incorrect for control type req...
Dean Camera
2009-04-16
1
-7
/
+7
*
Fixed incorrect/missing control status stage transfers on demos, bootloaders ...
Dean Camera
2009-03-10
1
-3
/
+1
*
Removed SetSystemClockPrescaler() macro, the clock_prescale_set() avr-libc ma...
Dean Camera
2009-03-09
1
-2
/
+2
*
Moved all source to the trunk directory.
Dean Camera
2009-02-23
1
-0
/
+156