Added new EVENT_USB_Device_StartOfFrame() event, controlled by the new USB_Device_Ena...
authorDean Camera <dean@fourwalledcubicle.com>
Sun, 16 Aug 2009 08:51:54 +0000 (08:51 +0000)
committerDean Camera <dean@fourwalledcubicle.com>
Sun, 16 Aug 2009 08:51:54 +0000 (08:51 +0000)
commitb71ff7c8cd68209a74c8690f4d190cc634ef8fb3
tree00dc93dadd1e8fc9841fec230be8dd7db006b6ba
parent25ddbb9e3bcf184ebf1c17ea254b3c0c924327e2
Added new EVENT_USB_Device_StartOfFrame() event, controlled by the new USB_Device_EnableSOFEvents() and USB_Device_DisableSOFEvents() macros to give bus-synchronised millisecond interrupts when in USB device mode.
23 files changed:
Demos/Device/ClassDriver/GenericHID/GenericHID.c
Demos/Device/ClassDriver/GenericHID/GenericHID.h
Demos/Device/ClassDriver/Joystick/Joystick.c
Demos/Device/ClassDriver/Joystick/Joystick.h
Demos/Device/ClassDriver/Keyboard/Keyboard.c
Demos/Device/ClassDriver/Keyboard/Keyboard.h
Demos/Device/ClassDriver/KeyboardMouse/KeyboardMouse.c
Demos/Device/ClassDriver/KeyboardMouse/KeyboardMouse.h
Demos/Device/ClassDriver/Mouse/Mouse.c
Demos/Device/ClassDriver/Mouse/Mouse.h
Demos/Device/LowLevel/GenericHID/GenericHID.h
Demos/Device/LowLevel/Keyboard/Keyboard.c
Demos/Device/LowLevel/Keyboard/Keyboard.h
Demos/Device/LowLevel/KeyboardMouse/KeyboardMouse.h
Demos/Device/LowLevel/Mouse/Mouse.c
Demos/Device/LowLevel/Mouse/Mouse.h
LUFA/Drivers/USB/Class/Device/HID.h
LUFA/Drivers/USB/HighLevel/Events.h
LUFA/Drivers/USB/HighLevel/USBInterrupt.c
LUFA/Drivers/USB/LowLevel/Device.h
LUFA/ManPages/ChangeLog.txt
Projects/Magstripe/Magstripe.c
Projects/Magstripe/Magstripe.h