This website requires JavaScript.
Explore
Repositories
Help
Sign In
melissa
/
zsa_qmk_firmware
Watch
1
Star
0
Fork
0
You've already forked zsa_qmk_firmware
mirror of
https://github.com/zsa/qmk_firmware.git
synced
2026-02-09 05:39:51 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
Files
ab2ae13d81427ddddbd24e8ba6bdfbd2f05ff958
zsa_qmk_firmware
/
LUFA
/
Drivers
/
USB
/
HighLevel
History
Dean Camera
c5eeedd522
Removed interrupt disable/enable from the Device mode control request processing routines, as they can cause problems with user code and can cause infinite spinlocks under some circumstances.
...
Added new LUFA logo from EDIGMA.COM.
2009-08-02 11:33:00 +00:00
..
ConfigDescriptor.c
Extend USB_GetDeviceConfigDescriptor() routine to require the configuration number within the device to fetch, to add support for multi-configuration devices.
2009-06-19 03:37:47 +00:00
ConfigDescriptor.h
Added const modifiers to device mode class drivers.
2009-06-28 13:39:08 +00:00
Events.c
…
Events.h
Added new USB_DeviceState variable to keep track of the current Device mode USB state.
2009-07-21 13:31:21 +00:00
StdDescriptors.h
Added new USE_INTERNAL_SERIAL define for using the unique serial numbers in some AVR models as the USB device's serial number, added NO_INTERNAL_SERIAL compile time option to turn off new serial number reading code. Updated Mass Storage and CDC based demos to use the new device serial number if the device it is compiled for supports it.
2009-06-21 09:22:31 +00:00
StdRequestType.h
…
StreamCallbacks.h
…
USBInterrupt.c
Removed interrupt disable/enable from the Device mode control request processing routines, as they can cause problems with user code and can cause infinite spinlocks under some circumstances.
2009-08-02 11:33:00 +00:00
USBInterrupt.h
…
USBMode.h
Fix redefinition warning when USB_DEVICE_ONLY is set on an AVR which does not support USB host mode.
2009-07-30 07:45:36 +00:00
USBTask.c
Removed interrupt disable/enable from the Device mode control request processing routines, as they can cause problems with user code and can cause infinite spinlocks under some circumstances.
2009-08-02 11:33:00 +00:00
USBTask.h
Removed interrupt disable/enable from the Device mode control request processing routines, as they can cause problems with user code and can cause infinite spinlocks under some circumstances.
2009-08-02 11:33:00 +00:00