This website requires JavaScript.
Explore
Help
Sign In
michi
/
qmk_firmware
Watch
1
Star
0
Fork
0
You've already forked qmk_firmware
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
022fa26b43f062ca6e4b23c64ec2d0d0bab7e377
qmk_firmware
/
LUFA
/
Drivers
/
USB
/
Core
/
UC3
T
History
Dean Camera
022fa26b43
Fix missing C++ linkage command in ArchitectureSpecific.h.
...
Fix missing closing brace in an Endpoint function for the UC3 targets.
2011-09-21 23:40:05 +00:00
..
Template
Fixed USB_USBTask not being called internally in stream transfers between packets when Partial Stream Transfers are used.
2011-07-25 01:11:24 +00:00
Device_UC3.c
Add missing SVN eol-style property to files where it was missing.
2011-07-15 08:46:08 +00:00
Device_UC3.h
Add missing SVN eol-style property to files where it was missing.
2011-07-15 08:46:08 +00:00
Endpoint_UC3.c
Add support for the ORDERED_EP_CONFIG compile time token on the UC3 architecture.
2011-07-19 02:42:27 +00:00
Endpoint_UC3.h
Fix missing C++ linkage command in ArchitectureSpecific.h.
2011-09-21 23:40:05 +00:00
EndpointStream_UC3.c
Minor documentation fixes.
2011-08-23 10:39:04 +00:00
EndpointStream_UC3.h
Fix compile errors when compiling for the AVR32 UC3 target.
2011-06-08 00:25:20 +00:00
Host_UC3.c
Add missing SVN eol-style property to files where it was missing.
2011-07-15 08:46:08 +00:00
Host_UC3.h
Move documentation for the USB_HOST_TIMEOUT_MS into the HostStandardReq module where it is used.
2011-08-28 03:44:22 +00:00
Pipe_UC3.c
Add support for the ORDERED_EP_CONFIG compile time token on the UC3 architecture.
2011-07-19 02:42:27 +00:00
Pipe_UC3.h
Renamed USB_Host_ClearPipeStall() to USB_Host_ClearEndpointStall() as the function works on an endpoint address within the attached device, and not a Pipe within the host.
2011-08-24 09:50:21 +00:00
PipeStream_UC3.c
Minor documentation fixes.
2011-08-23 10:39:04 +00:00
PipeStream_UC3.h
Fix compile errors when compiling for the AVR32 UC3 target.
2011-06-08 00:25:20 +00:00
USBController_UC3.c
Add missing SVN eol-style property to files where it was missing.
2011-07-15 08:46:08 +00:00
USBController_UC3.h
Move out the EP_TYPE_* macros to the base USBController.h header, as these are used in the device descriptors as well and thus must not be changed.
2011-07-19 02:15:36 +00:00
USBInterrupt_UC3.c
Add INTERRUPT_CONTROL_ENDPOINT compile time option support for the UC3 devices.
2011-07-25 09:56:21 +00:00
USBInterrupt_UC3.h
Add INTERRUPT_CONTROL_ENDPOINT compile time option support for the UC3 devices.
2011-07-25 09:56:21 +00:00