index
:
avr/qmk/lufa
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
LUFA
/
Drivers
/
USB
/
HighLevel
Commit message (
Expand
)
Author
Age
Files
Lines
*
Initial restructuring of the core USB driver module to support multiple archi...
Dean Camera
2011-02-19
21
-4902
/
+0
*
Add new ARCH option to the makefiles to (eventually) specify the target devic...
Dean Camera
2011-02-19
7
-7
/
+7
*
Add more const-ness to the stream endpoint/pipe functions where possible.
Dean Camera
2011-02-13
6
-34
/
+34
*
Add static keyword to all project globals whose scope should be restricted to...
Dean Camera
2011-02-10
1
-3
/
+3
*
Add new HID_DESCRIPTOR_VENDOR() macro, change over all projects and Device Cl...
Dean Camera
2011-01-30
1
-3
/
+3
*
Call USB_USBTask() in the Endpoint stream functions between packets if INTERR...
Dean Camera
2011-01-10
2
-0
/
+6
*
Altered all endpoint/pipe stream transfers so that the new BytesProcessed par...
Dean Camera
2011-01-10
9
-472
/
+864
*
Minor documentation improvements.
Dean Camera
2011-01-08
5
-45
/
+45
*
The FAST_STREAM_TRANSFERS compile time option has been removed due to lack of...
Dean Camera
2011-01-08
4
-160
/
+0
*
Update copyright year on all source files.
Dean Camera
2011-01-01
18
-36
/
+36
*
Remove internal USB_Device_NibbleToASCII() function in favour of manually inl...
Dean Camera
2010-11-21
2
-8
/
+4
*
Fix documentation reference error.
Dean Camera
2010-11-05
1
-2
/
+2
*
Renamed the EVENT_USB_Device_UnhandledControlRequest() event to EVENT_USB_Dev...
Dean Camera
2010-11-05
3
-71
/
+62
*
Fixed USBtoSerial and XPLAINBridge demos discarding data from the PC if the s...
Dean Camera
2010-11-03
2
-2
/
+0
*
Fix XPLAINBridge code broken during the changes to the Rescue Clock generatio...
Dean Camera
2010-11-02
1
-2
/
+2
*
Move Set Feature and Clear Feature control request feature selector values in...
Dean Camera
2010-10-28
2
-19
/
+22
*
Move RNDISConstants.h into the RNDIS class driver common definition header.
Dean Camera
2010-10-28
2
-3
/
+27
*
Changed over www.fourwalledcubicle.com links to the new www.lufa-lib.org redi...
Dean Camera
2010-10-28
18
-18
/
+18
*
Add descriptor class, subclass and protocol constants to the class drivers, m...
Dean Camera
2010-10-25
1
-11
/
+43
*
Better algorithm to extract and convert the internal device serial number int...
Dean Camera
2010-10-24
1
-5
/
+5
*
Clean up excessive whitespace at the end of each line using the wspurify tool...
Dean Camera
2010-10-13
22
-265
/
+282
*
Fixed MIDI_Host_Flush() not aborting early when the specified MIDI host inter...
Dean Camera
2010-10-12
1
-1
/
+2
*
Remove USB_MODE_* macros, replace with a semantically linked USB_Modes_t enum.
Dean Camera
2010-10-12
1
-2
/
+2
*
Fixed random enumeration failure while in device mode due to interrupts causi...
Dean Camera
2010-10-12
1
-29
/
+28
*
Cache the USB_DeviceState variable internally in the library core when multip...
Dean Camera
2010-10-06
2
-16
/
+21
*
Fix low level host mode demos not correctly fetching the next endpoint when a...
Dean Camera
2010-09-30
1
-1
/
+1
*
Changed default value for the reset polarity parameter in the AVRISP-MKII pro...
Dean Camera
2010-09-29
1
-1
/
+4
*
Move out many of the common class driver constants into grouped enums, to mak...
Dean Camera
2010-09-28
1
-1
/
+3
*
Rename internal suspend and wake up USB interrupt macros so that they follow ...
Dean Camera
2010-09-19
1
-2
/
+0
*
Ensure device address latch bit is not set at the same time as the new addres...
Dean Camera
2010-09-19
1
-2
/
+2
*
Removed the EVENT_USB_InitFailure() event, as not specifying a USB mode to US...
Dean Camera
2010-09-15
1
-10
/
+0
*
Fix incorrect documentation on the Get Descriptor standard request.
Dean Camera
2010-09-15
1
-4
/
+6
*
Fixed SET FEATURE and CLEAR FEATURE control requests directed at an unconfigu...
Dean Camera
2010-09-13
2
-13
/
+13
*
Minor documentation phrasing changes.
Dean Camera
2010-09-12
1
-5
/
+5
*
Added class specific descriptor type defines with standard USB-IF element nam...
Dean Camera
2010-09-09
1
-14
/
+14
*
Added new USB_Device_GetFrameNumber() and USB_Host_GetFrameNumber() functions...
Dean Camera
2010-09-05
1
-0
/
+18
*
Clarify in the project documentation files what the each of the different USB...
Dean Camera
2010-08-31
1
-4
/
+4
*
Changed the signature of the CALLBACK_USB_GetDescriptor() callback function s...
Dean Camera
2010-08-24
1
-2
/
+2
*
Split out endpoint and pipe stream functions into new EndpointStream.c/.h and...
Dean Camera
2010-08-22
8
-0
/
+1510
*
More spell checking of all source files -- correct missed errors, switch to E...
Dean Camera
2010-07-30
2
-3
/
+3
*
Spell check all source files once again to find any typos.
Dean Camera
2010-07-29
1
-1
/
+1
*
Add missing const qualifiers to class drivers.
Dean Camera
2010-07-21
4
-9
/
+14
*
Move and rename DevChaper9.c/.h and HostChapter9.c/.h to the HighLevel direct...
Dean Camera
2010-07-21
10
-9
/
+872
*
Add missing const qualifier to the parameters of the USB_GetNextDescriptorCom...
Dean Camera
2010-07-21
3
-208
/
+198
*
Renamed SERIAL_STREAM_ASSERT() macro to STDOUT_ASSERT().
Dean Camera
2010-06-17
4
-48
/
+48
*
Spell check code and manual pages. Remove custom Doxygen CSS stylesheet, as t...
Dean Camera
2010-06-16
2
-6
/
+6
*
Minor documentation cleanups.
Dean Camera
2010-06-03
2
-3
/
+3
*
Oops - descriptor pointer should be assigned, not incremented with the new ty...
Dean Camera
2010-06-02
1
-1
/
+1
*
Better fix to avoid void pointer arithmetic in ConfigDescriptor.h to regain C...
Dean Camera
2010-06-02
1
-16
/
+4
*
Remove void* arithmetic in the USB_GetNextDescriptor() static inline function...
Dean Camera
2010-05-31
2
-50
/
+61
[next]