This website requires JavaScript.
Explore
Help
Sign in
ahoneybun
/
qmk_firmware
Watch
1
Star
0
Fork
You've already forked qmk_firmware
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
ab8668b14e
qmk_firmware
/
LUFA
History
Download ZIP
Download TAR.GZ
Dean Camera
ab8668b14e
Removed software PDI/TPI emulation from the AVRISP-MKII clone project, as it was very buggy. PDI and TPI must now be implemented via seperate headers instead of the one unified ISP/TPI/PDI header.
2010-05-04 11:33:51 +00:00
..
Common
Use puts_P() and printf_P() instead of the normal variants where possible in the Host mode Class Driver demos.
2010-04-28 14:33:10 +00:00
Drivers
Fixed INTERRUPT_CONTROL_ENDPOINT compile time option preventing other interrupts from occuring while the control endpoint request is being processed, causing possible lockups if a USB interrupt occurs during a transfer.
2010-05-04 10:16:44 +00:00
DriverStubs
Revert changes made for the partial port to the AVR32 architecture.
2010-02-24 06:58:23 +00:00
ManPages
Removed software PDI/TPI emulation from the AVRISP-MKII clone project, as it was very buggy. PDI and TPI must now be implemented via seperate headers instead of the one unified ISP/TPI/PDI header.
2010-05-04 11:33:51 +00:00
Scheduler
Add briefs for the library core structures.
2010-03-29 13:32:36 +00:00
Doxygen.conf
Minor documentation improvements.
2010-04-15 14:22:06 +00:00
Doxygen.css
Add file-level brief documentation.
2010-03-29 07:49:58 +00:00
License.txt
Minor documentation improvements.
2010-04-15 14:22:06 +00:00
makefile
Relocate USBInterrupt.c/.h from the HighLevel USB driver directory to the LowLevel directory as it is hardware-dependent.
2010-04-28 08:15:16 +00:00
Version.h
Add file-level brief documentation.
2010-03-29 07:49:58 +00:00