Removed all user pipe/endpoint interrupt APIs, added internal library support for...
authorDean Camera <dean@fourwalledcubicle.com>
Thu, 14 May 2009 10:07:08 +0000 (10:07 +0000)
committerDean Camera <dean@fourwalledcubicle.com>
Thu, 14 May 2009 10:07:08 +0000 (10:07 +0000)
commit32f0f605efa293430a47d60bb857695ff6937d21
tree9ab514c6088c9f044c029fdf36c880ecdf700a71
parent0d5baf9bb3e88ebcbc53cc9a71566582d585f7dd
Removed all user pipe/endpoint interrupt APIs, added internal library support for interrupt driven control endpoints when in device mode by defining INTERRUPT_CONTROL_ENDPOINT token and passing it to the compiler via the -D switch.
22 files changed:
Demos/Device/GenericHID/GenericHID.c
Demos/Device/GenericHID/GenericHID.h
Demos/Device/GenericHID/GenericHID.txt
Demos/Device/Keyboard/Keyboard.c
Demos/Device/Keyboard/Keyboard.h
Demos/Device/Keyboard/Keyboard.txt
Demos/Device/MassStorage/MassStorage.c
Demos/Device/MassStorage/MassStorage.h
Demos/Device/MassStorage/MassStorage.txt
Demos/Device/MassStorage/makefile
Demos/Device/Mouse/Mouse.c
Demos/Device/Mouse/Mouse.h
Demos/Device/Mouse/Mouse.txt
Demos/Host/GenericHIDHost/GenericHIDHost.c
LUFA/ChangeLog.txt
LUFA/CompileTimeTokens.txt
LUFA/Drivers/USB/HighLevel/USBInterrupt.c
LUFA/Drivers/USB/HighLevel/USBInterrupt.h
LUFA/Drivers/USB/HighLevel/USBTask.h
LUFA/Drivers/USB/LowLevel/Endpoint.h
LUFA/Drivers/USB/LowLevel/Pipe.h
LUFA/MigrationInformation.txt