qmk_firmware/LUFA
Dean Camera 3d28d53c3e Change AVRISP project's timeout to be interrupt based again, but make the interrupt itself interruptable and use a seperate assembly file to hand-optimize the ISR code.
Removed the cast to uint16_t on the set baud rate in the USBtoSerial project, so that the higher >1M baud rates can be selected (thanks to Steffan).
2010-05-02 05:16:34 +00:00
..
Common Use puts_P() and printf_P() instead of the normal variants where possible in the Host mode Class Driver demos. 2010-04-28 14:33:10 +00:00
DriverStubs Revert changes made for the partial port to the AVR32 architecture. 2010-02-24 06:58:23 +00:00
Drivers The Audio_Device_IsSampleReceived() and Audio_Device_IsReadyForNextSample() functions are now inline, to reduce overhead. 2010-04-29 14:54:11 +00:00
ManPages Change AVRISP project's timeout to be interrupt based again, but make the interrupt itself interruptable and use a seperate assembly file to hand-optimize the ISR code. 2010-05-02 05:16:34 +00:00
Scheduler Add briefs for the library core structures. 2010-03-29 13:32:36 +00:00
Doxygen.conf Minor documentation improvements. 2010-04-15 14:22:06 +00:00
Doxygen.css Add file-level brief documentation. 2010-03-29 07:49:58 +00:00
License.txt Minor documentation improvements. 2010-04-15 14:22:06 +00:00
Version.h Add file-level brief documentation. 2010-03-29 07:49:58 +00:00
makefile Relocate USBInterrupt.c/.h from the HighLevel USB driver directory to the LowLevel directory as it is hardware-dependent. 2010-04-28 08:15:16 +00:00