index
:
avr/qmk/lufa
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Split out compiler specific helper macros into a new CompilerSpecific.h heade...
Dean Camera
2011-07-06
3
-30
/
+102
*
Add the GCC -fno-split-wide-types compile time option to some of the larger u...
Dean Camera
2011-07-06
3
-0
/
+3
*
Fix HID_Host_SetIdlePeriod() function to send the correct request type to the...
Dean Camera
2011-07-05
2
-3
/
+3
*
Add missing function parameter to the new HID_Host_SetIdlePeriod() function.
Dean Camera
2011-07-04
1
-1
/
+2
*
Add missing function parameter to the new HID_Host_SetIdlePeriod() function.
Dean Camera
2011-07-04
2
-2
/
+4
*
Switch the HTTP Webserver project to use the safer strlcpy() instead of strnc...
Dean Camera
2011-07-04
1
-8
/
+2
*
Added new HID_Host_SetIdlePeriod() function to the HID Host Class driver.
Dean Camera
2011-07-04
3
-0
/
+27
*
Oops: Fix compile error in the low level KeyboardMouse demo.
Dean Camera
2011-07-02
6
-4
/
+7
*
Remove custom CDC class descriptor definitions from the CDC bootloader, and s...
Dean Camera
2011-07-01
2
-40
/
+6
*
Seperate out the device demos and project's configuration descriptor structur...
Dean Camera
2011-07-01
49
-20
/
+179
*
Minor documentation fix for the RelayBoard project.
Dean Camera
2011-06-30
1
-2
/
+2
*
Pull out Android Accessory Mode functions into a seperate set of files in the...
Dean Camera
2011-06-30
7
-29
/
+198
*
Merge over core library changes from the MultiArchDemos branch.
Dean Camera
2011-06-29
8
-4
/
+458
*
Update AudioInput and AudioOutput Class Driver device mode demos to use a swi...
Dean Camera
2011-06-29
3
-55
/
+51
*
Added board hardware driver support for the EVK1104 board.
Dean Camera
2011-06-27
10
-3
/
+263
*
Add board driver support for the EVK1100 board.
Dean Camera
2011-06-27
13
-8
/
+385
*
Fix logic bug in the incomplete Android Accessory Host demo preventing correc...
Dean Camera
2011-06-27
5
-2
/
+10
*
Oops - Mouse ClassDriver multi-arch demo changes were applied to trunk, rathe...
Dean Camera
2011-06-20
5
-584
/
+36
*
Update Mouse demo to support the UC3 devices in the MultiArchDemos branch.
Dean Camera
2011-06-20
5
-36
/
+584
*
Add new "checksource" target to the library makefiles, for automated source f...
Dean Camera
2011-06-20
80
-147
/
+792
*
Minor internal macro renaming for the UC3 devices.
Dean Camera
2011-06-20
7
-15
/
+15
*
Fixed compile error when FIXED_CONTROL_ENDPOINT_SIZE compile time option was ...
Dean Camera
2011-06-20
22
-5
/
+198
*
Split HIDReportViewer project sub-components into seperate functions for read...
Dean Camera
2011-06-20
2
-70
/
+103
*
More cosmetic data output changes to the HIDReportViewer project.
Dean Camera
2011-06-20
1
-15
/
+8
*
Make HIDReportViewer project show the IN, OUT and DATA report sizes as both b...
Dean Camera
2011-06-20
1
-4
/
+10
*
Make the HID Report Parser Get/Set Report Item routines fail if a NULL pointe...
Dean Camera
2011-06-20
2
-1
/
+7
*
Remove HID parser information output from the Low Level Host applications usi...
Dean Camera
2011-06-20
3
-54
/
+0
*
Fix incorrect printf format specifier in the HIDReportViewer project.
Dean Camera
2011-06-20
2
-9
/
+8
*
Code style fixes for the Device mode USB Audio Class driver to make it more i...
Dean Camera
2011-06-19
1
-2
/
+8
*
Add missing project files for the new HIDReportViewer project to upgrade its ...
Dean Camera
2011-06-19
9
-2
/
+1644
*
Move the HIDReportViewer project into the normal Projects/ folder and out of ...
Dean Camera
2011-06-19
3
-0
/
+0
*
Switch to using the standard printf() format specifiers in the HIDReportViewe...
Dean Camera
2011-06-19
2
-20
/
+21
*
Fix TWI driver documentation example (thanks to Jerome Colombie).
Dean Camera
2011-06-18
2
-5
/
+5
*
Add new incomplete HIDReportViewer project.
Dean Camera
2011-06-16
6
-4
/
+1086
*
Add missing SVN eol-style properties to source files to prevent mixed end-of-...
Dean Camera
2011-06-16
43
-17974
/
+17978
*
Added new \ref SPI_GetCurrentMode() function to the SPI peripheral driver.
Dean Camera
2011-06-16
2
-5
/
+24
*
Rename new Audio class driver functions, callbacks and events to ensure that ...
Dean Camera
2011-06-16
13
-47
/
+52
*
Fix Doxygen documentation errors.
Dean Camera
2011-06-14
7
-7
/
+7
*
Add macro guards to the templated C files to prevent compile errors if they a...
Dean Camera
2011-06-14
8
-2
/
+272
*
Rename Audio Host Class driver internal descriptor matching routines to be in...
Dean Camera
2011-06-14
3
-10
/
+12
*
Ensure that only the requested Audio class pipes are mapped to endpoints with...
Dean Camera
2011-06-13
3
-6
/
+10
*
Fix bugs in the Host mode Audio class driver.
Dean Camera
2011-06-12
4
-13
/
+25
*
Fix errors in the library Host mode Audio Class driver.
Dean Camera
2011-06-09
2
-9
/
+10
*
Fix compile errors when both Host and Device modes are enabled.
Dean Camera
2011-06-09
5
-6
/
+5
*
Add missing AS4 and project description files to the new Audio Host demos.
Dean Camera
2011-06-09
14
-21
/
+305
*
Add new Audio Class Driver Host demos.
Dean Camera
2011-06-09
16
-23
/
+5306
*
Pipe_BoundEndpointNumber() has been renamed to Pipe_GetBoundEndpointAddress()...
Dean Camera
2011-06-08
9
-37
/
+82
*
Remove warnings in the documentation for the library class drivers about sequ...
Dean Camera
2011-06-08
15
-67
/
+11
*
Added new Host mode Audio Class driver.
Dean Camera
2011-06-08
11
-22
/
+621
*
Fix compile errors when compiling for the AVR32 UC3 target.
Dean Camera
2011-06-08
2
-0
/
+2
[next]