Removed two-step endpoint/pipe bank clear and switch sequence for smaller, faster...
authorDean Camera <dean@fourwalledcubicle.com>
Tue, 13 Apr 2010 23:29:11 +0000 (23:29 +0000)
committerDean Camera <dean@fourwalledcubicle.com>
Tue, 13 Apr 2010 23:29:11 +0000 (23:29 +0000)
commit7b79325aa037db9786f0da069c11315a3f6d9721
treec7cecdb1ed159e7f9c2331cb159e8b39bb6a8316
parent19ecd04f37f68c0674f1194aa8d8a4fc94d6168b
Removed two-step endpoint/pipe bank clear and switch sequence for smaller, faster endpoint/pipe code.

Added spacing between multiple paragraphs in Doxygen \note sections.

Removed call to the clock prescaler reset function in the Teensy bootloader to save space - the user application is accessed via a watchdog reset anyway, so the prescale reset would only affect the speed of the bootloader itself.
17 files changed:
Bootloaders/TeensyHID/TeensyHID.c
Bootloaders/TeensyHID/TeensyHID.txt
Demos/Device/ClassDriver/Keyboard/Keyboard.c
LUFA/Drivers/Peripheral/AVRU4U6U7/ADC.h
LUFA/Drivers/USB/Class/Device/Audio.h
LUFA/Drivers/USB/Class/Host/HID.h
LUFA/Drivers/USB/HighLevel/Events.h
LUFA/Drivers/USB/HighLevel/USBInterrupt.c
LUFA/Drivers/USB/HighLevel/USBTask.h
LUFA/Drivers/USB/LowLevel/DevChapter9.h
LUFA/Drivers/USB/LowLevel/Device.h
LUFA/Drivers/USB/LowLevel/Endpoint.h
LUFA/Drivers/USB/LowLevel/LowLevel.c
LUFA/Drivers/USB/LowLevel/LowLevel.h
LUFA/Drivers/USB/LowLevel/Pipe.h
LUFA/ManPages/ChangeLog.txt
LUFA/ManPages/WhyUseLUFA.txt