index
:
avr/qmk/lufa
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Demos
/
Host
/
LowLevel
/
KeyboardHostWithParser
Commit message (
Expand
)
Author
Age
Files
Lines
*
Corrected the name of the misnamed USB_GetDeviceConfigDescriptor() function t...
Dean Camera
2009-11-13
1
-1
/
+1
*
Make Low Level host demos use void pointers for the configuration descriptor,...
Dean Camera
2009-11-07
1
-1
/
+1
*
Add support for Mouse Scrollwheel to the MouseHostWithParser demos.
Dean Camera
2009-11-04
1
-3
/
+3
*
Added new JoystickHostWithParser demos to the library.
Dean Camera
2009-11-04
1
-4
/
+4
*
Rename the AT90USBXXX67 internal driver directory to AVRU4U6U7.
Dean Camera
2009-11-03
2
-4
/
+4
*
Fix invalid Event name rule in demo/project makefiles.
Dean Camera
2009-10-16
1
-1
/
+1
*
Make Audio device demos compatible with AVRs running at 16MHz instead of 8MHz.
Dean Camera
2009-10-12
1
-3
/
+2
*
Application documentation/comment cleanup.
Dean Camera
2009-10-08
1
-1
/
+1
*
Add new MIDIHost LowLevel demo application.
Dean Camera
2009-10-08
2
-3
/
+3
*
Fix missing semicolons in the *WithParser Host mode demos.
Dean Camera
2009-09-29
1
-1
/
+1
*
Doxygen fixes to \param directives to give data direction in all projects. Ma...
Dean Camera
2009-09-24
1
-11
/
+6
*
Fix more build errors in the LowLevel "WithParser" HID Host demos.
Dean Camera
2009-09-22
1
-1
/
+1
*
Add new error condition to the HID Report Parser for when a report is parsed ...
Dean Camera
2009-09-22
1
-2
/
+6
*
Finish initial draft of the Host Mode HID Class driver.
Dean Camera
2009-09-21
1
-1
/
+1
*
Fix building of KeyboardHostWithParser and MouseHostWithParser demos broken b...
Dean Camera
2009-09-21
1
-4
/
+8
*
Remove USE_NONSTANDARD_DESCRIPTOR_NAMES compile time token, split out standar...
Dean Camera
2009-09-09
1
-2
/
+1
*
Change HID report parser so that it can calculate and record the sizes (IN, O...
Dean Camera
2009-09-09
1
-0
/
+14
*
Add in new invalid event hook check targets to project makefiles to produce c...
Dean Camera
2009-09-06
1
-30
/
+47
*
Add user-filtering to the HID report parser, so that the user code can decide...
Dean Camera
2009-09-02
2
-0
/
+24
*
Oops - with new changes to the way the device Configuration Descriptor is ret...
Dean Camera
2009-08-31
2
-4
/
+4
*
Changed the parameters and behaviour of the USB_GetDeviceConfigDescriptor() f...
Dean Camera
2009-08-31
1
-21
/
+17
*
Replace -finline-limit with -fno-inline-small-functions in project makefiles.
Dean Camera
2009-08-30
1
-1
/
+1
*
Make Endpoint control transfers more reliable; early-abort when an incomplete...
Dean Camera
2009-08-06
1
-6
/
+6
*
Make Control Endpoint stream transfers more reliable by adding in early abort...
Dean Camera
2009-08-05
1
-1
/
+1
*
Renamed all library events to properly seperate out Device and Host mode even...
Dean Camera
2009-08-05
2
-10
/
+10
*
Change project makefiles so that the current target settings and not just the...
Dean Camera
2009-07-28
1
-39
/
+21
*
Added new LEDs_ToggleLEDs() function to the Board LEDs driver.
Dean Camera
2009-07-24
1
-4
/
+1
*
Added new USB_DeviceState variable to keep track of the current Device mode U...
Dean Camera
2009-07-21
1
-5
/
+2
*
Change Doxygen configuration files to not produce 4096 directories for the do...
Dean Camera
2009-07-20
1
-1
/
+1
*
Don't send terminal RESET codes via serial - just set the foreground colour a...
Dean Camera
2009-07-19
1
-1
/
+1
*
Use sane ANSI terminal escape codes for the Host mode demos, so that they do ...
Dean Camera
2009-07-19
1
-15
/
+14
*
Added new TOTAL_NUM_CONFIGURATIONS option, removed USE_SINGLE_DEVICE_CONFIGUR...
Dean Camera
2009-07-16
1
-0
/
+1
*
Added compatibility list to the documentation of each individual demo.
Dean Camera
2009-07-13
1
-0
/
+7
*
Added new HOST_STATE_WaitForDeviceRemoval host state machine state for non-bl...
Dean Camera
2009-07-13
1
-3
/
+3
*
Added incomplete PrinterHost demo application.
Dean Camera
2009-07-11
1
-1
/
+1
*
Added const modifiers to device mode class drivers.
Dean Camera
2009-06-28
1
-1
/
+1
*
Pipe_ConfigurePipe() now automatically defaults IN pipes to accepting infinit...
Dean Camera
2009-06-23
1
-2
/
+0
*
Fix makefiles -- the auto-addition of -D switches to each LUFA compile time o...
Dean Camera
2009-06-19
1
-5
/
+5
*
Move LUFA compile time options to a new section in the application makefiles ...
Dean Camera
2009-06-19
1
-3
/
+8
*
Extend USB_GetDeviceConfigDescriptor() routine to require the configuration n...
Dean Camera
2009-06-19
1
-2
/
+2
*
Remove hardcoded DOT path from all Doxygen config files.
Dean Camera
2009-06-16
1
-1
/
+1
*
Added new USB_Host_SetDeviceConfiguration() convenience function. Change over...
Dean Camera
2009-06-16
1
-31
/
+19
*
More Doxygen fixes - ensure no undocumented function parameters.
Dean Camera
2009-06-15
1
-1
/
+1
*
Converted Host mode demos to schedulerless. Fixed host mode broken due to ear...
Dean Camera
2009-06-08
4
-107
/
+48
*
Copy existing Host mode demos to new ClassDriver and LowLevel subfolders.
Dean Camera
2009-06-05
9
-0
/
+3117