-
- Downloads
Removed new Start of Frame event from the library; performance suffered far...
Removed new Start of Frame event from the library; performance suffered far too much and it was only useful in one of the standard classes (HID). Altered HID demos to use the previous method of tracking millisecond periods via a hardware timer rather than the SOF events. Fixed MIDI class driver blocking on unread events to the host.
Showing
- Demos/Device/CDC/CDC.h 0 additions, 1 deletionDemos/Device/CDC/CDC.h
- Demos/Device/DualCDC/DualCDC.h 1 addition, 2 deletionsDemos/Device/DualCDC/DualCDC.h
- Demos/Device/GenericHID/GenericHID.c 10 additions, 3 deletionsDemos/Device/GenericHID/GenericHID.c
- Demos/Device/GenericHID/GenericHID.h 0 additions, 1 deletionDemos/Device/GenericHID/GenericHID.h
- Demos/Device/Joystick/Joystick.c 10 additions, 3 deletionsDemos/Device/Joystick/Joystick.c
- Demos/Device/Joystick/Joystick.h 0 additions, 1 deletionDemos/Device/Joystick/Joystick.h
- Demos/Device/Keyboard/Keyboard.c 10 additions, 3 deletionsDemos/Device/Keyboard/Keyboard.c
- Demos/Device/Keyboard/Keyboard.h 0 additions, 1 deletionDemos/Device/Keyboard/Keyboard.h
- Demos/Device/KeyboardMouse/KeyboardMouse.c 15 additions, 6 deletionsDemos/Device/KeyboardMouse/KeyboardMouse.c
- Demos/Device/KeyboardMouse/KeyboardMouse.h 0 additions, 1 deletionDemos/Device/KeyboardMouse/KeyboardMouse.h
- Demos/Device/Mouse/Mouse.c 10 additions, 3 deletionsDemos/Device/Mouse/Mouse.c
- Demos/Device/Mouse/Mouse.h 0 additions, 1 deletionDemos/Device/Mouse/Mouse.h
- Demos/Device/RNDISEthernet/RNDISEthernet.h 0 additions, 1 deletionDemos/Device/RNDISEthernet/RNDISEthernet.h
- Demos/Device/USBtoSerial/USBtoSerial.h 0 additions, 1 deletionDemos/Device/USBtoSerial/USBtoSerial.h
- LUFA/ChangeLog.txt 0 additions, 1 deletionLUFA/ChangeLog.txt
- LUFA/Drivers/USB/Class/Device/HID.c 4 additions, 22 deletionsLUFA/Drivers/USB/Class/Device/HID.c
- LUFA/Drivers/USB/Class/Device/HID.h 1 addition, 2 deletionsLUFA/Drivers/USB/Class/Device/HID.h
- LUFA/Drivers/USB/Class/Device/MIDI.c 5 additions, 23 deletionsLUFA/Drivers/USB/Class/Device/MIDI.c
- LUFA/Drivers/USB/HighLevel/Events.h 0 additions, 6 deletionsLUFA/Drivers/USB/HighLevel/Events.h
- LUFA/Drivers/USB/HighLevel/USBInterrupt.c 0 additions, 18 deletionsLUFA/Drivers/USB/HighLevel/USBInterrupt.c
Loading
Please register or sign in to comment