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
7ae91099e9
qmk_firmware
/
LUFA
/
Drivers
/
USB
/
Class
/
Device
History
Download ZIP
Download TAR.GZ
Dean Camera
7ae91099e9
Fix AVRISP-MKII clone project's TPI Chip Erase command processing - ensure erase location is the high byte in the given address space, check NVMBUSY for completion rather than the NVM Bus Enable bit.
...
Change If-Else chains over to switch statements in XPROGProtocol.c for clarity.
2010-02-08 03:16:09 +00:00
..
Audio.c
Inline USB management functions in the Class drivers which are standardized but currently unused, to prevent them from using up unneccesary cycles and flash in the user application.
2010-01-05 04:50:18 +00:00
Audio.h
Inline USB management functions in the Class drivers which are standardized but currently unused, to prevent them from using up unneccesary cycles and flash in the user application.
2010-01-05 04:50:18 +00:00
CDC.c
Be doubly-certain that the incomming CDC class driver's endpoint/pipe is flushed only once when the bank is empty.
2010-01-28 06:37:26 +00:00
CDC.h
Fix AVRISP-MKII clone project's TPI Chip Erase command processing - ensure erase location is the high byte in the given address space, check NVMBUSY for completion rather than the NVM Bus Enable bit.
2010-02-08 03:16:09 +00:00
HID.c
Fix MassStorageKeyboard demo USE_INTERNAL_SERIAL check being performed before the required library headers were included, causing a compilation error.
2010-01-04 13:34:02 +00:00
HID.h
Inline USB management functions in the Class drivers which are standardized but currently unused, to prevent them from using up unneccesary cycles and flash in the user application.
2010-01-05 04:50:18 +00:00
MassStorage.c
Update copyright year to 2010.
2009-12-30 23:49:19 +00:00
MassStorage.h
Update copyright year to 2010.
2009-12-30 23:49:19 +00:00
MIDI.c
Added support to the MIDI Class drivers for packed data, where multiple MIDI events are packed into a single USB packet. Added new MIDI Class driver flush routines to override packing behaviour.
2010-01-05 13:52:34 +00:00
MIDI.h
Added support to the MIDI Class drivers for packed data, where multiple MIDI events are packed into a single USB packet. Added new MIDI Class driver flush routines to override packing behaviour.
2010-01-05 13:52:34 +00:00
RNDIS.c
Update copyright year to 2010.
2009-12-30 23:49:19 +00:00
RNDIS.h
Update copyright year to 2010.
2009-12-30 23:49:19 +00:00