This website requires JavaScript.
Explore
Help
Sign In
mirror
/
qmk_firmware
Watch
1
Star
0
Fork
0
You've already forked qmk_firmware
mirror of
https://github.com/qmk/qmk_firmware.git
synced
2025-09-10 17:15:43 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
dc9133ad21e1661abdcc549a274b0cb464b0ac9e
qmk_firmware
/
LUFA
History
Dean Camera
dc9133ad21
Move documentation for the USB_HOST_TIMEOUT_MS into the HostStandardReq module where it is used.
2011-08-28 03:44:22 +00:00
..
CodeTemplates
Update LUFAConfig.h with missing options for the AVR32 target.
2011-08-04 05:32:17 +00:00
Common
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
Drivers
Move documentation for the USB_HOST_TIMEOUT_MS into the HostStandardReq module where it is used.
2011-08-28 03:44:22 +00:00
ManPages
Remove redundant prototype for Audio_Host_StartStopStreaming() and Audio_Host_GetSetEndpointProperty(). Update host mode Audio class inline functions to prevent unused parameter warnings.
2011-08-28 01:40:36 +00:00
Platform
Fix names of XMEGA ClockManagement driver functions.
2011-07-18 09:24:50 +00:00
Scheduler
Move global interrupt enable/disable functions out to Common.h and document them.
2011-04-08 05:40:25 +00:00
Doxygen.conf
Minor documentation corrections.
2011-08-19 06:11:39 +00:00
License.txt
…
makefile
Add XMEGA to the LUFA core library makefile's list of architectures, so that the XMEGA files are properly cleaned on request.
2011-07-14 08:56:41 +00:00
Version.h
…